From ad3b99dfef99947c163faffc542e3436554ee242 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 18:16:09 +0200 Subject: [PATCH] Created the Home index styles.sass --- .../src/pages/tools/general/Home/styles.sass | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/src/pages/tools/general/Home/styles.sass 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