mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-12-08 20:38:46 +00:00
30 lines
380 B
SCSS
30 lines
380 B
SCSS
@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;
|
|
}
|
|
|