framework7-without-localstorage
Version:
Full featured mobile HTML framework for building iOS & Android apps
24 lines • 488 B
text/less
/* === Contacts === */
.contacts-content {
background: #fff;
}
.contacts-block {
margin: 0;
.list-group-title {
padding: 0 15px;
background: #f7f7f7;
color:#000;
font-weight: 500;
line-height: 22px;
height: 22px;
html.ios-gt-8 & {
font-weight: 600;
}
}
.list-group:first-child ul {
.hairline-remove(top);
}
.list-group:last-child ul {
.hairline-remove(bottom);
}
}