From c4f9eb35571fb2457ae4697b30134629022db96b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 29 Sep 2016 16:45:55 +0200 Subject: [PATCH] Change the opacity on the event line box --- app/static/src/sass/modules/boxes/_event-line-box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5