Updated the SidebarHeader styles.sass
This commit is contained in:
parent
7403402df5
commit
68a64596d4
@ -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
|
Reference in New Issue
Block a user