Updated the Header styles.sass

This commit is contained in:
Mathias Wagner 2023-11-13 22:03:05 +01:00
parent 02df426d64
commit 527a7f240f
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,5 +1,13 @@
@import "@/common/styles/colors"
.title-area
display: flex
align-items: center
gap: 1rem
.title-area svg
display: none
header
display: flex
justify-content: space-between
@ -48,4 +56,13 @@ header .action-area
&:hover
background-color: $error
color: $black
color: $black
@media screen and (max-width: 768px)
.action-area .user-card
display: none
.title-area svg
display: inline
font-size: 1.5rem
color: $text
cursor: pointer