mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:23:10 +00:00
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:
parent
a619225872
commit
33863b8d6c
1 changed files with 6 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue