Varia: Change general spacing unit to veritcal spacing unit to meet 32px default
This commit is contained in:
parent
6f201f170b
commit
92350dc7be
3 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue