forked from mirror/_s
12 lines
317 B
SCSS
12 lines
317 B
SCSS
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
font-size: 100%; /* Corrects font size not being inherited in all browsers */
|
|
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
|
|
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
|
|
}
|
|
|
|
@import "buttons";
|
|
|
|
@import "fields"; |