Sha256: 4027620af9e0464b7e743f125f41f2a5c0479ea6654bf4370eb39f12c454e51d
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
@import "../sadui"; .modal { position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; // height: 0; z-index: $zDialog + 1; background: $colorWhite; .modal-wrapper { display: none; } &.is-visible { // height: inherit; .modal-wrapper { display: block; } } } .modal-generic { .modal-close-wrapper { position: absolute; top: 0; right: 0; margin: 0; } .close-icon {} .modal-content-wrapper {} }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sadui-0.0.4 | scss/sadui/components/_modal.scss |