From: Jérémy Fabre Date: Thu, 29 Sep 2016 14:45:55 +0000 (+0200) Subject: Change the opacity on the event line box X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c4f9eb35571fb2457ae4697b30134629022db96b;p=mezzo.git Change the opacity on the event line box --- diff --git a/app/static/src/sass/modules/boxes/_event-line-box.scss b/app/static/src/sass/modules/boxes/_event-line-box.scss index 290bac26..18cb7d26 100644 --- a/app/static/src/sass/modules/boxes/_event-line-box.scss +++ b/app/static/src/sass/modules/boxes/_event-line-box.scss @@ -10,7 +10,7 @@ $module: ".event-line-box"; display: block; width: 100%; height: 1px; - background: rgba(0, 0, 0, 0.5); + background: rgba(0, 0, 0, 0.25); @include margin(1 0 2 0);