From e95b8f9056fb22d99bb3f83881d7e3567b6a1575 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 4 Aug 2023 12:05:02 +0200 Subject: [PATCH] Created the Imprint styles.sass --- client/src/pages/legal/Imprint/styles.sass | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 client/src/pages/legal/Imprint/styles.sass diff --git a/client/src/pages/legal/Imprint/styles.sass b/client/src/pages/legal/Imprint/styles.sass new file mode 100644 index 0000000..ba8fbea --- /dev/null +++ b/client/src/pages/legal/Imprint/styles.sass @@ -0,0 +1,18 @@ +@import "@/common/styles/colors" + +.imprint-area p + margin: 0 0 1rem 0 + font-size: 1.5rem + color: $white + font-weight: 500 + text-align: justify + +.imprint-area h2 + margin: 0 0 1rem 0 + font-size: 1.9rem + color: $white + font-weight: 600 + text-align: justify + +.imprint-area a + color: $primary \ No newline at end of file