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

53 lines
404 B
SCSS
Raw Normal View History

2019-06-08 17:20:51 +02:00
.bg-dark {
2021-08-18 20:38:12 +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-27 04:16:23 +02:00
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul,
ol,
p {
2021-08-18 20:38:12 +02:00
&:last-child {
margin-bottom: 0;
}
2020-05-05 12:16:49 +02:00
}
2019-06-08 17:20:51 +02:00
.typography {
2021-08-18 20:38:12 +02:00
@include clearfix;
2021-08-18 20:38:12 +02:00
@import "./types/editor";
2019-10-22 11:31:38 +02:00
2021-08-18 20:38:12 +02:00
> *:first-child {
margin-top: 0;
}
2021-02-20 07:00:59 +01:00
2021-08-18 20:38:12 +02:00
> *:last-child {
margin-bottom: 0;
}
2019-06-08 17:20:51 +02:00
}