@import './typography.scss'; // @import 'bootstrap/dist/css/bootstrap.css'; // @import 'bootstrap-vue/dist/bootstrap-vue.css'; html, body { height: 100%; margin: 0px; padding: 0px; line-height: 1; } .disableScroll { overflow: hidden; } #app { color: black; font-weight: 400; } .site-header { border-bottom: 1px solid #e8e8e1; } .hidden { display: none; }