aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/list/ListItemContainer.css
blob: 49468bc24eae02830006d735f60033bcadae2a64 (plain)
1
2
3
4
5
6
7
.cru-list-item-container {
  border-bottom: 1px solid var(--cru-clickable-primary-normal-color);
}

.cru-list-item-container:last-child {
  border-bottom: none;
}