Created the SidebarHeader styles.sass
This commit is contained in:
parent
32a8c368f1
commit
3915c0ae6f
@ -0,0 +1,39 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.sidebar-header
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
gap: 0.8rem
|
||||||
|
margin-left: 1rem
|
||||||
|
margin-top: 1rem
|
||||||
|
|
||||||
|
.sidebar-header img
|
||||||
|
width: 3rem
|
||||||
|
height: 3rem
|
||||||
|
border-radius: 5rem
|
||||||
|
|
||||||
|
.title-header
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
gap: 0.1rem
|
||||||
|
color: $primary
|
||||||
|
|
||||||
|
.title-header p
|
||||||
|
margin: 0
|
||||||
|
font-size: 11pt
|
||||||
|
font-weight: 700
|
||||||
|
|
||||||
|
.title-header svg
|
||||||
|
width: 0.8rem
|
||||||
|
height: 0.8rem
|
||||||
|
|
||||||
|
.title-subheader p
|
||||||
|
margin: 0
|
||||||
|
font-size: 16pt
|
||||||
|
font-weight: 800
|
||||||
|
color: $white
|
||||||
|
|
||||||
|
.title-subheader span
|
||||||
|
font-size: 11pt
|
||||||
|
font-weight: 500
|
||||||
|
color: $gray
|
Reference in New Issue
Block a user