Sha256: 0a06c56cd7c381486082294ae307cfec677ae8dff558c1b913f8265a31f35110

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

a:focus, .button:focus {
  outline: none;
}

th.cell-label {
  white-space: nowrap;
}

.app-container {
  @extend .container;

  display: block;
  max-width: initial;
  padding: 0;
}

.flash-notice {
  @extend .blue, .lighten-4;
}

.main-content {
  border-radius: 0;
  padding-bottom: 0;
}

.main-content__body {
  overflow-x: scroll;
  padding-bottom: $navbar-height;
}

.main-content__header {
  min-height: 6.2rem;

  >h1 {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.navigation {
  padding: 0 0.7rem;

  >.navigation__link {
    @extend .white-text;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding: 1rem;
    &:hover {
      background: darken($primary-color, 5%);
    }
  }
  >.navigation__link--active {
    background: darken($primary-color, 15%);
    font-weight: normal;
  }
}

@media #{$small-and-down} {
  .app-container {
    width: 100%;
  }
}

@media #{$medium-and-up} {
  .navigation >.navigation__link {
    height: $navbar-height;
    line-height: $navbar-height;
    padding: 0 1rem;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
administrate-materialize-theme-0.2.2 app/assets/stylesheets/administrate-materialize-theme/base.scss
administrate-materialize-theme-0.2.0 app/assets/stylesheets/administrate-materialize-theme/base.scss
administrate-materialize-theme-0.1.4 app/assets/stylesheets/administrate-materialize-theme/base.scss