diff --git a/client/src/pages/tools/general/Home/components/HomeTool/styles.sass b/client/src/pages/tools/general/Home/components/HomeTool/styles.sass new file mode 100644 index 0000000..2b6a1cd --- /dev/null +++ b/client/src/pages/tools/general/Home/components/HomeTool/styles.sass @@ -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 \ No newline at end of file