UNPKG

zurb-foundation-5

Version:

Foundation 5 for npm (no code modification from original repo)

25 lines (20 loc) 839 B
{{#markdown}} ```scss $include-html-panel-classes: $include-html-classes !default; // We use these to control the background and border styles $panel-bg: scale-color($white, $lightness: -5%) !default; $panel-border-style: solid !default; $panel-border-size: 1px !default; // We use this % to control how much we darken things on hover $panel-function-factor: -11% !default; $panel-border-color: scale-color($panel-bg, $lightness: $panel-function-factor) !default; // We use these to set default inner padding and bottom margin $panel-margin-bottom: rem-calc(20) !default; $panel-padding: rem-calc(20) !default; // We use these to set default font colors $panel-font-color: $oil !default; $panel-font-color-alt: $white !default; $panel-header-adjust: true !default; $callout-panel-link-color: $primary-color !default; ``` {{/markdown}}