File size: 128 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
.reader-infinite-stream__row-wrapper {
border-bottom: 1px solid var(--color-border-subtle);
&:last-child {
border: 0;
}
}
|
1e92f2d |
1 2 3 4 5 6 7 8 |
.reader-infinite-stream__row-wrapper {
border-bottom: 1px solid var(--color-border-subtle);
&:last-child {
border: 0;
}
}
|