mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +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; }
|