|
@@ -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
|