From 82ae1d653d8a8b344051bc87281798e9d209103d Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 5 Aug 2023 22:26:40 +0200 Subject: [PATCH] Updated the AddServer styles.sass --- .../ServerDialog/components/AddServer/styles.sass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/client/src/common/components/Header/components/ServerDialog/components/AddServer/styles.sass b/client/src/common/components/Header/components/ServerDialog/components/AddServer/styles.sass index fd8324e..39a2726 100644 --- a/client/src/common/components/Header/components/ServerDialog/components/AddServer/styles.sass +++ b/client/src/common/components/Header/components/ServerDialog/components/AddServer/styles.sass @@ -1,3 +1,12 @@ +@import "@/common/styles/colors" + .server-info display: flex - flex-direction: column \ No newline at end of file + flex-direction: column + + .error + color: $red + font-size: 14pt + font-weight: 700 + text-align: center + padding: 1rem \ No newline at end of file