fix: font size and spacing
This commit is contained in:
parent
dd5aed34e3
commit
552ac7c8ba
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ body {
|
|||
}
|
||||
|
||||
.desk-sidebar {
|
||||
font-size: var(--text-base);
|
||||
.sidebar-section .sidebar-label {
|
||||
margin-bottom: var(--margin-md);
|
||||
margin-top: var(--margin-sm);
|
||||
|
|
@ -46,6 +47,7 @@ body {
|
|||
}
|
||||
|
||||
.widget-group {
|
||||
font-size: var(--text-base);
|
||||
margin-bottom: var(--margin-2xl);
|
||||
|
||||
.widget-group-head {
|
||||
|
|
@ -378,7 +380,7 @@ body {
|
|||
display: flex;
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
padding: var(--padding-xs);
|
||||
padding: var(--padding-xs) 0;
|
||||
border-radius: var(--border-radius-md);
|
||||
cursor: pointer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue