1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 10:24:24 +04:00
Files
tabler/scss/utils/_background.scss
2020-01-12 22:42:06 +01:00

16 lines
246 B
SCSS

.bg-white-overlay {
color: #fff;
background-color: $light-white;
}
.bg-dark-overlay {
color: #fff;
background-color: $light-black;
}
.bg-cover {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}