first good looking version
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
body {
|
||||
background-color: darkgray;
|
||||
background-image: url("./../assets/bg.png");
|
||||
background-size: cover;
|
||||
|
||||
user-select: none;
|
||||
|
||||
color: white;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
.center-wrapper{
|
||||
margin-top: 30%;
|
||||
margin-top: 25%;
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
.quick-component {
|
||||
border: 3px solid green;
|
||||
width: 70%;
|
||||
margin: auto;
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
.quickCategory-component{
|
||||
|
||||
.title{
|
||||
line-height: 3em;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.children{
|
||||
line-height: 2em;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
.quickItem-component{
|
||||
color: rgba(#ffffff, 0.7);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: rgba(#ffffff, 1);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user