feature(database-connection): Fix routing and refactor style sheets
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user