Sha256: 0eb3f66ca7d965103663a5d06e3ae6c71609692652b1a887214e2a89ff3925c2

Contents?: true

Size: 893 Bytes

Versions: 1

Compression:

Stored size: 893 Bytes

Contents

$stratum: 10000
$width: 700px
$height: 450px

.up-modal-overlay
  position: fixed
  top: 0
  left: 0
  bottom: 0
  right: 0
  background-color: rgba(90, 90, 90, 0.7)
  z-index: $stratum

.up-modal-dialog
  position: fixed
  z-index: $stratum + 1
  margin: auto
  top: 0
  left: 0
  bottom: 0
  right: 0
  width: $width
  height: $height
  max-width: 100%
  max-height: 100%
  background-color: #fff
  box-shadow: 0 0 10px 5px #000

.up-modal-close
  position: absolute
  top: 20px
  right: 20px
  background-color: #666
  color: #fff
  font-weight: bold
  text-transform: uppercase
  padding: 5px 15px
  z-index: $stratum + 2
  cursor: pointer
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)

.up-modal-close-label

.up-modal-close-key
  margin-left: 3px
  opacity: 0.5

.up-modal-content
  overflow-x: hidden
  overflow-y: auto
  width: 100%
  height: 100%
  padding: 20px
  box-sizing: border-box

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
upjs-rails-0.1.0 lib/assets/stylesheets/up/modal.css.sass