#67 Renamed lists styles
This commit is contained in:
parent
e6e0ed5ec3
commit
5ed11ff2b5
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 $gray;
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
md-list-item {
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid rgba(155, 155, 155, 0.2);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue