Sha256: 0a386ec22a0a6cbdcdd3a9832c71861a7d2146c0b05f3353c7e99c3279fb1d7a

Contents?: true

Size: 601 Bytes

Versions: 20

Compression:

Stored size: 601 Bytes

Contents

@import 'colors.styl'
@import 'mixins.styl'

#dialog
  width 100%
  height 100%
  background-color rgba(0, 0, 0, 0.5)
  position absolute
  left 0
  top 0
  user-select none

  & > #content
    position absolute
    top 10%
    left 10%
    width 70%
    height 70%
    padding 1em
    background-color darken($bg-color, 20%)
    border $normal-border
    if $enable-gradients
      box-shadow 2px 2px 4px 2px #333
    user-select none
    & > #message
      user-select all
      margin 0
      height calc(100% - 3em)
      word-wrap normal
      overflow auto
    & > .full-button
      height 1em

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
flammarion-0.1.10pre1 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.9 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.8 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.8pre1 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.8pre lib/html/source/stylesheets/dialog.styl
flammarion-0.1.7 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.7pre2 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.7pre lib/html/source/stylesheets/dialog.styl
flammarion-0.1.6 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.5 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.4 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.4pre lib/html/source/stylesheets/dialog.styl
flammarion-0.1.3 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.2 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.1 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.0 lib/html/source/stylesheets/dialog.styl
flammarion-0.0.14 lib/html/source/stylesheets/dialog.styl
flammarion-0.0.13 lib/html/source/stylesheets/dialog.styl
flammarion-0.0.12 lib/html/source/stylesheets/dialog.styl
flammarion-0.0.11 lib/html/source/stylesheets/dialog.styl