10 lines
143 B
SCSS

.row {
border-bottom: 1px solid var(--bs-gray-500);
user-select: none;
}
.row:hover {
background-color: var(--bs-gray-100);
}