Optimize stylesheet
This commit is contained in:
@@ -14,14 +14,36 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
ul{
|
> ul {
|
||||||
li {
|
> li {
|
||||||
//background-color: #4E47BB;
|
//background-color: #4E47BB;
|
||||||
margin: 4px 10px;
|
margin: 4px 14px;
|
||||||
padding: 4px;
|
|
||||||
&.item {
|
&.item {
|
||||||
|
font-size: 1.6em;
|
||||||
|
border-radius: 8px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
:hover {
|
||||||
background-color: #4E47BB;
|
background-color: #4E47BB;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: flex;
|
||||||
|
padding: 8px 16px;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
flex: 1;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.separate {
|
.separate {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user