sass-site/source/assets/stylesheets/foundation/_forms.scss

17 lines
234 B
SCSS

// ===========================================================================
// FORMS
button,
input,
select,
textarea { color: $text-color; }
fieldset {
margin: 0;
border: 0;
padding: 0;
}
textarea { resize: vertical; }