1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-15 18:11:42 +04:00
Files
tabler/core/scss/utils/_background.scss
T

16 lines
261 B
SCSS

.bg-white-overlay {
color: $white;
background-color: rgba($light, 0.24);
}
.bg-dark-overlay {
color: $white;
background-color: rgba($dark, 0.24);
}
.bg-cover {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}