mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-12-08 20:38:46 +00:00
Source and server for serving built files.
This commit is contained in:
18
src/scss/main.scss
Normal file
18
src/scss/main.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@import './typography.scss';
|
||||
// @import 'bootstrap/dist/css/bootstrap.css';
|
||||
// @import 'bootstrap-vue/dist/bootstrap-vue.css';
|
||||
|
||||
html, body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
#app {
|
||||
color: black;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user