webpack-bootstrap-ui-kit/src/scss/_typography.scss

49 lines
425 B
SCSS
Raw Normal View History

2020-05-05 12:16:49 +02:00
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
2019-06-08 17:20:51 +02:00
color: $dark;
}
.bg-dark {
2020-05-05 12:16:49 +02:00
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.typography,
a {
color: $white;
}
2019-06-08 17:20:51 +02:00
}
2020-05-05 12:16:49 +02:00
ul:last-child,
p:last-child {
margin-bottom: 0;
}
2019-06-08 17:20:51 +02:00
.typography {
@include clearfix;
2020-05-05 12:16:49 +02:00
@import './types/editor';
2019-10-22 11:31:38 +02:00
> *:last-child {
margin-bottom: 0;
}
2019-06-08 17:20:51 +02:00
}