LevelbossMike/ember-deploy

View on GitHub
docs/_sass/components/_page.scss

Summary

Maintainability
Test Coverage
.Page {

  &__header {
    border-bottom: 1px solid #999;
    box-shadow: 3px 0 8px 2px rgba(0,0,0,.2);
    margin-bottom: 2em;

    @include above($breakpoint) {
      margin-bottom: 2em;
    }
  }
  &__title {
    color: #555;
    color: $orange;
    font-size: 36px;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 0.7em;
  }
}