Updated the SidebarHeader styles.sass
This commit is contained in:
parent
7403402df5
commit
68a64596d4
@ -3,11 +3,17 @@
|
||||
.sidebar-header
|
||||
display: flex
|
||||
align-items: center
|
||||
gap: 0.8rem
|
||||
justify-content: space-between
|
||||
margin-left: 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
|
||||
height: 3rem
|
||||
border-radius: 5rem
|
||||
@ -37,3 +43,7 @@
|
||||
font-size: 11pt
|
||||
font-weight: 500
|
||||
color: $gray
|
||||
|
||||
.close-menu
|
||||
color: $white
|
||||
font-size: 18pt
|
Reference in New Issue
Block a user