mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
23 lines
413 B
Text
23 lines
413 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;
|
|
}
|
|
}
|
|
}
|