Sha256: 321b5b9df091eb0d2a816fd7e02cbb95008771ea4d5967322c0b0f0e56361f14

Contents?: true

Size: 1.65 KB

Versions: 30

Compression:

Stored size: 1.65 KB

Contents

.modal {
  .modal__header {
    border-bottom: solid 1px $winter-sky;
    margin-bottom: 10px;

    h1,
    h2,
    h3 {
      color: $dark-grey;
      display: inline-block;
      font-size: 1.3rem;
      margin: 0 0 0.5rem 0;
    }

    h3 {
      color: $dashboard-muted-color;
      font-weight: normal;
    }

    .reveal-modal-close {
      color: $winter-sky;
      font-size: 1.5rem;
      font-weight: normal;
      padding: 0.2rem;
      position: absolute;
      right: 0.8rem;
      top: 0.3rem;

      i {
        padding-right: 5px;
      }
    }

    .modal__header-subtitle {
      margin-top: -.5rem;
    }
  }

  .modal__body {
    // Ensure the content can be scrolled if drops of the bottom of the page
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 200px);

    // remove excessive l and r padding in modals
    .row {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;

      .columns {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }

  // .modal__footer {
  // }
}

.modal-show {
  background: $oil;
  background: rgba(56, 80, 70, 0.5);
  height: 100%;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal-window {
  background: $white;
  border-radius: 5px;
  box-shadow: 1px 1px 1px $oil;
  height: 460px;
  margin: auto;
  margin-left: auto;
  margin-top: 100px;
  padding: 20px;
  width: 600px;
}

#modal-holder {
  height: 380px;
  overflow: scroll;
  width: 560px;
}

.modal-close {
  cursor: pointer;
  display: fixed;
  float: right;
  height: 20px;
  width: 20px;
  z-index: 100;
}

.reveal-modal {
  padding: 1rem 1.6rem 0.3rem 1.6rem;
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.1.0 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.167 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.166 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.165 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.164 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.163 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.162 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.161 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.160 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.159 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.158 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.157 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.156 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.155 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.153 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.152 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.151 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.149 app/assets/stylesheets/renalware/partials/_modal_window.scss
renalware-core-2.0.148 app/assets/stylesheets/renalware/partials/_modal_window.scss