IMPROVEMENT: ui.elemental

This commit is contained in:
Tony Air 2020-01-04 22:14:14 +07:00
parent 1c27581896
commit 6504102117

View File

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