pre deploy'

This commit is contained in:
2020-03-27 19:30:20 +01:00
parent 7e5d022aa2
commit ce1dc3cd7f
18 changed files with 598 additions and 397 deletions

5
resources/sass/components/topbar.scss vendored Normal file
View File

@@ -0,0 +1,5 @@
.topbar {
background-color: $medium;
width: calc(100vw - 15rem);
box-shadow: 3px 2px 3px rgba(0,0,0,0.2);
}