diff --git a/themes/custom/ts_wrin/sass/global/_wysiwyg.scss b/themes/custom/ts_wrin/sass/global/_wysiwyg.scss index ba58e4ec4..a20781789 100644 --- a/themes/custom/ts_wrin/sass/global/_wysiwyg.scss +++ b/themes/custom/ts_wrin/sass/global/_wysiwyg.scss @@ -1,3 +1,4 @@ +.main-content, .main-content .text-formatted, .cke_editable_themed, .paragraph--type--side-by-side .text-formatted { @@ -71,11 +72,11 @@ } } - ul > li { + & > ul li { margin-left: rem(32); } - ul > li::before { + & > ul li::before { background-color: $brand-gold; border-radius: 50%; display: block;