* Change list background and font color. (#325)
parent
a6e09d9b5f
commit
3312777416
|
@ -4,8 +4,14 @@
|
||||||
|
|
||||||
@include exports("grid") {
|
@include exports("grid") {
|
||||||
list {
|
list {
|
||||||
background-color: shade($bg_color, .97);
|
color: $text_color;
|
||||||
color: $fg_color;
|
background-color: $base_color;
|
||||||
|
border-color: $borders_color;
|
||||||
|
|
||||||
|
&:backdrop {
|
||||||
|
background-color: $backdrop_base_color;
|
||||||
|
border-color: $backdrop_borders_color;
|
||||||
|
}
|
||||||
|
|
||||||
row {
|
row {
|
||||||
&, &.button {
|
&, &.button {
|
||||||
|
|
Loading…
Reference in New Issue