update color variable
This commit is contained in:
parent
e53a171916
commit
f7c648e3af
|
@ -91,10 +91,7 @@
|
||||||
width: 100%; //IE11
|
width: 100%; //IE11
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: dark-light-choose(
|
color: $primary-medium;
|
||||||
scale-color($primary, $lightness: 50%),
|
|
||||||
scale-color($secondary, $lightness: 40%)
|
|
||||||
);
|
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue