mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-22 14:09:30 -07:00
add footer height css variable
This commit is contained in:
@@ -8,3 +8,7 @@ $global-font-family: system-ui, -apple-system, BlinkMacSystemFont, PingFang SC,
|
|||||||
$global-font-size: 16px;
|
$global-font-size: 16px;
|
||||||
$global-font-weight: 400;
|
$global-font-weight: 400;
|
||||||
$global-line-height: 1.5rem;
|
$global-line-height: 1.5rem;
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--footer-height: 38px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user