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