mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
16 lines
259 B
SCSS
16 lines
259 B
SCSS
.bg-white-overlay {
|
|
color: $white;
|
|
background-color: rgba($light, .24);
|
|
}
|
|
|
|
.bg-dark-overlay {
|
|
color: $white;
|
|
background-color: rgba($dark, .24);
|
|
}
|
|
|
|
.bg-cover {
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|