Varia: Change general spacing unit to veritcal spacing unit to meet 32px default

This commit is contained in:
Allan Cole 2019-07-31 14:33:18 -04:00
parent 6f201f170b
commit 92350dc7be
3 changed files with 12 additions and 12 deletions

View file

@ -7,11 +7,11 @@
}
.margin-top-half {
margin-top: (0.5 * map-deep-get($config-global, "spacing", "unit")) !important;
margin-top: (0.5 * map-deep-get($config-global, "spacing", "vertical")) !important;
}
.margin-top-default {
margin-top: map-deep-get($config-global, "spacing", "unit") !important;
margin-top: map-deep-get($config-global, "spacing", "vertical") !important;
}
.margin-bottom-zero {
@ -19,9 +19,9 @@
}
.margin-bottom-half {
margin-bottom: (0.5 * map-deep-get($config-global, "spacing", "unit")) !important;
margin-bottom: (0.5 * map-deep-get($config-global, "spacing", "vertical")) !important;
}
.margin-bottom-default {
margin-bottom: map-deep-get($config-global, "spacing", "unit") !important;
margin-bottom: map-deep-get($config-global, "spacing", "vertical") !important;
}

View file

@ -2065,11 +2065,11 @@ table th,
}
.margin-top-half {
margin-top: 8px !important;
margin-top: 16px !important;
}
.margin-top-default {
margin-top: 16px !important;
margin-top: 32px !important;
}
.margin-bottom-zero {
@ -2077,11 +2077,11 @@ table th,
}
.margin-bottom-half {
margin-bottom: 8px !important;
margin-bottom: 16px !important;
}
.margin-bottom-default {
margin-bottom: 16px !important;
margin-bottom: 32px !important;
}
/**

View file

@ -2070,11 +2070,11 @@ table th,
}
.margin-top-half {
margin-top: 8px !important;
margin-top: 16px !important;
}
.margin-top-default {
margin-top: 16px !important;
margin-top: 32px !important;
}
.margin-bottom-zero {
@ -2082,11 +2082,11 @@ table th,
}
.margin-bottom-half {
margin-bottom: 8px !important;
margin-bottom: 16px !important;
}
.margin-bottom-default {
margin-bottom: 16px !important;
margin-bottom: 32px !important;
}
/**