From a7dd0c71ad1aa9bfe2e31cc97add8d066bf6ba23 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 21 Oct 2020 00:28:29 +0100 Subject: [PATCH] added start test button to lobby --- public/css/style.scss | 13 ++++++++++++- public/index.html | 4 +--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/public/css/style.scss b/public/css/style.scss index 1af158aa3..afe3c0bef 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -2379,6 +2379,17 @@ key { } .lobbyButtons{ grid-area: lobbyButtons; + display: flex; + flex-direction: column; + gap: 1rem; + justify-content: center; + .startTestButton{ + background: var(--main-color); + color: var(--bg-color); + &:hover{ + background: var(--text-color); + } + } } .currentSettings{ grid-area: currentsettings; @@ -2447,7 +2458,7 @@ key { .pageAccount { display: grid; - gap: 1rem; + gap: 1rem; .content { display: grid; diff --git a/public/index.html b/public/index.html index c3447f380..e9afa5303 100644 --- a/public/index.html +++ b/public/index.html @@ -3047,6 +3047,7 @@
+
Start test
Leave room
@@ -3145,9 +3146,6 @@ -