From 27aec7ebd3f2ecd441e71db486fe01cf8750fb74 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 21 Nov 2023 08:58:23 +0100 Subject: [PATCH] Updated the Home styles.sass --- client/src/pages/Home/styles.sass | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/src/pages/Home/styles.sass b/client/src/pages/Home/styles.sass index 7cd8d0a..6b88ea2 100644 --- a/client/src/pages/Home/styles.sass +++ b/client/src/pages/Home/styles.sass @@ -62,6 +62,7 @@ justify-content: center padding: 2rem 0 width: 10rem + height: 8.5rem gap: 1rem color: $text text-decoration: none @@ -81,6 +82,17 @@ &:active transform: scale(0.95) translateY(0.5rem) +.create-btn + .gear + display: none + padding: 1rem + font-size: 22pt + &:hover + .gear + display: block + svg:not(.gear) + display: none + @media screen and (max-width: 1130px) .create-btn display: none \ No newline at end of file