|
@@ -690,3 +690,33 @@ table th,
|
|
|
font-size: calc(2 * 2.98598em);
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Spacing Overrides
|
|
|
+ */
|
|
|
+/*
|
|
|
+ * Margins
|
|
|
+ */
|
|
|
+.margin-top-zero {
|
|
|
+ margin-top: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.margin-top-half {
|
|
|
+ margin-top: 16px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.margin-top-default {
|
|
|
+ margin-top: 32px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.margin-bottom-zero {
|
|
|
+ margin-bottom: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.margin-bottom-half {
|
|
|
+ margin-bottom: 16px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.margin-bottom-default {
|
|
|
+ margin-bottom: 32px !important;
|
|
|
+}
|