mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 10:24:24 +04:00
16 lines
246 B
SCSS
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;
|
|
}
|