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