(css) Increase reflection effect of free events

Fixes #3192
This commit is contained in:
Francis Lachapelle 2016-07-08 08:56:45 -04:00
parent bfd3508949
commit 61215792ab

View file

@ -327,7 +327,7 @@ $quarter_height: 10px;
background-image: linear-gradient(
to right bottom,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, .15) 50%,
rgba(255, 255, 255, .25) 50%,
rgba(255, 255, 255, 0) 50%,
rgba(255, 255, 255, 0)
);