openreplay/frontend/app/components/ui/ErrorItem/errorItem.module.css
2022-08-23 09:34:58 +09:00

11 lines
No EOL
138 B
CSS

.wrapper {
border-bottom: solid thin $gray-light-shade;
}
.inactive {
opacity: 0.5;
}
.selected {
background-color: $teal-light;
}