Sha256: 2eca59407f420f9fa6753237d680c8d2ea40666c6c1ebc2175eebf92e27b1252
Contents?: true
Size: 843 Bytes
Versions: 9
Compression:
Stored size: 843 Bytes
Contents
.Modal { position: fixed; left: 0; right: 0; top: 0; bottom: 0; padding: 16px; background-color: rgba(1,1,1,.6); z-index: 1040; overflow: auto; display: none; } .Modal-inner { padding: 30px; } .Modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); box-shadow: 0 3px 9px rgba(0,0,0,.5); margin: 0px auto; @include transition(all, 0.7s, ease); z-index: 1001; } .Modal-close { color: #fff; cursor: pointer; font-size: 20px; position: absolute; right: -30px; top: 3px; } .ModalHeader { @include border-top-radius(4px); padding: 30px; } .ModalBody { padding: 30px; }
Version data entries
9 entries across 9 versions & 1 rubygems