HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //home5/cca63905/.trash/wp-content/plugins/elementor/app/assets/js/ui/dialog/dialog.scss
.eps-dialog {
	border-radius: 3px;
	width: 375px;

	&__close-button {
		position: absolute;
		top: spacing(44) * -1;
		right: spacing(44) * -1;
		margin-top: spacing(10);
		margin-right: spacing(10);
		z-index: $eps-zindex-modal;
		font-size: type(size, "20");
		color: theme-colors(light);
	}

	&__content {
		padding: spacing(24) spacing(30) spacing(16);
		font-size: type(text, xs);
	}

	&__title, &__text {
		text-align: center;
	}

	&__buttons {
		display: flex;
	}

	&__button {
		flex: 1;
		border-top: 1px solid var(--hr-color);
		line-height: spacing(44);
		text-align: center;
		justify-content: center;

		&:last-child:not(:first-child) {
			border-inline-start: 1px solid var(--hr-color);
		}
	}
}