1
0
This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ttv-streamkit/resources/sass/app.scss

21 lines
308 B
SCSS
Vendored

@import "./uikit";
// TODO import only the used animations
@import "./animate-css";
@import "./components/toggle";
$footer-height: 80px;
#content {
min-height: calc(100vh - #{$navbar-nav-item-height + $footer-height});
}
footer {
line-height: $footer-height;
}
.flex-grow {
flex-grow: 1;
}