]> git.parisson.com Git - mezzo.git/commitdiff
Change the opacity on the event line box
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 14:45:55 +0000 (16:45 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 14:45:55 +0000 (16:45 +0200)
app/static/src/sass/modules/boxes/_event-line-box.scss

index 290bac26d37040a125d945de30df2376903b826c..18cb7d26034f5f7557fd5f11fc556d249f250551 100644 (file)
@@ -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);