Created the HomeElement styles.sass
This commit is contained in:
@ -0,0 +1,18 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.home-element
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
gap: 1rem
|
||||||
|
margin-top: 2rem
|
||||||
|
margin-bottom: 1.5rem
|
||||||
|
|
||||||
|
svg
|
||||||
|
font-size: 26pt
|
||||||
|
color: $primary
|
||||||
|
|
||||||
|
h1
|
||||||
|
margin: 0
|
||||||
|
font-size: 28pt
|
||||||
|
font-weight: 900
|
||||||
|
color: $primary
|
Reference in New Issue
Block a user