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