Leven: Compile new spacing override utility classes from Varia
This commit is contained in:
parent
548753126a
commit
9da335a10b
2 changed files with 60 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue