From a9155b5838569bd4ef9d63bdc2feb8787ea85fc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 25 Jul 2016 16:04:27 +0200 Subject: [PATCH] Add a dashed--center css modifier --- app/static/src/sass/modules/_dashed.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/static/src/sass/modules/_dashed.scss b/app/static/src/sass/modules/_dashed.scss index 7406f0c8..96f28e93 100644 --- a/app/static/src/sass/modules/_dashed.scss +++ b/app/static/src/sass/modules/_dashed.scss @@ -32,4 +32,13 @@ $module: ".dashed"; } + &--center { + + @include padding(0 .5); + &:before { + display: none; + } + + } + } -- 2.39.5