Sha256: 9dbc0847f5201d4c5d82758a061f06ea8ab3dbc893ce4345e66f03dd37a360e3
Contents?: true
Size: 804 Bytes
Versions: 1
Compression:
Stored size: 804 Bytes
Contents
.popup_overlay { background-color: rgba(#313E47, .7); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999; text-align: center; &::after { display: inline-block; width: 0; height: 100%; vertical-align: middle; content: ''; } } .popup { @include border-radius(5px); @include box-shadow(0, 3px, 40px, #1C233A); background-color: #fff; display: inline-block; vertical-align: middle; text-align: left; position: relative; } .popup_close { @include border-radius(100%); background-image: url(/assets/cabinet/popup_close.png); background-position: center center; background-repeat: no-repeat; background-size: 15px; display: block; width: 15px; height: 15px; position: absolute; top: -17px; right: -17px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/assets/stylesheets/cabinet/desktop/ui/_popups.scss |