mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21211 from overleaf/jel-cms-remove-deprecated
[web] Removed deprecated CMS list element GitOrigin-RevId: 9d711a2772b9a179c59ea04d6eaadc2313b8987e
This commit is contained in:
parent
c00835692b
commit
270796ffe8
1 changed files with 0 additions and 23 deletions
|
@ -25,26 +25,3 @@
|
||||||
.list-style-check-green {
|
.list-style-check-green {
|
||||||
list-style-image: url('../../../public/img/fa-check-green.svg');
|
list-style-image: url('../../../public/img/fa-check-green.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bullet-list {
|
|
||||||
@icon-bullet-list-icon-size: 30px;
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
margin-top: 30px;
|
|
||||||
padding-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.checked {
|
|
||||||
li {
|
|
||||||
background: url('../../../public/img/material-icons/circle-green-24.svg')
|
|
||||||
no-repeat left top;
|
|
||||||
background-size: @icon-bullet-list-icon-size @icon-bullet-list-icon-size;
|
|
||||||
min-height: @icon-bullet-list-icon-size;
|
|
||||||
margin-bottom: 18px;
|
|
||||||
padding-left: 42px;
|
|
||||||
&:first-line {
|
|
||||||
line-height: @icon-bullet-list-icon-size;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue