#67 Added stylesheet for lists

This commit is contained in:
Serraniel 2020-10-08 21:03:58 +02:00
parent cce1fac142
commit 855f4ae670
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 6 additions and 0 deletions

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);
}
}