#67 Renamed lists styles

This commit is contained in:
Serraniel 2020-10-08 21:09:21 +02:00
parent e6e0ed5ec3
commit 5ed11ff2b5
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 5 additions and 5 deletions

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