* Text warning fix.
parent
5c44531515
commit
0c763cafb5
|
@ -87,7 +87,7 @@
|
||||||
button.flat {
|
button.flat {
|
||||||
&:hover { color: shade(currentColor, .95); }
|
&:hover { color: shade(currentColor, .95); }
|
||||||
|
|
||||||
&, &:backdrop { color: gtkalpha(currentColor, 0.3); }
|
&, &:backdrop { color: gtkalpha(currentColor, .3); }
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
@ -108,9 +108,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
label { color: mix($text_color, $base_color, .3); }
|
label { color: mix($text_color, $base_color, .3); }
|
||||||
|
|
||||||
/* close button styling */
|
|
||||||
button { @extend %close_button; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.prelight-page {
|
.prelight-page {
|
||||||
|
|
Loading…
Reference in New Issue