IMPROVEMENT: ui.elemental styling

This commit is contained in:
Tony Air 2019-12-12 21:36:25 +07:00
parent c502b308b4
commit bbf99499b3
3 changed files with 11 additions and 2 deletions

9
dist/css/app.css vendored
View File

@ -15153,6 +15153,7 @@ input.time[readonly] {
h1.page-header {
display: none;
margin-bottom: 0;
}
h1.page-header.no-elements {
@ -15180,6 +15181,14 @@ h1.page-header.no-elements {
padding-bottom: 4rem;
}
.element.secodary {
padding: 2rem 0;
}
.sidebar {
padding: 2rem 0;
}
.dynamic__elements__image__elements__elementimage .container-fluid,
.dynamic__elements__image__elements__elementimage .container-sm,
.dynamic__elements__image__elements__elementimage .container-md,

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.3.0",
"version": "1.3.1",
"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.",