zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
12 lines • 668 B
HTML
// $padding - Used to build padding for buttons
Default: $button-med or rem-calc(12) $padding: 12px;
// Primary color set in settings file.
Default: $primary-color. $bg: orange;
// If true, set to button radius which is $global-radius or explicitly set radius amount in px (ex. $radius:10px).
Default:false. $radius: true;
// We can set $full-width:true to remove side padding extend width.
Default: false $full-width: false;
// We can set $disabled:true to create a disabled transparent button.
Default: false $disabled: false;
// $is-input - <input>'s and <button>'s take on strange padding. We added this to help fix that.
Default: false $is-input: false;