UNPKG

zurb-foundation-5

Version:

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

34 lines (29 loc) 990 B
{{#markdown}} ```scss // // Breadcrumb Variables // $include-html-nav-classes: $include-html-classes; // We use this to set the background color for the breadcrumb container. $crumb-bg: scale-color($secondary-color, $lightness: 55%); // We use these to set the padding around the breadcrumbs. $crumb-padding: rem-calc(9 14 9); $crumb-side-padding: rem-calc(12); // We use these to control border styles. $crumb-function-factor: -10%; $crumb-border-size: 1px; $crumb-border-style: solid; $crumb-border-color: scale-color($crumb-bg, $lightness: $crumb-function-factor); $crumb-radius: $global-radius; // We use these to set various text styles for breadcrumbs. $crumb-font-size: rem-calc(11); $crumb-font-color: $primary-color; $crumb-font-color-current: $oil; $crumb-font-color-unavailable: $aluminum; $crumb-font-transform: uppercase; $crumb-link-decor: underline; // We use these to control the slash between breadcrumbs $crumb-slash-color: $base; $crumb-slash: "/"; ``` {{/markdown}}