5 lines
88 B
SCSS
5 lines
88 B
SCSS
md-list-item {
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid $gray;
|
|
}
|
|
}
|