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

24 lines
330 B
SCSS
Raw Normal View History

2019-06-08 17:20:51 +02:00
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,
.typography,
a {
color: $white;
}
2019-06-08 17:20:51 +02:00
}
.typography {
@include clearfix;
2019-06-08 17:20:51 +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
}