foundation-sites-5
Version:
**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**
18 lines (15 loc) • 459 B
HTML
{{#markdown}}
```scss
prefix($bg, $is-button);
/* Control the background color, which also effect the border and font color */
$bg: $input-prefix-bg;
/* If you prefix or postfix element is a button, make sure to set this to true */
$is-button: false;
```
{{/markdown}}
<form>
<div class="row collapse">
<span class="attached-label style custom">Label</span>
<input type="text" class="attached-input" placeholder="Value">
</div>
</form>