Sha256: 7ed577d786aa6f8755363d7fec8efccb6439733e8d57a25b116f97463e27f27c
Contents?: true
Size: 686 Bytes
Versions: 38
Compression:
Stored size: 686 Bytes
Contents
// ========================================================================== // Page modals, used for quick actions, confirmations, etc // ========================================================================== .modal { background-color: map-get($colors, 1); @include _mq(map-get($breakpoints, bps)) { background-color: rgba(map-get($colors, 10), 0.625); } .modal-content { @include _box-shadow(5); @include _mq(map-get($breakpoints, bps)) { max-width: _rem(650px); } @include _mq(map-get($breakpoints, bpm)) { width: 45%; } } @include _mq(map-get($breakpoints, bps)) { .modal-scrollable { min-height: 50vh; max-height: 65vh; } } }
Version data entries
38 entries across 38 versions & 1 rubygems