Sha256: ff0e99b6b4ebc5c5f1262e5d9b9e8e4118debac9b7849dc3dc852fd4ed9a6bfb
Contents?: true
Size: 512 Bytes
Versions: 19
Compression:
Stored size: 512 Bytes
Contents
#bee_plugin_container { height: 600px; // fallback value if calc() isn't supported border-top: 1px solid $border-color; border-bottom: 1px solid $border-color; } // Height if just the builder-header is present .builder-header + .builder-container { #bee_plugin_container { height: calc(100vh - 72px); } } // Height if both builder-header and builder-nav are present (typical in onboarder) .builder-header + .builder-nav + .builder-container { #bee_plugin_container { height: calc(100vh - 180px); } }
Version data entries
19 entries across 19 versions & 1 rubygems