Typogaphy improvement

This commit is contained in:
Tony Air 2020-05-05 17:16:49 +07:00
parent 291b8f0874
commit 38ff77d62b
4 changed files with 37 additions and 7 deletions

5
dist/css/app.css vendored
View File

@ -16839,6 +16839,11 @@ h6,
color: #fff; color: #fff;
} }
ul:last-child,
p:last-child {
margin-bottom: 0;
}
.typography { .typography {
/* /*
* bootstrap includes * bootstrap includes

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.9.8", "version": "1.9.9",
"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.",

View File

@ -1,21 +1,46 @@
h1, h2, h3, h4, h5, h6, h1,
.h1, .h2, .h3, .h4, .h5, .h6 { h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: $dark; color: $dark;
} }
.bg-dark { .bg-dark {
h1, h2, h3, h4, h5, h6, h1,
.h1, .h2, .h3, .h4, .h5, .h6, h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.typography, .typography,
a { a {
color: $white; color: $white;
} }
} }
ul:last-child,
p:last-child {
margin-bottom: 0;
}
.typography { .typography {
@include clearfix; @include clearfix;
@import "./types/editor"; @import './types/editor';
> *:last-child { > *:last-child {
margin-bottom: 0; margin-bottom: 0;