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

12 lines
223 B
SCSS
Raw Normal View History

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