Refactor background gradient in voting screen styles for cleaner code

This commit is contained in:
Mathias Wagner 2025-04-24 17:57:41 +02:00
parent fca6baa694
commit 6c9f1c3348

View File

@ -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