Merge pull request #10496 from overleaf/jel-jk-cms

[web] New CMS element: `Element | Icon Bullet List`

GitOrigin-RevId: eda8a9a4217cd264cbd9621f817399fd60f23d84
This commit is contained in:
Jessica Lawshe 2022-11-17 09:29:50 -06:00 committed by Copybot
parent a619225872
commit 33863b8d6c

View file

@ -25,3 +25,9 @@
.list-style-check-green {
list-style-image: url('../../../public/img/fa-check-green.svg');
}
.icon-bullet-list {
&.checked {
list-style-image: url('../../../public/img/fa-check-green.svg');
}
}