Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/theme/boost/scss/bootstrap/utilities/
Upload File :
Current File : /var/www/ljmtc/cbt/theme/boost/scss/bootstrap/utilities/_background.scss

// stylelint-disable declaration-no-important

@each $color, $value in $theme-colors {
  @include bg-variant(".bg-#{$color}", $value, true);
}

@if $enable-gradients {
  @each $color, $value in $theme-colors {
    @include bg-gradient-variant(".bg-gradient-#{$color}", $value, true);
  }
}

.bg-white {
  background-color: $white !important;
}

.bg-transparent {
  background-color: transparent !important;
}