]> git.parisson.com Git - mezzo.git/commitdiff
Remove top margin on page block if there is a separator
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 10:23:25 +0000 (12:23 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 10:23:25 +0000 (12:23 +0200)
app/static/src/sass/modules/_page.scss

index 9fa94474dbd0b5ea1f847813ef2a10957a17dc41..a47d19c8d381f02a9296f6a9c42d5ff7a23f9ebe 100644 (file)
@@ -57,6 +57,18 @@ $module: ".page";
 
     }
 
+    hr + #{$module}__block--yellow {
+
+        @include margin-top(-2);
+
+    }
+
+    hr + #{$module}__block--black {
+
+        @include margin-top(-2);
+
+    }
+
     &__block {
 
         @include padding-bottom(1);