Refactor background gradient in voting screen styles for cleaner code
This commit is contained in:
parent
fca6baa694
commit
6c9f1c3348
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user