From d2934412e4df54e041016ab234dee9421411cf13 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Aug 2024 15:31:32 +0200 Subject: [PATCH] Update LatestTest styles.sass --- client/src/pages/Home/components/LatestTest/styles.sass | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/pages/Home/components/LatestTest/styles.sass b/client/src/pages/Home/components/LatestTest/styles.sass index b40d2ce8..cd0336f4 100644 --- a/client/src/pages/Home/components/LatestTest/styles.sass +++ b/client/src/pages/Home/components/LatestTest/styles.sass @@ -3,13 +3,14 @@ .analyse-area margin-top: 2rem display: flex - padding: 3rem 2rem - border: $darker-white 1px solid + padding: 2.5rem 2rem + border: transparent 1px solid + background-color: $dark-gray border-radius: 15px width: 80rem transition: all 0.5s - animation: fadeIn 0.5s align-items: center + margin-bottom: 2rem .pulse border: $green 2px solid @@ -50,7 +51,7 @@ .container-main text-align: center - color: $darker-white + color: $subtext h2 font-size: 28pt