Sha256: 939b22997957b157f870927bbcbfc59ac49ef4d093fb54f333f2e8fb81bd38ee
Contents?: true
Size: 563 Bytes
Versions: 9
Compression:
Stored size: 563 Bytes
Contents
.dialog { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; &:before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; } .box { position: relative; border: solid 1px #aaa; margin: auto; padding: 20px; background-color: #fff; } h2, h3 { margin: 0 0 10px 0; } .footer { clear: left; text-align: right; } a.close { @include cancel-icon; @include icon-button; } }
Version data entries
9 entries across 9 versions & 1 rubygems