Skip to content

Commit

Permalink
Merge pull request #36 from wri/sass-bullet-fix
Browse files Browse the repository at this point in the history
Making sure to keep the main content without losing the text-formatte…
  • Loading branch information
mariacha authored Dec 8, 2021
2 parents 2229de0 + 0e57b3e commit 0fd037a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/custom/ts_wrin/sass/global/_wysiwyg.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.main-content,
.main-content .text-formatted,
.cke_editable_themed,
.paragraph--type--side-by-side .text-formatted {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0fd037a

Please sign in to comment.