feat: refactor css style and rm useless style
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user