Added 'optgroup' in #Typography via both - - _typography.scss & - style.css It fixes the odd styling of the select element.
15 lines
No EOL
206 B
SCSS
15 lines
No EOL
206 B
SCSS
body,
|
|
button,
|
|
input,
|
|
select,
|
|
optgroup,
|
|
textarea {
|
|
color: $color__text-main;
|
|
font-family: $font__main;
|
|
@include font-size(1);
|
|
line-height: $font__line-height-body;
|
|
}
|
|
|
|
@import "headings";
|
|
|
|
@import "copy"; |