1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/skin/synio/components/property/css/property.css
2016-09-25 23:03:59 +07:00

17 lines
338 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 {
padding: 15px 15px;
border: 1px dashed #ddd;
border-radius: 5px;
}