AniwatchPlus/src/stylesheets/enhancements/_lists.scss

5 lines
88 B
SCSS

md-list-item {
&:not(:last-child) {
border-bottom: 1px solid $gray;
}
}