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