Updated the Header styles.sass
This commit is contained in:
parent
02df426d64
commit
527a7f240f
@ -1,5 +1,13 @@
|
|||||||
@import "@/common/styles/colors"
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.title-area
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
gap: 1rem
|
||||||
|
|
||||||
|
.title-area svg
|
||||||
|
display: none
|
||||||
|
|
||||||
header
|
header
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: space-between
|
justify-content: space-between
|
||||||
@ -49,3 +57,12 @@ header .action-area
|
|||||||
&:hover
|
&:hover
|
||||||
background-color: $error
|
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