Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 24cc005

Browse files
committed
rename warning-orange in warning-light
1 parent d9b39d5 commit 24cc005

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,19 +399,19 @@ <h1>Buttons</h1>
399399
<h2 class="subtitle">Full</h2>
400400
<div class="form__group">
401401
<button class="button large">Valider</button>
402-
<button class="button large warning-orange">Modifier</button>
402+
<button class="button large warning-light">Modifier</button>
403403
<button class="button large warning">Annuler</button>
404404
<button class="button large secondary">¯\_(ツ)_/¯</button>
405405
</div>
406406
<div class="form__group">
407407
<button class="button">Valider</button>
408-
<button class="button warning-orange">Modifier</button>
408+
<button class="button warning-light">Modifier</button>
409409
<button class="button warning">Annuler</button>
410410
<button class="button secondary">¯\_(ツ)_/¯</button>
411411
</div>
412412
<div class="form__group">
413413
<button class="button small">Valider</button>
414-
<button class="button small warning-orange">Modifier</button>
414+
<button class="button small warning-light">Modifier</button>
415415
<button class="button small warning">Annuler</button>
416416
<button class="button small secondary">¯\_(ツ)_/¯</button>
417417
</div>

src/css/elements/button.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ a.button.warning {
141141
background-color: var(--dark-red);
142142
}
143143

144-
.button.warning-orange,
145-
a.button.warning-orange {
144+
.button.warning-light,
145+
a.button.warning-light {
146146
background-color: var(--orange);
147147
}
148148

149-
.button.warning-orange:hover,
150-
.button.warning-orange:active {
149+
.button.warning-light:hover,
150+
.button.warning-light:active {
151151
background-color: var(--dark-orange);
152152
}
153153

0 commit comments

Comments
 (0)