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

25 lines
331 B
SCSS
Raw Normal View History

// ===========================================================================
// FORMS
button,
input,
select,
textarea { color: $text-color; }
2013-02-09 04:10:33 +01:00
/*
* Remove default fieldset styles.
*/
fieldset {
margin: 0;
border: 0;
padding: 0;
}
2013-02-09 04:10:33 +01:00
/*
* Allow only vertical resizing of textareas.
*/
textarea { resize: vertical; }