Skip to content

Commit

Permalink
tweak font size
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 2, 2020
1 parent 36b8696 commit b45c24e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/client/theme-default/components/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
padding-left: 1rem;
}
.sidebar-items .sidebar-item + .sidebar-item {
margin-top: 0;
}
.sidebar-items .sidebar-items .sidebar-link {
border-left: 0;
}
Expand All @@ -34,22 +30,18 @@
.sidebar-items .sidebar-link {
padding: .35rem 1rem .35rem 2rem;
line-height: 1.4;
font-size: 1em;
font-size: 0.9em;
font-weight: 400;
}
.sidebar-item + .sidebar-item {
margin-top: .75rem;
}
.sidebar-link {
display: block;
margin: 0;
border-left: .25rem solid transparent;
padding: .35rem 1.5rem .35rem 1.25rem;
line-height: 1.7;
font-size: 1.1em;
font-weight: 700;
font-size: 1em;
font-weight: 600;
color: var(--text-color);
}
Expand Down

0 comments on commit b45c24e

Please sign in to comment.