Updated the Header styles.sass

This commit is contained in:
2023-11-13 22:03:05 +01:00
parent 02df426d64
commit 527a7f240f

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
@@ -49,3 +57,12 @@ header .action-area
&:hover
background-color: $error
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