| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/app.placement/templates/list/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/app.placement/templates/list/style.css |
.app-placement-list-slider-modifier .ui-side-panel-wrap-workarea{
min-height: 100vh;
}
.rest-placement-section {
height: 100%;
margin: 0 5px;
}
.rest-placement-section .rest-placement-item {
height: 100%;
margin: 9px 4px;
padding: 0;
background-color: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
transition: box-shadow .3s;
box-sizing: border-box;
cursor: pointer;
}
.rest-placement-section .rest-placement-item:hover {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
transition: .15s linear;
transform: translate(0, -1px);
}
.rest-placement-section iframe {
display: block;
}
.rest-placement-section .app-frame-layout {
width: 100%!important;
}