| Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/panel/basepresetpanel/dist/ |
| Current File : /var/www/homesaver/www/bitrix/js/landing/ui/panel/basepresetpanel/dist/basepresetpanel.bundle.css |
.landing-ui-panel-base-preset-disable-overlay {
display: none!important;
pointer-events: none!important;
}
.landing-ui-panel-base-preset {
position: absolute;
height: calc(100vh - 66px);
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.landing-ui-panel-base-preset .landing-ui-panel-content-header {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: normal;
-ms-flex-pack: normal;
justify-content: normal;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.landing-ui-panel-base-preset .landing-ui-panel-content-header::before {
background: rgb(82, 92, 105);
position: absolute;
display: block;
content: '';
width: 242px;
left: 20px;
bottom: -1px;
height: 1px;
opacity: .1;
}
.landing-ui-panel-base-preset .landing-ui-panel-content-title {
margin-right: 12px;
}
.landing-ui-panel-base-preset-header-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-right: 60px;
margin-top: 17px;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
.landing-ui-panel-base-preset-header-controls-left {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.landing-ui-panel-base-preset .landing-ui-panel-content-body-sidebar {
background: transparent;
margin-left: 0;
margin-right: 0;
border-top-width: 14px!important;
min-width: 288px;
max-width: 288px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
border-bottom-width: 60px;
}
.landing-ui-panel-base-preset .landing-ui-button-sidebar {
padding-left: 16px;
}
.landing-ui-panel-mode-transparent .landing-ui-panel-content-body-content {
position: relative;
background-color: transparent;
padding-left: 0;
padding-right: 0;
overflow-y: visible;
}
.landing-ui-panel-base-preset .landing-ui-panel-content-body-content::after {
background-color: #ffffff;
content: '';
position: fixed;
top: 73px;
left: 288px;
right: 23px;
bottom: 63px;
z-index: 90;
-webkit-transition: 200ms opacity ease;
-o-transition: 200ms opacity ease;
transition: 200ms opacity ease;
pointer-events: none;
opacity: 0;
}
.landing-ui-panel-base-preset .landing-ui-panel-base-preset-fade.landing-ui-panel-content-body-content::after {
pointer-events: all;
opacity: .5;
}
.landing-ui-panel-base-preset .main-ui-loader {
z-index: 9000;
}
.landing-ui-panel-mode-transparent .landing-ui-panel-content-header::before {
width: auto;
right: 20px;
}
.landing-ui-panel-base-preset .landing-ui-panel-content-body-content,
.landing-ui-panel-base-preset .landing-ui-panel-content-body-sidebar {
overflow-y: auto;
}
.landing-ui-panel-base-preset .landing-ui-field-preset-layout {
position: relative;
top: -3px;
}
.landing-ui-presets-category {
padding-bottom: 12px;
}
.landing-ui-presets-category-title {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-light, 300);
font-size: 18px;
color: #525C69;
line-height: 32px;
margin-bottom: 13px;
}
.landing-ui-presets-category-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.landing-ui-panel-preset {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: relative;
width: 266px;
padding: 14px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: var(--ui-border-radius-md, 1px);
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
-webkit-transition: 200ms -webkit-box-shadow ease;
transition: 200ms -webkit-box-shadow ease;
-o-transition: 200ms box-shadow ease;
transition: 200ms box-shadow ease;
transition: 200ms box-shadow ease, 200ms -webkit-box-shadow ease;
margin-bottom: 10px;
cursor: pointer;
border: 2px solid #ffffff;
}
.landing-ui-panel-preset-text {
max-width: 171px;
}
.landing-ui-panel-preset:hover {
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
}
.landing-ui-panel-preset.landing-ui-disabled {
background-color: rgba(255, 255, 255, .5);
border-color: transparent;
opacity: 1;
}
.landing-ui-panel-preset.landing-ui-disabled .landing-ui-panel-preset-text-description,
.landing-ui-panel-preset.landing-ui-disabled .landing-ui-panel-preset-text-title,
.landing-ui-panel-preset.landing-ui-disabled .landing-ui-panel-preset-icon {
opacity: .5;
}
.landing-ui-panel-preset {
margin-right: 8px;
}
.landing-ui-panel-preset:nth-child(3n) {
margin-right: 0;
}
.landing-ui-panel-preset-icon {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: 28px 28px;
-ms-flex-item-align: center;
align-self: center;
min-width: 58px;
height: 58px;
border-radius: 100%;
overflow: hidden;
margin-right: 13px;
margin-top: -4px;
}
.landing-ui-panel-preset-icon::before {
background-color: rgba(47, 198, 246, .07);
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.landing-ui-panel-preset-text-title {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-semi-bold, 600);
font-size: 14px;
color: #333333;
line-height: 17px;
margin-bottom: 10px;
max-width: 99%;
}
.landing-ui-panel-preset-text-description {
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
font-size: 13px;
color: #A8ADB4;
line-height: 17px;
margin-top: -2px;
}
.landing-ui-panel-preset-active {
border: 2px solid #9dcf00;
}
.landing-ui-panel-preset-active::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-35%25' y='-25%25' width='170%25' height='170%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.11404611 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Crect id='b' x='0' y='0' width='20' height='20' rx='10'/%3E%3C/defs%3E%3Cg transform='translate(3 1)' fill='none' fill-rule='evenodd'%3E%3Crect fill='%23FFF' x='5' y='5' width='14' height='13' rx='6'/%3E%3Cg transform='translate(1 1)'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%239DCF00' xlink:href='%23b'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M9.627 12.81L15.402 7 17 8.607 9.652 16l-.025-.025-.025.025L5 11.373l1.598-1.607z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
content: '';
position: absolute;
top: -10px;
right: -12px;
width: 28px;
height: 28px;
}
.landing-ui-panel-preset-soon-label {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-semi-bold, 600);
background: #3BC6F3;
border-radius: 11px;
font-size: 9px;
color: #FFFFFF;
letter-spacing: 0.17px;
line-height: 21px;
padding-left: 7px;
padding-right: 7px;
position: absolute;
top: -12px;
right: -9px;
}