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

12 lines
223 B
SCSS

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