Browse Source

Leven: Compile new spacing override utility classes from Varia

Allan Cole 6 years ago
parent
commit
9da335a10b
2 changed files with 60 additions and 0 deletions
  1. 30 0
      leven/style-rtl.css
  2. 30 0
      leven/style.css

+ 30 - 0
leven/style-rtl.css

@@ -2095,6 +2095,36 @@ table th,
 	}
 }
 
+/**
+ * Spacing Overrides
+ */
+/*
+ * Margins
+ */
+.margin-top-zero {
+	margin-top: 0 !important;
+}
+
+.margin-top-half {
+	margin-top: 8px !important;
+}
+
+.margin-top-default {
+	margin-top: 16px !important;
+}
+
+.margin-bottom-zero {
+	margin-bottom: 0 !important;
+}
+
+.margin-bottom-half {
+	margin-bottom: 8px !important;
+}
+
+.margin-bottom-default {
+	margin-bottom: 16px !important;
+}
+
 /**
  * Components
  * - Similar to Blocks but exist outside of the "current" editor context

+ 30 - 0
leven/style.css

@@ -2100,6 +2100,36 @@ table th,
 	}
 }
 
+/**
+ * Spacing Overrides
+ */
+/*
+ * Margins
+ */
+.margin-top-zero {
+	margin-top: 0 !important;
+}
+
+.margin-top-half {
+	margin-top: 8px !important;
+}
+
+.margin-top-default {
+	margin-top: 16px !important;
+}
+
+.margin-bottom-zero {
+	margin-bottom: 0 !important;
+}
+
+.margin-bottom-half {
+	margin-bottom: 8px !important;
+}
+
+.margin-bottom-default {
+	margin-bottom: 16px !important;
+}
+
 /**
  * Components
  * - Similar to Blocks but exist outside of the "current" editor context