rishabhsrao/voxel-hologram

View on GitHub
app/styles/components/header/_component.scss

Summary

Maintainability
Test Coverage
/*html*/#voxel .voxel-hologram__content {
  .voxel-header {
    @include voxel-header();
  }

  .voxel-header__title {
    @include voxel-header__title();
  }

  .voxel-header__title__sub {
    @include voxel-header__title__sub();
  }
}

/*html*/#voxel.voxel-csstransforms .voxel-hologram__content {
  .voxel-header {
    @include voxel-header--with-transforms();
  }
}

@each $theme in $voxel-color__themes--supported {
  /*html*/#voxel .voxel-theme--#{$theme} .voxel-hologram__content .voxel-header {
    @include voxel-header__themes($theme);
  }
}

@each $theme in $voxel-color__themes--supported {
  /*html*/#voxel .voxel-theme--#{$theme} .voxel-hologram__content .voxel-header__title {
    @include voxel-header__title__themes($theme);
  }
}

@each $theme in $voxel-color__themes--supported {
  /*html*/#voxel .voxel-theme--#{$theme} .voxel-hologram__content .voxel-header__title__sub {
    @include voxel-header__title__sub__themes($theme);
  }
}