mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Style changes on side-nav for less spacing between items
This commit is contained in:
parent
5584c3aded
commit
4e62613026
1 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@
|
||||||
align-items:center;
|
align-items:center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size:24px;
|
font-size:36px;
|
||||||
padding:40px 20px;
|
padding:40px 20px;
|
||||||
height:auto;
|
height:auto;
|
||||||
}
|
}
|
||||||
|
@ -131,12 +131,12 @@
|
||||||
.mat-list-item{
|
.mat-list-item{
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
font-family:Roboto, sans-serif;
|
font-family:Roboto, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding:10px 20px;
|
padding:10px 20px;
|
||||||
height:auto;
|
height:auto;
|
||||||
width:20rem;
|
width:20rem;
|
||||||
margin-bottom:1rem;
|
margin-bottom:0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-list-item{
|
.active-list-item{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue