mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 17:00:06 +02:00

[web] Removed deprecated CMS list element GitOrigin-RevId: 9d711a2772b9a179c59ea04d6eaadc2313b8987e
27 lines
509 B
Text
27 lines
509 B
Text
.list-like-table {
|
|
border: 1px solid @hr-border;
|
|
border-radius: @border-radius-base;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0 @padding-sm;
|
|
li {
|
|
border-top: 1px solid @hr-border;
|
|
div {
|
|
display: table-cell;
|
|
float: none;
|
|
vertical-align: middle;
|
|
}
|
|
.row {
|
|
display: table;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
&:first-child {
|
|
border-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.list-style-check-green {
|
|
list-style-image: url('../../../public/img/fa-check-green.svg');
|
|
}
|