Sha256: 0ab43e255010a444effa2f2757c673b2620759ea4adc4a88e3a90eb0a9334cf8

Contents?: true

Size: 1.09 KB

Versions: 52

Compression:

Stored size: 1.09 KB

Contents

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindexModalBackdrop;
  background-color: $black;
  @include opacity(60);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: $zindexModal;
  width: 560px;
  margin-left: -280px;
  background-color: $white;
  border: 1px solid $light_gray;
  @include border-radius(5px);
  @include background-clip(padding-box);
  outline: none;
}

.modal-header {
  background-color: $lightest_gray;
  padding: 8px 15px;
  border-bottom: 1px solid $lighter_gray;
  .close { margin-top: 2px; }
  h3 {
    margin: 0;
    line-height: 30px;
    color: $darker_gray;
  }
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  @include border-bottom-radius(5px);
  @include clearfix();

  .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }

  .btn-group .btn + .btn {
    margin-left: -1px;
  }

  .btn-block + .btn-block {
    margin-left: 0;
  }
}

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
atlas_assets-0.8.13 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.12 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.11 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.10 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.9 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.8 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.7 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.6 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.5 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.4 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.3 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.2 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.1 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.8.0 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.7.3 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.7.2 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.7.1 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.7.0 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.6.10 lib/assets/stylesheets/atlas_assets/_modals.scss
atlas_assets-0.6.9 lib/assets/stylesheets/atlas_assets/_modals.scss