#67 Added stylesheet for lists
This commit is contained in:
parent
cce1fac142
commit
855f4ae670
1
src/stylesheets/aniwatchplus.scss
Normal file
1
src/stylesheets/aniwatchplus.scss
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@import './enhancements/lists.scss';
|
5
src/stylesheets/enhancements/lists.scss
Normal file
5
src/stylesheets/enhancements/lists.scss
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
md-list-item {
|
||||||
|
&:not(:last-child) {
|
||||||
|
border-bottom: 1px solid rgba(155, 155, 155, 0.2);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue