From a5707b9bc21c1a230b5dd9759db4d21843447e48 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 21:32:12 +0200 Subject: [PATCH] Created the InfoArea index styles.sass --- .../common/components/InfoArea/styles.sass | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 client/src/common/components/InfoArea/styles.sass diff --git a/client/src/common/components/InfoArea/styles.sass b/client/src/common/components/InfoArea/styles.sass new file mode 100644 index 0000000..714eef8 --- /dev/null +++ b/client/src/common/components/InfoArea/styles.sass @@ -0,0 +1,26 @@ +@import "@/common/styles/colors" + +.info-area + color: $white + + p + font-size: 16pt + font-weight: 700 + margin: 1rem 0 + padding: 0 + + .action-area + display: flex + gap: 1rem + + .title-area + display: flex + align-items: center + flex-wrap: wrap + gap: 1.5rem + + .title-area h1 + font-size: 52pt + font-weight: 900 + margin: 0 + padding: 0 \ No newline at end of file