IMPROVEMENT: ui.elemental

This commit is contained in:
Tony Air 2020-01-04 22:26:00 +07:00
parent b27c1a0cf2
commit 9d3db447aa
4 changed files with 6 additions and 10 deletions

6
dist/css/app.css vendored
View File

@ -15469,10 +15469,8 @@ input.time[readonly] {
.page-header-element {
display: none;
}
.page-header-element h1 {
margin-bottom: 0;
padding-bottom: 0;
margin-bottom: -4rem;
}
.element {

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.5.4",
"version": "1.5.5",
"author": "Tony Air <tony@twma.pro>",
"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.",

View File

@ -5,10 +5,8 @@
// hide default page title cuz elemental object will be used to display titles
.page-header-element {
display: none;
h1 {
margin-bottom: 0;
}
padding-bottom: 0;
margin-bottom: -$grid-gutter-element-height;
}
// add top/bottom paddings for basic elements