Sha256: 8ef4e35e88277afcc2a622d5e9e4a5c982011a3be93a3dd42b62f3965ace602e

Contents?: true

Size: 781 Bytes

Versions: 8

Compression:

Stored size: 781 Bytes

Contents

// Sheet
//
// Custom wrapper to simulate a paper sheet container
.sheet {
  width: auto;
  position: relative;
  border: 1px solid $sheet-border;
  background-color: $sheet-bg;
  border-radius: $sheet-border-radius;
  margin: $sheet-margin;
  padding: $sheet-padding;
}

.sheet-header {
  margin: (-1 * $sheet-padding);
  margin-bottom: $sheet-padding;
  padding: $sheet-padding;
  border-bottom: 1px solid $sheet-inner-border;

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6,
  p {
    padding: 0;
    margin: 0;
  }
}

.sheet-fullscreen {
  margin: 0;
  border: 0;
  border-radius: 0;
  min-height: 100vh;
  margin-top: - ($navbar-height + 1); // for the navbar-fixed-top border
  padding-top: $navbar-height + 1 + $sheet-padding; // for the navbar-fixed-top border
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-1.0.0.beta10 assets/stylesheets/bookingsync/_sheet.scss
bootstrap-bookingsync-sass-1.0.0.beta9 assets/stylesheets/bookingsync/_sheet.scss
bootstrap-bookingsync-sass-1.0.0.beta8 assets/stylesheets/bookingsync/_sheet.scss
bootstrap-bookingsync-sass-1.0.0.beta7 assets/stylesheets/bookingsync/_sheet.scss
bootstrap-bookingsync-sass-1.0.0.beta6 assets/stylesheets/bookingsync/_sheet.scss
bootstrap-bookingsync-sass-1.0.0.beta5 assets/stylesheets/bookingsync/_sheet.scss
bootstrap-bookingsync-sass-1.0.0.beta4 assets/stylesheets/bookingsync/_sheet.scss
bootstrap-bookingsync-sass-1.0.0.beta3 assets/stylesheets/bookingsync/_sheet.scss