From ede28e32518df59780cc7f84171b1476fa5a2c7a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 00:20:39 +0100 Subject: [PATCH] Created the Code styles.sass --- client/src/pages/Join/states/Code/styles.sass | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 client/src/pages/Join/states/Code/styles.sass diff --git a/client/src/pages/Join/states/Code/styles.sass b/client/src/pages/Join/states/Code/styles.sass new file mode 100644 index 0000000..7de2d4d --- /dev/null +++ b/client/src/pages/Join/states/Code/styles.sass @@ -0,0 +1,21 @@ +@import "@styles/colors" + +.error + width: 16rem + height: 2rem + display: flex + align-items: center + justify-content: center + gap: 1rem + border: 2px solid $error + color: $error + border-radius: 0.5rem + + svg + font-size: 1.2rem + + p + margin: 0 + padding: 0 + font-size: 1.2rem + font-weight: 600 \ No newline at end of file