mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
17 lines
234 B
SCSS
17 lines
234 B
SCSS
// ===========================================================================
|
|
// FORMS
|
|
|
|
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea { color: $text-color; }
|
|
|
|
fieldset {
|
|
margin: 0;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
textarea { resize: vertical; } |