File "notice.scss"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/elementor/app/modules/onboarding/assets/js/components/notice.scss
File size: 424 bytes
MIME-type: text/plain
Charset: utf-8

.e-onboarding__notice {
	display: inline-block;
	padding: 12px 14px;
	margin-bottom: 16px;
	color: $platform-darker-gray;

	&--error {
		background-color: $platform-danger-bg;

		i {
			font-size: 16px;
			color: $platform-danger-text;
		}
	}

	&--success {
		background-color: $platform-success-bg;

		i {
			color: $platform-success-text;
		}
	}

	i {
		margin-inline-end: 14px;
	}

	&-empty-spacer {
		height: 61px;
	}
}