mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
11 lines
180 B
SCSS
11 lines
180 B
SCSS
//
|
|
// Contextual backgrounds
|
|
//
|
|
|
|
.bg-faded {
|
|
background-color: darken($body-bg, 3%);
|
|
}
|
|
|
|
@each $color, $value in $theme-colors {
|
|
@include bg-variant('.bg-#{$color}', $value);
|
|
}
|