Updated the SidebarHeader styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 19:00:11 +02:00
parent 7403402df5
commit 68a64596d4
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -3,11 +3,17 @@
.sidebar-header .sidebar-header
display: flex display: flex
align-items: center align-items: center
gap: 0.8rem justify-content: space-between
margin-left: 1rem margin-left: 1rem
margin-top: 1rem margin-top: 1rem
margin-right: 1.5rem
.sidebar-header img .sidebar-left
display: flex
align-items: center
gap: 0.8rem
.sidebar-left img
width: 3rem width: 3rem
height: 3rem height: 3rem
border-radius: 5rem border-radius: 5rem
@ -36,4 +42,8 @@
.title-subheader span .title-subheader span
font-size: 11pt font-size: 11pt
font-weight: 500 font-weight: 500
color: $gray color: $gray
.close-menu
color: $white
font-size: 18pt