Created the SidebarHeader styles.sass

This commit is contained in:
Mathias Wagner 2023-05-08 22:04:37 +02:00
parent 32a8c368f1
commit 3915c0ae6f
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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