Created the Header styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 18:13:28 +02:00
parent 33f417249e
commit 239d716018
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,19 @@
@import "@/common/styles/colors"
.header
display: flex
align-items: center
justify-content: space-between
padding: 1rem 1.5rem
border-bottom: $dark-gray 2px solid
h1
color: $gray
margin: 0
font-weight: 900
span
color: $white
svg
font-size: 24pt
color: $white
cursor: pointer