silverstripe-webpack/app/client/src/scss/_typography.scss

36 lines
393 B
SCSS
Raw Normal View History

2019-11-07 19:26:33 +01:00
// Add your site-wide, but not content editor typography styling
2019-06-08 17:54:43 +02:00
.bg-dark {
2021-03-03 17:11:59 +01:00
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.typography,
a {
color: $white;
}
}
2018-05-27 20:32:38 +02:00
.typography {
2021-03-03 17:11:59 +01:00
@include clearfix;
@import './types/editor';
2021-03-21 21:06:35 +01:00
a.btn-primary {
color: $white;
}
2021-03-03 17:11:59 +01:00
img {
border: 0;
}
}