mobile list styles

This commit is contained in:
antelle 2019-03-30 23:49:14 +01:00
parent fb418d3aa0
commit 2daa28ec0b
1 changed files with 7 additions and 0 deletions

View File

@ -128,6 +128,13 @@
@include area-selected(right);
}
}
@include mobile {
margin: 0 $base-padding-h;
@include th { border-bottom: light-border(); }
&:last-of-type {
border-bottom: none;
}
}
&:not(.list__item--table) {
height: 3rem;