_bgcolor.scss 230 B

1234567891011
  1. .bgcolor {
  2. @include themify($themes) {
  3. &__header {
  4. background-color: themed('single-header-title-background-color');
  5. }
  6. &__breadcrumb {
  7. background-color: themed('breadcrumb-background-color');
  8. }
  9. }
  10. }