From 6c9f1c3348a8e637eff9bae0155c72e9fb3f4f38 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 24 Apr 2025 17:57:41 +0200 Subject: [PATCH] Refactor background gradient in voting screen styles for cleaner code --- client/src/common/styles/components/voting-screen.sass | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/src/common/styles/components/voting-screen.sass b/client/src/common/styles/components/voting-screen.sass index 6666d9d..80bb9f5 100644 --- a/client/src/common/styles/components/voting-screen.sass +++ b/client/src/common/styles/components/voting-screen.sass @@ -344,13 +344,7 @@ left: 0 width: 100% height: 100% - background: repeating-linear-gradient( - 45deg, - transparent, - transparent 5px, - rgba($success, 0.1) 5px, - rgba($success, 0.1) 10px - ) + background: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba($success, 0.1) 5px, rgba($success, 0.1) 10px) z-index: -1 &.not-voted