Sha256: 5f3f20a2c2361bf4b51be528f87df146c293fad5f8b930d289bbd545acf46333

Contents?: true

Size: 640 Bytes

Versions: 7

Compression:

Stored size: 640 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
    & pre
      font-family $main-font

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flammarion-0.2.1 lib/html/source/stylesheets/dialog.styl
flammarion-0.2.0 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.14 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.13 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.12 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.11 lib/html/source/stylesheets/dialog.styl
flammarion-0.1.10pre2 lib/html/source/stylesheets/dialog.styl