Sha256: bdeeb2203a89aa2818a50fceca064b1772632f6acfe9d3edc954963c327a7e39

Contents?: true

Size: 929 Bytes

Versions: 1

Compression:

Stored size: 929 Bytes

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-desktop {
  width: 100%;
  height: 500px;
}

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-1.0.0.beta1 docs/content/assets/stylesheets/_override.scss