1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 12:34:38 +04:00
Files
tabler/scss/utils/_background.scss
T
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;
}