From 3f51e01ea5c120a9f03cf7617972525d53f4426d Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 30 Sep 2022 22:19:31 +0200 Subject: [PATCH] Created the TextPages styling --- src/pages/TextPages/styles.sass | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/pages/TextPages/styles.sass diff --git a/src/pages/TextPages/styles.sass b/src/pages/TextPages/styles.sass new file mode 100644 index 0000000..7287361 --- /dev/null +++ b/src/pages/TextPages/styles.sass @@ -0,0 +1,25 @@ +@import "@/common/styles/colors" + +.text-wrapper + margin-left: 17% + margin-right: 22% + +.text-wrapper h2 + font-size: 42pt + font-weight: 700 + margin-bottom: 1rem + color: $white + +.text-wrapper h3 + font-size: 24pt + margin: 0 + color: $gray-white + +.text-wrapper p + margin-top: 5px + font-size: 18pt + font-weight: 700 + color: $gray + +.text-wrapper a + color: $primary \ No newline at end of file