zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
16 lines (13 loc) • 348 B
HTML
{{#markdown}}
```scss
$include-html-label-classes: $include-html-classes;
// We use these to style the labels
$label-padding: rem-calc(4 8 4);
$label-radius: $global-radius;
// We use these to style the label text
$label-font-sizing: rem-calc(11);
$label-font-weight: bold;
$label-font-color: #333;
$label-font-color-alt: #fff;
```
{{/markdown}}