From: Jérémy Fabre Date: Wed, 26 Oct 2016 12:16:38 +0000 (+0200) Subject: Add a small dashed style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e1a33bf0f2e7d997af52d91efdf1de22c43658e3;p=mezzo.git Add a small dashed style --- diff --git a/app/static/src/sass/modules/_dashed.scss b/app/static/src/sass/modules/_dashed.scss index 96f28e93..6a005535 100644 --- a/app/static/src/sass/modules/_dashed.scss +++ b/app/static/src/sass/modules/_dashed.scss @@ -41,4 +41,10 @@ $module: ".dashed"; } + &--small { + + @include padding-right(.5); + + } + }