From: Jérémy Fabre Date: Fri, 4 Nov 2016 13:57:07 +0000 (+0100) Subject: Fix the dashed style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=593ef42027828f2db85c6fc57b2b0442486afa47;p=mezzo.git Fix the dashed style --- diff --git a/app/static/src/sass/modules/_dashed.scss b/app/static/src/sass/modules/_dashed.scss index e8dc87db..a5a43524 100644 --- a/app/static/src/sass/modules/_dashed.scss +++ b/app/static/src/sass/modules/_dashed.scss @@ -31,6 +31,18 @@ $module: ".dashed"; background-repeat: repeat; background-size: 16px 48px; + &.tag { + + background-image: -webkit-linear-gradient(transparent 10px,$color-main 10px,$color-main 23px,transparent 23px); + background-image: -moz-linear-gradient(transparent 10px,$color-main 10px,$color-main 23px,transparent 23px); + background-image: -ms-linear-gradient(transparent 10px,$color-main 10px,$color-main 23px,transparent 23px); + background-image: -o-linear-gradient(transparent 10px,$color-main 10px,$color-main 23px,transparent 23px); + background-image: linear-gradient(transparent 10px,$color-main 10px,$color-main 23px,transparent 23px); + background-repeat: repeat; + background-size: 16px 33px; + + } + &--gray { &:after {