| Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/popupcomponentsmaker/src/ |
| Current File : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/popupcomponentsmaker/src/style.css |
.ui-popupcomponentmaker {
position: relative;
border-radius: var(--ui-border-radius-3xl, 20px);
box-shadow: 0 12px 27px 0 rgba(0, 0, 0, .15);
background: #f1f2f3;
}
.ui-popupcomponentmaker .popup-window-angly--arrow {
overflow: hidden;
position: relative;
background: #f1f2f3;
}
@supports (backdrop-filter: none) {
.ui-popupcomponentmaker {
background: rgba(247,248,249,.88);
backdrop-filter: blur(20px);
}
.ui-popupcomponentmaker .popup-window-angly--arrow {
background: rgba(247,248,249,0.72);
backdrop-filter: blur(20px);
box-shadow: none;
}
}
.ui-popupcomponentmaker__background {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: var(--ui-border-radius-3xl, 20px);;
z-index: -1;
pointer-events: none;
}
.ui-popupcomponentmaker__background:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
opacity: .75;
}
.ui-popupcomponentmaker__background:after {
content: '';
background-size: cover;
filter: blur(48px);
background-repeat: no-repeat;
background-position: -240px -200px;
transform: scale(1.2);
background-attachment: fixed;
position: absolute;
top: 0;
bottom: 0;
left: -240px;
width: 100vw;
z-index: -2;
}
/* header style */
.ui-popupcomponentmaker__header-content
{
}
.ui-popupcomponentmaker__header-content.--empty-content
{
}
.ui-popupcomponentsmaker__header {
position: relative;
border-radius: var(--ui-border-radius-3xl) var(--ui-border-radius-3xl) 0 0;
background-position: center top;
background-size: 250% auto;
flex: 1;
}
.ui-popupcomponentmaker__header-content.--empty-content .ui-popupcomponentsmaker__header:before
{
border-radius: var(--ui-border-radius-3xl);
}
.ui-popupcomponentsmaker__header:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(var(--ui-color-palette-black-solid-rgb), 0.13);
border-radius: var(--ui-border-radius-3xl) var(--ui-border-radius-3xl) 0 0;
}
.bitrix24-light-theme .ui-popupcomponentsmaker__header:before {
border: 1px solid rgba(var(--ui-color-background-primary-rgb), var(--ui-opacity-20));
}
.bitrix24-theme-dark .intranet-settings-widget__header-name,
.bitrix24-theme-default .intranet-settings-widget__header-name {
color: var(--ui-color-base-90);
}
/* end header style*/
.ui-popupcomponentmaker__content {
display: block;
}
.ui-popupcomponentmaker__content--section {
display: flex;
margin-bottom: var(--ui-space-stack-sm);
}
.ui-popupcomponentmaker__content--section:last-child {
margin-bottom: 0;
}
.ui-popupcomponentmaker__content--section-item {
flex: 1;
position: relative;
margin-right: var(--ui-space-inline-sm);
background: #fff;
transform: translateY(0);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
border-radius: var(--ui-border-radius-lg);
max-width: 100%;
transition: .2s;
}
.ui-popupcomponentmaker__content--section-item.--secondary {
background: rgba(255, 255, 255, 0.75);
}
.ui-popupcomponentmaker__content--section-item.--secondary:hover {
transform: translateY(-1px);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.13);
background: #fff;
}
.ui-popupcomponentmaker__content--section-item:hover {
transform: translateY(-1px);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.13);
}
.ui-popupcomponentmaker__content--section-item.--block {
flex: none;
display: block;
}
.ui-popupcomponentmaker__content--section-item.--flex-column .ui-popupcomponentmaker__content--section-item {
margin-right: 0;
margin-bottom: var(--ui-space-stack-sm, 12px);
}
.ui-popupcomponentmaker__content--section-item.--transparent:hover {
transform: translateY(0);
box-shadow: none;
}
.ui-popupcomponentmaker__content--section-item.--flex-column .ui-popupcomponentmaker__content--section-item:last-child {
margin-bottom: 0;
}
.ui-popupcomponentmaker__content--section-item.--flex-column {
display: flex;
flex-direction: column;
}
.ui-popupcomponentmaker__content--section-item.--transparent {
background: none;
box-shadow: none;
}
.ui-popupcomponentmaker__content--section-item.--overflow-hidden {
overflow: hidden;
}
.ui-popupcomponentmaker__content--section-item.--disabled {
pointer-events: none;
}
.ui-popupcomponentmaker__content--section-item.--awaiting {
min-height: 70px;
}
.ui-popupcomponentmaker__content--section-item:last-child {
margin-right: 0;
}
.ui-popupcomponentmaker__content--section-item.--transparent {
background: none;
box-shadow: none;
}
/* region UI Buttons */
.ui-popupcomponentmaker__btn,
.ui-qr-popupcomponentmaker__btn {
display: inline-flex;
justify-content: center;
align-items: center;
height: var(--ui-size-lg);
padding: 0 var(--ui-space-inset-sm);
border: 1px solid transparent;
box-sizing: border-box;
margin: 0;
outline: none;
color: var(--ui-color-base-90);
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-size: var(--ui-font-size-4xs);
font-weight: var(--ui-font-weight-semi-bold);
background-color: var(--ui-color-background-primary);
box-shadow: 0 1px 2px 0 rgba(0,0,0,.18);
border-radius: var(--ui-border-radius-xl);
text-decoration: none;
white-space: nowrap;
user-select: none;
cursor: pointer;
transition: .2s;
}
.ui-popupcomponentmaker__btn.--large,
.ui-qr-popupcomponentmaker__btn.--large {
height: var(--ui-size-xl2);
padding: 0 var(--ui-space-inset-md);
border-radius: var(--ui-border-radius-xl);
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-size: var(--ui-font-size-xs);
font-weight: var(--ui-font-weight-semi-bold);
}
.ui-popupcomponentmaker__btn.--border,
.ui-qr-popupcomponentmaker__btn.--border {
border: 1px solid rgba(31,130,232, var(--ui-opacity-30));
box-shadow: none !important;
padding: 0 11px;
}
.ui-popupcomponentmaker__btn.--border-gray,
.ui-qr-popupcomponentmaker__btn.--border-gray {
border: 1px solid rgba(82, 92, 105, var(--ui-opacity-20));
box-shadow: none !important;
padding: 0 11px;
}
.ui-qr-popupcomponentmaker__btn.--vertical {
padding: 17px 11px;
text-align: center;
font-size: var(--ui-font-size-3xs);
font-weight: normal;
border-radius: var(--ui-border-radius-sm);
border-color: rgba(var(--ui-color-primary-rgb), var(--ui-opacity-40));
}
.ui-popupcomponentmaker__btn.--disabled,
.ui-qr-popupcomponentmaker__btn.--disabled {
opacity: var(--ui-opacity-40);
pointer-events: none;
}
.ui-popupcomponentmaker__btn:hover,
.ui-qr-popupcomponentmaker__btn:hover {
border-color: rgba(31,130,232, var(--ui-opacity-60));
color: var(--ui-color-text-secondary);
box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.ui-popupcomponentmaker__btn.--large:not(.--border):not(.--vertical):not(.--border-gray) {
box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.ui-popupcomponentmaker__btn.--large:hover:not(.--border):not(.--vertical):not(.--border-gray) {
border-color: transparent;
color: var(--ui-color-text-primary);
opacity: var(--ui-opacity-90);
box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.ui-popupcomponentmaker__btn.--success,
.ui-qr-popupcomponentmaker__btn.--success {
background: rgba(179,230,0, var(--ui-opacity-70));
box-shadow: none;
border: none !important;
color: #3a3a3a;
}
.ui-popupcomponentmaker__btn.--blue {
background: #4d98e5;
box-shadow: none;
border: none !important;
color: var(--ui-color-on-primary-alt);
}
.ui-popupcomponentmaker__btn.--blue:hover {
background: #63a5e8;
}
.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--success,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--success {
background: rgba(179,230,0, var(--ui-opacity-50));
}
.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--success:hover,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--success:hover {
background: rgba(179,230,0, var(--ui-opacity-70));
}
.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--border,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--border {
background: rgba(255,255,255, var(--ui-opacity-40));
border: 1px solid rgba(31,130,232, var(--ui-opacity-40));
}
.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--border:hover,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--border:hover {
background: rgba(255,255,255, var(--ui-opacity-50));
border: 1px solid rgba(31,130,232, var(--ui-opacity-50));
}
.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--border-gray {
background: rgba(255,255,255, var(--ui-opacity-30));
border: 1px solid rgba(82, 92, 105, var(--ui-opacity-30));
}
.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--border-gray:hover {
background: rgba(255,255,255, var(--ui-opacity-40));
border: 1px solid rgba(82, 92, 105, var(--ui-opacity-40));
}
/* endregion */