mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 09:05:45 +00:00
IMPROVEMENT: ui.elemental
This commit is contained in:
parent
b27c1a0cf2
commit
9d3db447aa
6
dist/css/app.css
vendored
6
dist/css/app.css
vendored
@ -15469,10 +15469,8 @@ input.time[readonly] {
|
|||||||
|
|
||||||
.page-header-element {
|
.page-header-element {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
padding-bottom: 0;
|
||||||
|
margin-bottom: -4rem;
|
||||||
.page-header-element h1 {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.element {
|
.element {
|
||||||
|
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
||||||
"version": "1.5.4",
|
"version": "1.5.5",
|
||||||
"author": "Tony Air <tony@twma.pro>",
|
"author": "Tony Air <tony@twma.pro>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
||||||
|
@ -5,10 +5,8 @@
|
|||||||
// 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
|
||||||
.page-header-element {
|
.page-header-element {
|
||||||
display: none;
|
display: none;
|
||||||
|
padding-bottom: 0;
|
||||||
h1 {
|
margin-bottom: -$grid-gutter-element-height;
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// add top/bottom paddings for basic elements
|
// add top/bottom paddings for basic elements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user