silverstripe-webpack/app/client/src/scss/types/editor.scss

12 lines
221 B
SCSS
Raw Normal View History

@import '~@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/scss/types/editor';
2020-04-29 09:47:42 +02:00
@import '../_variables';
2020-06-18 01:25:50 +02:00
// Add content editor (only) typography styling
2020-04-29 09:47:42 +02:00
a {
color: $link-color;
}
2018-12-03 17:12:41 +01:00
2020-06-18 01:25:50 +02:00
img {
border: 1px dashed #dedede;
}