mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 18:04:26 +04:00
10 lines
142 B
SCSS
10 lines
142 B
SCSS
.bg-white-overlay {
|
|
color: #fff;
|
|
background-color: $light-white;
|
|
}
|
|
|
|
.bg-dark-overlay {
|
|
color: #fff;
|
|
background-color: $light-black;
|
|
}
|