1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 18:04:26 +04:00
Files
tabler/scss/utils/_background.scss
2019-03-12 22:09:23 +01:00

10 lines
142 B
SCSS

.bg-white-overlay {
color: #fff;
background-color: $light-white;
}
.bg-dark-overlay {
color: #fff;
background-color: $light-black;
}