Sha256: beacf0cf5ee572b5c29a5c2ff6eb6842979d0eeceda21c7cc2e58c5dda0f1287

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

.app-container {
  @extend .d-flex, .flex-nowrap, .vh-100;
}

.flashes {
  @extend .pe-none, .fixed-top, .text-center;

  > .flash {
    @extend .alert, .d-inline-block;

    &.flash-notice {
      @extend .alert-info;
    }
  }
}

.main-content {
  @extend .d-flex, .flex-column;

  background-color: $main-content-bg;
  color: $main-content-fg;
  overflow-y: scroll;
  width: calc(100% - #{$navigation-width});
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
administrate-bootstrap-theme-1.1.0 app/assets/stylesheets/administrate-bootstrap-theme/_base.scss
administrate-bootstrap-theme-1.0.6 app/assets/stylesheets/administrate-bootstrap-theme/_base.scss
administrate-bootstrap-theme-1.0.4 app/assets/stylesheets/administrate-bootstrap-theme/_base.scss