1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/synio/components/property/css/property.css

17 lines
338 B
CSS
Raw Normal View History

2016-09-25 19:03:59 +03:00
.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;
}