first implemenation of quick items
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-22 02:40:51 +02:00
parent 00fd49aeff
commit 0625e57be0
7 changed files with 84 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
body {
background-color: darkgray;
}
.center-wrapper{
margin-top: 30%;
}

View File

@@ -1,3 +1,13 @@
.quick-component {
background-color: green;
}
border: 3px solid green;
width: 70%;
margin: auto;
.container {
display: flex;
justify-content: space-evenly;
flex-direction: row;
flex-wrap: wrap;
}
}

View File

@@ -0,0 +1,3 @@
.quickCategory-component{
}