Sha256: bda72c688816f4fadd06566351c1ced4949ae2cceaf5a5ff6c4bb041182932b0

Contents?: true

Size: 645 Bytes

Versions: 9

Compression:

Stored size: 645 Bytes

Contents

body.modal-open
  height: 100%
  overflow: hidden

.modal
  display: block !important // override bootstrap

  &, .modal-overlay
    position: fixed
    top: 0
    right: 0
    bottom: 0
    left: 0
    overflow: auto

  .modal-overlay
    background: rgba(0, 0, 0, 0.85)

  .modal-body
    position: relative
    margin: 10vh auto
    padding: 2em
    width: auto
    min-width: 50%
    max-width: 980px
    background: white
    z-index: 9999

  button.modal-close:after
    content: "×"
    color: white
    position: absolute
    font-size: 4em
    line-height: 0.5em
    top: 0.25em
    right: 0.25em
    border: none
    background: none

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dorsale-2.7.0 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.8 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.7 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.6 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.5 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.4 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.3 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.2 app/assets/stylesheets/dorsale/modals.sass
dorsale-2.6.1 app/assets/stylesheets/dorsale/modals.sass