From c21214c65aa2c3f3261024e3c2fcc0c4e03d655b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 21 Nov 2023 08:35:32 +0100 Subject: [PATCH] Updated the Join styles.sass --- client/src/pages/Join/styles.sass | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client/src/pages/Join/styles.sass b/client/src/pages/Join/styles.sass index fa16222..55bad03 100644 --- a/client/src/pages/Join/styles.sass +++ b/client/src/pages/Join/styles.sass @@ -13,17 +13,21 @@ .capital padding: 1rem - position: absolute + margin-bottom: 2rem top: 10vh user-select: none - - h2 + h2, h3 margin: 0 + .in-red + color: $error + .in-green + color: $success + input padding: 0.8rem 1rem - width: 14rem + width: 16rem font-size: 1rem color: $text