]> git.parisson.com Git - mezzo.git/commitdiff
Add a dashed--center css modifier
authorJérémy Fabre <blackmagik88@gmail.com>
Mon, 25 Jul 2016 14:04:27 +0000 (16:04 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Mon, 25 Jul 2016 14:04:27 +0000 (16:04 +0200)
app/static/src/sass/modules/_dashed.scss

index 7406f0c84646af1719452f8f635a4fe9479e99f9..96f28e933ffbc76571f6f1e672b720b88d70b7b2 100644 (file)
@@ -32,4 +32,13 @@ $module: ".dashed";
 
     }
 
+    &--center {
+
+        @include padding(0 .5);
+        &:before {
+            display: none;
+        }
+
+    }
+
 }