Sha256: 772e474bbb562c11d479a52a1c8fa27910d4e65cc0b5122d5c349786ce9c9563

Contents?: true

Size: 825 Bytes

Versions: 5

Compression:

Stored size: 825 Bytes

Contents

body.sessions-new,
body.static-index {
  header {
    @extend .mdl-color--white;
    @extend .mdl-color-text--black;

    z-index: 50;
    margin: 0 !important;

    .mdl-layout-title {
      color: rgba(0, 0, 0, 0.87) !important;
      opacity: 0.87;
      font-weight: 700;
    }

    .mdl-navigation {
      .mdl-navigation__link {
        @extend .mdl-typography--text-uppercase;

        background-color: transparent !important;
        border-bottom: 4px solid transparent;
        color: rgba(0, 0, 0, 0.87);
        display: inline-block;
        font-weight: 700;
        height: 60px;
        line-height: 68px;

        &:hover {
          border-bottom: 4px solid unquote("rgb(#{$palette-indigo-500})");
        }
      }
    }
  }

  .mdl-layout__content {
    display: flex;
    justify-content: center;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jobshop-0.0.11 app/assets/stylesheets/jobshop/static.scss
jobshop-0.0.10 app/assets/stylesheets/jobshop/static.scss
jobshop-0.0.9 app/assets/stylesheets/jobshop/static.scss
jobshop-0.0.7 app/assets/stylesheets/jobshop/static.scss
jobshop-0.0.6 app/assets/stylesheets/jobshop/static.scss