[frontend/components] Update sidebar styling
This commit is contained in:
parent
382c4d6a20
commit
c3086418e8
1 changed files with 8 additions and 1 deletions
|
@ -53,12 +53,16 @@
|
|||
align-items: center;
|
||||
justify-content: start;
|
||||
border-radius: 1.25rem;
|
||||
padding-inline: 0.5rem;
|
||||
padding-inline: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-inline: 1rem;
|
||||
color: white;
|
||||
font-size: 0.9em;
|
||||
background: var(--foreground-color);
|
||||
|
||||
> i {
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-btn:hover {
|
||||
|
@ -72,6 +76,9 @@
|
|||
|
||||
.rule {
|
||||
width: 90%;
|
||||
color: var(--highlight-color);
|
||||
margin-bottom: 1rem;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.bottom-nav {
|
||||
|
|
Loading…
Add table
Reference in a new issue