32 lines
515 B
SCSS
32 lines
515 B
SCSS
body,
|
|
button,
|
|
input,
|
|
select,
|
|
optgroup,
|
|
textarea {
|
|
color: $color__text-main;
|
|
font-family: $font__main;
|
|
font-size: $font__size-body;
|
|
line-height: $font__line-height-body;
|
|
}
|
|
.hide {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
min-width: unset;
|
|
max-width: unset;
|
|
width: 0px;
|
|
min-height: unset;
|
|
max-height: unset;
|
|
height: 0px;
|
|
font-size: 0px;
|
|
line-height: 0px;
|
|
text-decoration: none;
|
|
border: 0;
|
|
background: none;
|
|
background-color: transparent;
|
|
}
|
|
@import "headings";
|
|
@import "copy";
|
|
@import "fonts";
|