2
0

feat(graohsComponent): added vector configuration

This commit is contained in:
2018-05-23 21:55:52 +02:00
parent b1e6faab99
commit 2d635148b8
9 changed files with 186 additions and 149 deletions

View File

@@ -5,6 +5,7 @@
top: 0;
left: 0;
overflow: hidden;
opacity: 0.2;
}
ul {
@@ -44,5 +45,5 @@ aside {
justify-content: center;
margin: 0;
padding: 3rem;
background: rgba(251, 252, 253, 0.8);
background: rgba(251, 252, 253, 0.9);
}