Transitioning to Vue. Installed environment and restored homepage scene overview.

This commit is contained in:
2019-06-03 05:31:38 +02:00
parent b8c2878fc3
commit b8aa81b3f1
37 changed files with 5261 additions and 413 deletions

25
assets/css/style.scss Normal file
View File

@@ -0,0 +1,25 @@
@import 'theme';
html,
body {
height: 100%;
}
body {
margin: 0;
}
.nolist {
list-style: none;
padding: 0;
margin: 0;
li {
display: inline-block;
}
}
.heading {
color: $primary;
margin: 0 0 1rem 0;
}