Sha256: 105a1c4170b464a81b427c30a418e3fe8af7f4d8c7a6410202e31b0dac4a08c0

Contents?: true

Size: 588 Bytes

Versions: 4

Compression:

Stored size: 588 Bytes

Contents

.modal-background
  +overlay
  background: rgba(black, 0.86)

.modal-content
  margin: 0 20px
  max-height: calc(100vh - 160px)
  overflow: auto
  position: relative
  width: 100%
  // Responsiveness
  +tablet
    margin: 0 auto
    max-height: calc(100vh - 40px)
    width: 640px

.modal-close
  @extend .delete
  background: none
  height: 40px
  position: fixed
  right: 20px
  top: 20px
  width: 40px

.modal
  +overlay
  align-items: center
  display: none
  justify-content: center
  overflow: hidden
  position: fixed
  z-index: 1986
  // Modifiers
  &.is-active
    display: flex

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulma-rails-0.0.24 app/assets/stylesheets/sass/components/modal.sass
bulma-rails-0.0.23 app/assets/stylesheets/sass/components/modal.sass
bulma-rails-0.0.20 app/assets/stylesheets/bulma/components/modal.sass
bulma-rails-0.0.18 app/assets/stylesheets/bulma/components/modal.sass