Your IP : 3.145.91.238


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/landing/css/ui/panel/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/landing/css/ui/panel/editor_panel.css

.landing-ui-panel-editor {
	background: #ffffff;
	position: absolute;
	height: 42px;
	top: 0;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	z-index: 323;
}

.landing-ui-panel-editor.landing-ui-fixed-top {
	position: fixed!important;
	top: 20px!important;
	left: 20px!important;
	right: 20px!important;
	z-index: 1300;
}

.landing-ui-panel-editor.landing-ui-fixed-right {
	position: fixed!important;
	top: 82px!important;
	right: 20px!important;
	left: auto!important;
	bottom: auto!important;
	width: 42px!important;
	height: auto!important;
	padding-right: 0;
	z-index: 1300;
}

.landing-ui-panel-editor.landing-ui-fixed-right .landing-ui-button-editor-action {
	width: 100%;
}

.landing-ui-panel-editor.landing-ui-fixed-right .landing-ui-button-editor-action-color {
	color: rgba(0, 0, 0, 0);
	white-space: nowrap;
	overflow: hidden;
}

.landing-ui-panel-editor.landing-ui-fixed-right .landing-ui-button-editor-action[data-id="drag"] {
	border-right: none;
	border-bottom: 1px #eeeeee solid;
}

.landing-ui-panel-editor.landing-ui-show {
	pointer-events: all;
	visibility: visible;
	animation: showEditorPanelTop 200ms both;
}

.landing-ui-panel-editor.landing-ui-hide {
	animation: hideEditorPanelTop 200ms both;
}

.landing-ui-panel-editor.landing-ui-fixed-top.landing-ui-show {
	animation: showEditorPanelTop 200ms both;
}

.landing-ui-panel-editor.landing-ui-fixed-top.landing-ui-top {
	animation: hideEditorPanelTop 200ms both;
}

.landing-ui-panel-editor.landing-ui-fixed-right.landing-ui-show {
	animation: showEditorPanelRight 200ms both;
}

.landing-ui-panel-editor.landing-ui-fixed-right.landing-ui-top {
	animation: hideEditorPanelRight 200ms both;
}


.landing-ui-panel-editor-top-dest {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 42px;
	border: 2px #fafafa dashed;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	color: #fafafa;
	font-size: 18px;
	opacity: 0;
	pointer-events: none;
}

.landing-ui-panel-editor-right-dest {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 82px;
	bottom: 20px;
	right: 20px;
	width: 42px;
	border: 2px #fafafa dashed;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	color: #fafafa;
	font-size: 18px;
	opacity: 0;
	pointer-events: none;
}

.landing-ui-panel-editor-top-dest.landing-ui-show,
.landing-ui-panel-editor-right-dest.landing-ui-show {
	opacity: 1;
	pointer-events: all;
}

.landing-ui-panel-editor-right-dest span {
	display: inline-block;
	transform: rotate(90deg);
	width: 250px;
	position: absolute;
	transform-origin: left;
	white-space: nowrap;
}

.landing-ui-panel-editor-top-dest.landing-ui-active,
.landing-ui-panel-editor-right-dest.landing-ui-active {
	-webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.6);
	box-shadow: 0 0 16px 0 rgba(0,0,0,.6);
}

.landing-ui-panel-editor-panel {
	position: fixed!important;
	top: 73px!important;
	left: 760px!important;
	width: 42px;
	height: auto;
}

.landing-ui-panel-editor-panel.landing-ui-show {
	animation: showEditorFade 200ms both;
}

.landing-ui-panel-editor-panel.landing-ui-hide {
	animation: hideEditorFade 200ms both;
}

.landing-ui-panel-editor-panel .landing-ui-button-editor-action {
	padding-left: 0;
	padding-right: 0;
	width: 42px;
}

.landing-ui-panel-editor-panel .landing-ui-button-editor-action[data-id="drag"] {
	display: none;
}

.landing-ui-panel-editor-panel .landing-ui-button-editor-action[data-id="foreColor"] {
	font-size: 0;
}

.landing-ui-panel-editor-panel .landing-ui-button-editor-action[data-id="foreColor"]::before {
	transform: translateY(50%);
	margin-right: 0;
}

@keyframes showEditorPanelTop {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}


@keyframes hideEditorPanelTop {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}


@keyframes showEditorPanelRight {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}


@keyframes hideEditorPanelRight {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}


@keyframes showEditorFade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes hideEditorFade {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}