15 lines
247 B
SCSS
15 lines
247 B
SCSS
.row {
|
|
border-bottom: 1px solid var(--bs-gray-500);
|
|
user-select: none;
|
|
}
|
|
|
|
.row.selected {
|
|
background-color: var(--bs-gray-100);
|
|
}
|
|
|
|
@media screen and (min-width: 44rem) {
|
|
.feature-list-container {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|