Sha256: f91192c48bf24585bb4b81333c0ad33cb81fce7a8bc0304f8fad281b012ee7c7

Contents?: true

Size: 622 Bytes

Versions: 3

Compression:

Stored size: 622 Bytes

Contents

@import "../../../node_modules/bootstrap/scss/bootstrap";

@import "variables";

@import "components/navigation";
@import "components/content_header";
@import "components/content_body";
@import "components/pagination";

.app-container {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
}

.flashes {
  position: fixed;
  text-align: center;
  width: calc(100% - #{$navigation-width});

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

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

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

  overflow-y: scroll;
  width: calc(100% - #{$navigation-width});
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
administrate-bootstrap-theme-0.1.6 app/assets/stylesheets/administrate-bootstrap-theme/_base.scss
administrate-bootstrap-theme-0.1.4 app/assets/stylesheets/administrate-bootstrap-theme/_base.scss
administrate-bootstrap-theme-0.1.2 app/assets/stylesheets/administrate-bootstrap-theme/_base.scss