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