mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
25 lines
331 B
SCSS
25 lines
331 B
SCSS
// ===========================================================================
|
|
// FORMS
|
|
|
|
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea { color: $text-color; }
|
|
|
|
/*
|
|
* Remove default fieldset styles.
|
|
*/
|
|
|
|
fieldset {
|
|
margin: 0;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/*
|
|
* Allow only vertical resizing of textareas.
|
|
*/
|
|
|
|
textarea { resize: vertical; } |