Sha256: 8cb81561f2fbe5ea0fdb2706dbdf84cfac52ce57e3f1d76f853939f4db63b9d9

Contents?: true

Size: 1.12 KB

Versions: 2

Compression:

Stored size: 1.12 KB

Contents

@charset "utf-8";

@import "material";
@import "jobshop/breakpoints";
@import "jobshop/dialog";
@import "jobshop/welcome";

html, body {
  background-color: unquote("rgb(#{$palette-indigo-50})");
  font-family: "Roboto", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
}

main {
  padding-top: 0px;

  @include larger-than-handset-p { padding-top: 24px; }
  @include larger-than-handset-l { padding-top: 48px; }
}

.mdl-textfield {
  width: 100%;
}

.static-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;
    font-weight: 700;
    opacity: 0.87;
    text-decoration: none;
  }

  .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})");
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jobshop-0.0.131 app/assets/stylesheets/jobshop/application.scss
jobshop-0.0.127 app/assets/stylesheets/jobshop/application.scss