Created the Header styles.sass
This commit is contained in:
parent
33f417249e
commit
239d716018
19
client/src/common/components/Header/styles.sass
Normal file
19
client/src/common/components/Header/styles.sass
Normal 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
|
Reference in New Issue
Block a user