From 4fe2869559a37024eade704f4b10d59528e80b6b Mon Sep 17 00:00:00 2001 From: Mathias Wagner <35641351+gnmyt@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:09:27 +0000 Subject: [PATCH] Added styling to the latest test component --- client/src/style/LatestTest.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/style/LatestTest.sass b/client/src/style/LatestTest.sass index 5335d817..c4b7715d 100644 --- a/client/src/style/LatestTest.sass +++ b/client/src/style/LatestTest.sass @@ -2,7 +2,7 @@ margin-top: 2rem display: flex padding: 3rem 2rem - border: #DFDFDF 1px solid + border: #45c65a 1px solid border-radius: 15px width: 80rem flex-wrap: wrap @@ -14,6 +14,8 @@ .container-header display: flex +.tests-paused + border: #e58a00 2px solid .container-text margin: 0 0 0 25px