feat: add min-height for footer
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
width: inherit;
|
||||
max-width: 100vw;
|
||||
padding: $lte-app-footer-padding;
|
||||
min-height: $lte-app-footer-height;
|
||||
color: $lte-app-footer-color;
|
||||
background-color: $lte-app-footer-bg;
|
||||
border-top: $lte-app-footer-border-top;
|
||||
|
||||
@@ -76,6 +76,7 @@ $lte-app-footer-border-top-color: var(--#{$prefix}border-color) !default;
|
||||
$lte-app-footer-border-top: $lte-app-footer-border-top-width solid $lte-app-footer-border-top-color !default;
|
||||
$lte-app-footer-bg: var(--#{$prefix}body-bg) !default;
|
||||
$lte-app-footer-color: var(--#{$prefix}secondary-color) !default;
|
||||
$lte-app-footer-height: 2.5rem !default;
|
||||
|
||||
// BRAND LINK
|
||||
// --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user