add footer height css variable

This commit is contained in:
Spedon
2023-03-10 23:25:55 +08:00
parent 51e7d73bef
commit c57a2001cd

View File

@@ -7,4 +7,8 @@
$global-font-family: system-ui, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei UI, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !default;
$global-font-size: 16px;
$global-font-weight: 400;
$global-line-height: 1.5rem;
$global-line-height: 1.5rem;
:root {
--footer-height: 38px;
}