patashala/style/cms/bower_components/bootstrap/scss/utilities/_background.scss
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

20 lines
399 B
SCSS
Executable File

//
// Contextual backgrounds
//
.bg-faded {
background-color: darken($body-bg, 3%);
}
@include bg-variant('.bg-primary', $brand-primary);
@include bg-variant('.bg-success', $brand-success);
@include bg-variant('.bg-info', $brand-info);
@include bg-variant('.bg-warning', $brand-warning);
@include bg-variant('.bg-danger', $brand-danger);
@include bg-variant('.bg-inverse', $brand-inverse);