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

Version Path
nfg_ui-0.12.10 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.9 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.8 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.7 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.6 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.5 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.4 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.3 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss
nfg_ui-0.12.2 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_bee.scss