icinga-php-library/asset/css/list/list-item.less
2025-07-14 11:54:17 +00:00

30 lines
412 B
Plaintext

// Style
.list-item {
&:not(:first-child) > .main {
border-top: 1px solid @list-item-separation-bg;
}
&:not(:first-child) .visual {
margin-top: 1px;
}
}
@media print {
.list-item.page-break-follows + .list-item {
.main {
border-top: 1px solid transparent;
}
}
}
// Layout
.list-item.item-layout {
.main,
.visual {
padding-top: .5em;
padding-bottom: .5em;
}
}