fix scss linter
This commit is contained in:
parent
fd38288cf8
commit
84c2965edf
1 changed files with 22 additions and 23 deletions
|
@ -1,24 +1,23 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
$colors:
|
||||
"green-tilleul-verveine",
|
||||
"green-bourgeon",
|
||||
"green-emeraude",
|
||||
"green-menthe",
|
||||
"green-archipel",
|
||||
"blue-ecume",
|
||||
"blue-cumulus",
|
||||
"purple-glycine",
|
||||
"pink-macaron",
|
||||
"pink-tuile",
|
||||
"yellow-tournesol",
|
||||
"yellow-moutarde",
|
||||
"orange-terre-battue",
|
||||
"brown-cafe-creme",
|
||||
"brown-caramel",
|
||||
"brown-opera",
|
||||
"beige-gris-galet";
|
||||
$colors: "green-tilleul-verveine",
|
||||
"green-bourgeon",
|
||||
"green-emeraude",
|
||||
"green-menthe",
|
||||
"green-archipel",
|
||||
"blue-ecume",
|
||||
"blue-cumulus",
|
||||
"purple-glycine",
|
||||
"pink-macaron",
|
||||
"pink-tuile",
|
||||
"yellow-tournesol",
|
||||
"yellow-moutarde",
|
||||
"orange-terre-battue",
|
||||
"brown-cafe-creme",
|
||||
"brown-caramel",
|
||||
"brown-opera",
|
||||
"beige-gris-galet";
|
||||
|
||||
|
||||
@each $color in $colors {
|
||||
|
@ -29,10 +28,10 @@ $colors:
|
|||
input[type=image].fr-tag--#{$color},
|
||||
input[type=reset].fr-tag--#{$color},
|
||||
input[type=submit].fr-tag--#{$color} {
|
||||
--idle:transparent;
|
||||
--hover:var(--background-action-low-#{$color}-hover);
|
||||
--active:var(--background-action-low-#{$color}-active);
|
||||
background-color:var(--background-action-low-#{$color});
|
||||
color:var(--text-action-high-#{$color})
|
||||
--idle: transparent;
|
||||
--hover: var(--background-action-low-#{$color}-hover);
|
||||
--active: var(--background-action-low-#{$color}-active);
|
||||
background-color: var(--background-action-low-#{$color});
|
||||
color: var(--text-action-high-#{$color});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue