feature(database-connection): Fix routing and refactor style sheets

This commit is contained in:
2021-01-12 11:49:08 +01:00
parent 29b6974714
commit 816d5df943
15 changed files with 251 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
.App {
@mixin background() {
width: auto;
display: flex;
flex-direction: column;
@@ -10,7 +10,7 @@
background-color: #282c34;
}
.blurred {
@mixin blurred() {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);