Sha256: e4782ff3e4b83f1c9f67a667528fa45e9a272d250c9e9390fd26a19267e18481
Contents?: true
Size: 813 Bytes
Versions: 135
Compression:
Stored size: 813 Bytes
Contents
#alchemy_preview_window { position: absolute; left: $main-menu-width; top: 75px; width: calc(100vw - #{$main-menu-width - $default-border-width}); height: calc(100vh - #{$top-menu-height}); border: 0 none; background: #fff; border-right: $default-border; transition: $transition-duration ease-in-out; .collapsed-menu & { left: $collapsed-main-menu-width; width: calc(100vw - #{$collapsed-main-menu-width - $default-border-width}); } .collapsed-menu.elements-window-visible & { width: calc(100vw - #{$collapsed-main-menu-width - $default-border-width} - #{$elements-window-width}); @media screen and (min-width: $large-screen-break-point) { max-width: calc(100vw - #{$collapsed-main-menu-width - $default-border-width} - #{$elements-window-min-width}); } } }
Version data entries
135 entries across 135 versions & 1 rubygems