Sha256: 67f8a043fb0268d4d9d53a602dc010c02724e4991b0dda22d56e7cbda01c27d8
Contents?: true
Size: 663 Bytes
Versions: 9
Compression:
Stored size: 663 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); } // Height if there are buttons above the bee plugin .builder-container-buttons { ~ #bee_plugin_container { height: calc(100vh - 284px); } } }
Version data entries
9 entries across 9 versions & 1 rubygems