From 76b7180809939d78d9246ed60b2de6410b7f1c56 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 27 Dec 2022 15:27:15 +0100 Subject: [PATCH] Created the Login page style --- admin/src/pages/Login/styles.sass | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 admin/src/pages/Login/styles.sass diff --git a/admin/src/pages/Login/styles.sass b/admin/src/pages/Login/styles.sass new file mode 100644 index 0000000..59bcdec --- /dev/null +++ b/admin/src/pages/Login/styles.sass @@ -0,0 +1,23 @@ +@import "@/common/styles/colors" + +.login-container + display: flex + height: 100vh + justify-content: center + align-items: center + +.login-wrapper + display: flex + flex-direction: column + gap: 1.5rem + +.title + color: $gray + text-align: center + font-size: 53pt + margin-top: 0 + margin-bottom: 1rem + +.title span + color: $primary + text-decoration: underline \ No newline at end of file