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,16 +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-light "> Modifier</ button >
402403 < button class ="button large warning "> Annuler</ button >
403404 < button class ="button large secondary "> ¯\_(ツ)_/¯</ button >
404405 </ div >
405406 < div class ="form__group ">
406407 < button class ="button "> Valider</ button >
408+ < button class ="button warning-light "> Modifier</ button >
407409 < button class ="button warning "> Annuler</ button >
408410 < button class ="button secondary "> ¯\_(ツ)_/¯</ button >
409411 </ div >
410412 < div class ="form__group ">
411413 < button class ="button small "> Valider</ button >
414+ < button class ="button small warning-light "> Modifier</ button >
412415 < button class ="button small warning "> Annuler</ button >
413416 < button class ="button small secondary "> ¯\_(ツ)_/¯</ button >
414417 </ div >
Original file line number Diff line number Diff line change 1818 --green : # 03bd5b ;
1919 --light-green : # daf5e7 ;
2020 --orange : # ff9947 ;
21+ --dark-orange : # cc5c00 ;
2122 --light-orange : # fff0e4 ;
2223 --red : # d63626 ;
2324 --dark-red : # ab2b1e ;
Original file line number Diff line number Diff line change @@ -141,6 +141,16 @@ a.button.warning {
141141 background-color : var (--dark-red );
142142}
143143
144+ .button .warning-light ,
145+ a .button .warning-light {
146+ background-color : var (--orange );
147+ }
148+
149+ .button .warning-light : hover ,
150+ .button .warning-light : active {
151+ background-color : var (--dark-orange );
152+ }
153+
144154.button .secondary ,
145155a .button .secondary {
146156 background-color : var (--darker-grey );
You can’t perform that action at this time.
0 commit comments