Sha256: f457f62012f7de72c1b30cb52f2be50a43fe7bd9af29cb83a73d7da947be39dd
Contents?: true
Size: 491 Bytes
Versions: 22
Compression:
Stored size: 491 Bytes
Contents
// Modal background .modal { backdrop-filter: saturate(100%) blur(10px) !important; background-color: rgba(255, 255, 255, .80) !important; } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: $zindex-modal-backdrop; // z-index: 1040 !important; width: 100vw; height: 100vh; background-color: $modal-backdrop-bg; // Fade for backdrop &.fade { opacity: 0; } &.show { opacity: $modal-backdrop-opacity; } }
Version data entries
22 entries across 22 versions & 1 rubygems