web-apps/vendor/framework7/src/less/material/contacts.less
2016-11-11 16:24:21 +03:00

30 lines
652 B
Plaintext

/* === Contacts === */
.contacts-block {
margin: 0;
.list-group-title {
padding: 0 16px;
pointer-events: none;
background: none;
color:#888888;
font-weight: 500;
line-height: 48px;
height: 48px;
font-size: 20px;
font-weight: 500;
overflow: visible;
width: 56px;
top: 0;
+ li {
margin-top: -48px;
}
}
.list-group:first-child ul {
.hairline-remove(top);
}
.list-group:last-child ul {
.hairline-remove(bottom);
}
li:not(.list-group-title) {
padding-left: 40px + 16px;
}
}