ui(layout): modified header height
This commit is contained in:
parent
7a9f4170a8
commit
68df908550
|
@ -6,8 +6,8 @@
|
||||||
// ========================================================================================
|
// ========================================================================================
|
||||||
// layout
|
// layout
|
||||||
// ========================================================================================
|
// ========================================================================================
|
||||||
$header-height = 68px; // header height
|
$header-height = 70px; // header height
|
||||||
$header-shrink-height = 50px; // header shrink height
|
$header-shrink-height = $header-height * 0.7; // header shrink height
|
||||||
$scroll-progress-bar-height = 2px; // scroll progress bar height
|
$scroll-progress-bar-height = 2px; // scroll progress bar height
|
||||||
$main-content-width = 80%; // main content width (PC)
|
$main-content-width = 80%; // main content width (PC)
|
||||||
$main-content-width-tablet = 86%; // main content width (tablet)
|
$main-content-width-tablet = 86%; // main content width (tablet)
|
||||||
|
|
Loading…
Reference in New Issue