mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-22 21:20:14 -05:00
migrated to ASP.Net Core
This commit is contained in:
19
Webfront/bower_components/bootstrap/scss/utilities/_background.scss
vendored
Normal file
19
Webfront/bower_components/bootstrap/scss/utilities/_background.scss
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
@include bg-variant(".bg-#{$color}", $value);
|
||||
}
|
||||
|
||||
@if $enable-gradients {
|
||||
@each $color, $value in $theme-colors {
|
||||
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
background-color: $white !important;
|
||||
}
|
||||
|
||||
.bg-transparent {
|
||||
background-color: transparent !important;
|
||||
}
|
Reference in New Issue
Block a user