From 3621455779870d672c5be917c073f0c47c766f9c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 21:08:56 +0200 Subject: [PATCH] Created the Feature style of the Features page --- .../Features/components/Feature/styles.sass | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/pages/Features/components/Feature/styles.sass diff --git a/src/pages/Features/components/Feature/styles.sass b/src/pages/Features/components/Feature/styles.sass new file mode 100644 index 0000000..dc72578 --- /dev/null +++ b/src/pages/Features/components/Feature/styles.sass @@ -0,0 +1,27 @@ +@import "@/common/styles/colors" + +.feature-container + display: flex + justify-content: space-between + margin-top: 3rem + margin-bottom: 2rem + align-items: center + +.reverse + flex-direction: row-reverse + +.content-container h3 + font-size: 42pt + font-weight: 900 + margin-bottom: 0 + color: $white + +.content-container p + font-size: 22pt + max-width: 38rem + font-weight: 700 + color: $gray + margin: 0 0 40px + +.image-container img + width: 30rem \ No newline at end of file