This repository was archived by the owner on Jan 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments