Sha256: 9a4c5ea21fee4ed8a92a8cb9020ac5f0e6cd512974db33aee4586ecd1a1547f6

Contents?: true

Size: 849 Bytes

Versions: 4

Compression:

Stored size: 849 Bytes

Contents

body.sessions-new,
body.lookups-show,
body.registrations-new {
  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

4 entries across 4 versions & 1 rubygems

Version Path
jobshop-0.0.15 app/assets/stylesheets/jobshop/static.scss
jobshop-0.0.14 app/assets/stylesheets/jobshop/static.scss
jobshop-0.0.13 app/assets/stylesheets/jobshop/static.scss
jobshop-0.0.12 app/assets/stylesheets/jobshop/static.scss