IMPROVEMENT: ui.elemental styling

This commit is contained in:
Tony Air 2019-12-12 21:35:25 +07:00
parent 1deb5d25fc
commit c502b308b4

View File

@ -5,6 +5,7 @@
// 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 { h1.page-header {
display: none; display: none;
margin-bottom: 0;
&.no-elements { &.no-elements {
display: block; display: block;
@ -33,6 +34,15 @@ h1.page-header {
padding-bottom: $grid-gutter-element-height; padding-bottom: $grid-gutter-element-height;
} }
} }
// Sidebar elements
&.secodary {
padding: ($grid-gutter-element-height / 2) 0;
}
}
.sidebar {
padding: ($grid-gutter-element-height / 2) 0;
} }
// remove container paddings for the slideshow // remove container paddings for the slideshow