Leven: Compile new spacing override utility classes from Varia

This commit is contained in:
Allan Cole 2019-07-31 14:08:39 -04:00
parent 548753126a
commit 9da335a10b
2 changed files with 60 additions and 0 deletions

View file

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

View file

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