Files
cachet-docker/resources/assets/sass/_vendors.scss
2018-06-29 20:59:13 +01:00

36 lines
793 B
SCSS
Vendored

@import "palette";
$ionicons-font-path: "../../../fonts" !default;
@import "./node_modules/ionicons/scss/ionicons";
@import "modules/bootstrap";
@import "plugins/flatpickr";
html {
position: relative;
min-height: 100%;
-webkit-font-smoothing: antialiased;
// always show up-down scrollbar to prevent content from jumping left/right
// depending on whether the page is taller than 100% of viewport height
overflow-y: scroll;
}
body {
margin-bottom: 60px;
padding-bottom: 60px;
}
@import "helpers";
// Module overrides
@import "modules/tabs";
@import "modules/forms";
@import "modules/well";
@import "modules/alerts";
@import "modules/panels";
@import "modules/btns";
@import "modules/pager";
// Error pages can have their own overrides.
@import "errors";