IMPROVEMENT: ui.elemental

This commit is contained in:
Tony Air 2020-01-04 22:14:14 +07:00
parent 1c27581896
commit 6504102117
1 changed files with 3 additions and 4 deletions

View File

@ -3,12 +3,11 @@
*/
// hide default page title cuz elemental object will be used to display titles
h1.page-header {
.page-header-element {
display: none;
margin-bottom: 0;
&.no-elements {
display: block;
h1 {
margin-bottom: 0;
}
}