too many color vars! get rid of some

This commit is contained in:
czmj
2017-09-22 13:22:45 +01:00
parent ee7453f1dc
commit 3d6de6fd33
4 changed files with 23 additions and 64 deletions

View File

@ -485,15 +485,15 @@ input[type="radio"] {
}
&.style1 {
color: _palette(accent2, bg);
color: _palette(accent1, bg);
}
&.style2 {
color: _palette(accent3, bg);
color: _palette(accent2, bg);
}
&.style3 {
color: _palette(accent4, bg);
color: _palette(accent3, bg);
}
}
@ -852,16 +852,16 @@ button,
}
&.special {
background-color: _palette(accent6, bg);
background-color: _palette(accent4, bg);
box-shadow: none !important;
color: _palette(accent6, fg-bold) !important;
color: _palette(accent4, fg-bold) !important;
&:hover {
background-color: lighten(_palette(accent6, bg), 5) !important;
background-color: lighten(_palette(accent4, bg), 5) !important;
}
&:active {
background-color: darken(_palette(accent6, bg), 5) !important;
background-color: darken(_palette(accent4, bg), 5) !important;
}
}
@ -904,7 +904,7 @@ button,
&:before {
display: block;
color: _palette(accent2, bg);
color: _palette(accent1, bg);
position: absolute;
left: 1.75em;
top: 2.75em;
@ -1242,7 +1242,7 @@ button,
}
&.style3 {
@include wrapper(accent5);
@include wrapper(accent3);
}
&.style4 {
@ -1250,7 +1250,7 @@ button,
}
&.style5 {
@include wrapper(accent7);
@include wrapper(accent2);
}
@include breakpoint(medium) {