Bugfix/#67 list separator on last element #69

Merged
Serraniel merged 8 commits from bugfix/#67-list-separator-on-last-element into develop 2020-10-12 17:52:45 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 5ed11ff2b5 - Show all commits

View file

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

View file

@ -1,5 +0,0 @@
md-list-item {
&:not(:last-child) {
border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
}