Prettified the border.

This commit is contained in:
Cotes Chung 2020-02-21 00:23:15 +08:00
parent 8b059432d3
commit 8e01d90018
1 changed files with 13 additions and 13 deletions

View File

@ -265,11 +265,10 @@ body {
.icon-border {
background: #525354;
width: 1px;
height: 8px;
margin-top: .6rem;
margin-left: .25rem;
margin-right: .25rem;
width: 3px;
height: 3px;
border-radius: 50%;
margin-top: .8rem;
}
}
@ -1141,6 +1140,14 @@ table tbody td {
#sidebar {
width: 210px;
.sidebar-bottom {
margin-left: 1.5rem;
margin-right: 1.5rem;
.icon-border {
margin-left: .25rem;
margin-right: .25rem;
}
}
}
#topbar-wrapper {
@ -1162,12 +1169,6 @@ table tbody td {
margin-right: 1rem;
}
#sidebar .sidebar-bottom {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
#main-wrapper {
margin-left: 210px;
}
@ -1427,10 +1428,9 @@ table tbody td {
}
.icon-border {
height: 14px;
margin-left: .2rem;
margin-right: .2rem;
margin-bottom: 0;
margin-top: .85rem;
}
.icon-border+a {