achille-press/sass/typography/_typography.scss
Arnab Wahid a75211cab1 Add optgroup in Typography
Added 'optgroup' in #Typography via both -
- _typography.scss
&
- style.css
It fixes the odd styling of the select element.
2017-06-17 18:25:49 +06:00

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";