first implemenation of quick items
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
body {
|
||||
background-color: darkgray;
|
||||
}
|
||||
|
||||
.center-wrapper{
|
||||
margin-top: 30%;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
3
src/style/quickCategory.scss
Normal file
3
src/style/quickCategory.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.quickCategory-component{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user