Created the HomeTool styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 18:15:46 +02:00
parent 5a5cf53c0a
commit 1c80d5b239
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,25 @@
@import "@/common/styles/colors"
.home-tool
display: flex
align-items: center
user-select: none
width: 100%
background-color: $black
border: 2px solid $dark-gray
color: $white
border-radius: 1.5rem
padding: 1.3rem 2rem
gap: 1rem
cursor: pointer
svg
font-size: 24pt
h1
margin: 0
p
font-size: 22pt
font-weight: 500
margin: 0