Updated the Header styles.sass
This commit is contained in:
parent
02df426d64
commit
527a7f240f
@ -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
|
Loading…
x
Reference in New Issue
Block a user