1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-29 04:55:02 +03:00
ifhub.club/application/frontend/skin/synio/components/property/css/property.css
2016-11-30 11:40:27 +07:00

21 lines
413 B
CSS

.ls-property-list {
margin-bottom: 20px;
}
.ls-property-list-item:not(:last-child) {
margin-bottom: 10px;
}
.ls-property-list-item-label {
margin-bottom: 10px;
font-size: 18px;
font-weight: 600;
font-family: 'PT Sans';
}
.ls-property {
margin-bottom: 15px;
padding: 15px 15px;
border: 1px dashed #ddd;
border-radius: 5px;
}
.ls-property:last-child {
margin-bottom: 0;
}