@pi0/framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
16 lines (15 loc) • 316 B
text/less
/* === Contacts === */
.contacts-list {
.list-group:first-child ul {
.hairline-remove(top);
}
.list-group:last-child ul {
.hairline-remove(bottom);
}
}
& when (@include-ios-theme) {
@import url('./contacts-list-ios.less');
}
& when (@include-md-theme) {
@import url('./contacts-list-md.less');
}