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;
}
ul:last-child,
p:last-child {
margin-bottom: 0;
}
.typography {
/*
* 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",
"version": "1.9.8",
"version": "1.9.9",
"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

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