Created the Home index styles.sass
This commit is contained in:
parent
df525838e5
commit
ad3b99dfef
19
client/src/pages/tools/general/Home/styles.sass
Normal file
19
client/src/pages/tools/general/Home/styles.sass
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.home-header
|
||||||
|
font-size: 86pt
|
||||||
|
margin: 0
|
||||||
|
color: $white
|
||||||
|
font-weight: 900
|
||||||
|
|
||||||
|
.home-subtext
|
||||||
|
font-size: 19pt
|
||||||
|
color: $white
|
||||||
|
font-weight: 600
|
||||||
|
margin: 0
|
||||||
|
|
||||||
|
.tool-list
|
||||||
|
margin-top: 1rem
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
gap: 1rem
|
Reference in New Issue
Block a user