mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPROVEMENT: ui.elemental styling
This commit is contained in:
parent
1deb5d25fc
commit
c502b308b4
@ -5,6 +5,7 @@
|
||||
// hide default page title cuz elemental object will be used to display titles
|
||||
h1.page-header {
|
||||
display: none;
|
||||
margin-bottom: 0;
|
||||
|
||||
&.no-elements {
|
||||
display: block;
|
||||
@ -33,6 +34,15 @@ h1.page-header {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user