|
@@ -22,8 +22,9 @@ $subMenuHover: #f0f2f5;
|
|
|
$sideBarWidth: 210px;
|
|
|
$siderBarCollapseWidth: 64px;
|
|
|
$headerHeight: 120px;
|
|
|
-$footerHeight: 32px;
|
|
|
+$footerHeight: 32px; // must greater than 15px
|
|
|
$tagHeight: 42px; // must greater than 40px
|
|
|
+$layoutHeight: $headerHeight + $footerHeight + $tagHeight;
|
|
|
|
|
|
// the :export directive is the magic sauce for webpack
|
|
|
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|