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 6 additions and 0 deletions
Showing only changes of commit 855f4ae670 - Show all commits

View file

@ -0,0 +1 @@
@import './enhancements/lists.scss';

View file

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