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

12 lines
221 B
SCSS

@import '~@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/scss/types/editor';
@import '../_variables';
// Add content editor (only) typography styling
a {
color: $link-color;
}
img {
border: 1px dashed #dedede;
}