Sha256: 1708ffa33b1ab4172f0516412ca88a3909d53922d5aeb0dbfd3ee2d31d8fc365
Contents?: true
Size: 511 Bytes
Versions: 25
Compression:
Stored size: 511 Bytes
Contents
@import 'css/romo/vars'; @import 'css/romo/mixins'; .romo { .romo-tooltip-popup { z-index: $tooltipZIndex; } .romo-tooltip-popup * { z-index: inherit; } .romo-dropdown-popup { z-index: $dropdownZIndex; } .romo-dropdown-popup * { z-index: inherit; } // 1300 is reserved for app specific things like nav bars, etc // modals should appear on top of everything though .romo-modal-popup { z-index: $modalZIndex; } .romo-modal-popup * { z-index: inherit; } }
Version data entries
25 entries across 25 versions & 1 rubygems