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 "colors";
|
||||||
@import "constants";
|
@import "constants";
|
||||||
|
|
||||||
$colors:
|
$colors: "green-tilleul-verveine",
|
||||||
"green-tilleul-verveine",
|
"green-bourgeon",
|
||||||
"green-bourgeon",
|
"green-emeraude",
|
||||||
"green-emeraude",
|
"green-menthe",
|
||||||
"green-menthe",
|
"green-archipel",
|
||||||
"green-archipel",
|
"blue-ecume",
|
||||||
"blue-ecume",
|
"blue-cumulus",
|
||||||
"blue-cumulus",
|
"purple-glycine",
|
||||||
"purple-glycine",
|
"pink-macaron",
|
||||||
"pink-macaron",
|
"pink-tuile",
|
||||||
"pink-tuile",
|
"yellow-tournesol",
|
||||||
"yellow-tournesol",
|
"yellow-moutarde",
|
||||||
"yellow-moutarde",
|
"orange-terre-battue",
|
||||||
"orange-terre-battue",
|
"brown-cafe-creme",
|
||||||
"brown-cafe-creme",
|
"brown-caramel",
|
||||||
"brown-caramel",
|
"brown-opera",
|
||||||
"brown-opera",
|
"beige-gris-galet";
|
||||||
"beige-gris-galet";
|
|
||||||
|
|
||||||
|
|
||||||
@each $color in $colors {
|
@each $color in $colors {
|
||||||
|
@ -29,10 +28,10 @@ $colors:
|
||||||
input[type=image].fr-tag--#{$color},
|
input[type=image].fr-tag--#{$color},
|
||||||
input[type=reset].fr-tag--#{$color},
|
input[type=reset].fr-tag--#{$color},
|
||||||
input[type=submit].fr-tag--#{$color} {
|
input[type=submit].fr-tag--#{$color} {
|
||||||
--idle:transparent;
|
--idle: transparent;
|
||||||
--hover:var(--background-action-low-#{$color}-hover);
|
--hover: var(--background-action-low-#{$color}-hover);
|
||||||
--active:var(--background-action-low-#{$color}-active);
|
--active: var(--background-action-low-#{$color}-active);
|
||||||
background-color:var(--background-action-low-#{$color});
|
background-color: var(--background-action-low-#{$color});
|
||||||
color:var(--text-action-high-#{$color})
|
color: var(--text-action-high-#{$color});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue