feat: refactor css style and rm useless style

This commit is contained in:
Dillon
2022-05-15 15:15:38 +08:00
parent aa834e89af
commit de88a28db7
13 changed files with 55 additions and 43 deletions

View File

@@ -1,9 +1,9 @@
html {
font-family: $global-font-family;
font-weight: $global-font-weight;
font-family: var(--global-font-family);
font-weight: var(--global-font-weight);
font-display: swap;
font-size: $global-font-size;
line-height: $global-line-height;
font-size: var(--global-font-size);
line-height: var(--global-line-height);
width:100%;
scroll-behavior: smooth;
@@ -47,15 +47,11 @@ body {
}
}
@include ms;
@include link(true, true);
@import "../_partial/mask";
@import "../_partial/img";
@import "../_partial/icon";
@import "../_partial/details";
@import "../_partial/fixed-button";
@import "../_partial/cookieconsent";
img {
@include object-fit(contain);
}