Sha256: 796e5ebdba5504700d74c09cfb28ef2047c154a2f13be3b569fd7231485475cc

Contents?: true

Size: 1.09 KB

Versions: 12

Compression:

Stored size: 1.09 KB

Contents

.bs-example {
  .navbar-fixed-top {
    position: inherit;
  }

  #content {
    min-height: inherit;

    &.with-navbar {
      padding-top: 0;
    }
  }

  &.bs-example-composition-body {
    background-color: $body-bg;
    border: 1px solid $gray-lightest;
  }
}

.bs-example-colors {
  .row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.bs-example-modal {
  .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
  }
}

.bs-example-icons {
  li {
    width: 49%;
    padding: 20px;
    text-align: center;
    display: inline-block;

    @media (min-width: $screen-sm-min) {
      width: 19%;
    }
  }

  i {
    font-size: 3em;
    margin-bottom: 10px;
    display: block;
    color: $gray-light;
  }
}

.bs-example-iframe-container-mobile {
  margin: 0 auto;
  width: 320px;
  height: 568px;
}

.bs-example-iframe-container-tablet {
  margin: 0 auto;
  width: 768px;
  height: 1024px;
}

.bs-example-iframe-container-desktop {
  width: 100%;
  height: 568px;
}

.bs-example-iframe {
  width: 100%;
  height: 100%;
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-1.0.0 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta12 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta11 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta10 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta9 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta8 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta7 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta6 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta5 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta4 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta3 docs/content/assets/stylesheets/_override.scss
bootstrap-bookingsync-sass-1.0.0.beta2 docs/content/assets/stylesheets/_override.scss