From e1a33bf0f2e7d997af52d91efdf1de22c43658e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 26 Oct 2016 14:16:38 +0200 Subject: [PATCH] Add a small dashed style --- app/static/src/sass/modules/_dashed.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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); + + } + } -- 2.39.5