This commit is contained in:
TheGiddyLimit
2024-06-23 22:13:57 +01:00
parent ed9833eefc
commit e5844f8a3f
279 changed files with 38254 additions and 7675 deletions

View File

@@ -43,6 +43,16 @@
url("../fonts/hpphumblescratch-webfont.woff2") format("woff2");
}
@keyframes kf-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes kf-fade-out {
from {
opacity: 1;
@@ -180,7 +190,7 @@ $h-ipt-xs: 22px;
// endregion
// region Fonts
$font-line-height: 1.4286;
$font-line-height: 1.42857143;
// endregion
@mixin mix-shadow-1() {