HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/wp-content/plugins/jet-blog/includes/modules/vue-ui/assets/src/scss/common/_copy.scss
.cx-vui-text {
	font-size: 13px;
	line-height: 20px;
	color: $color__text;
	padding: 15px 0;
	font-family: $font_family;
}

.cx-vui-hr {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid $color__border-off-panel;
	margin: 30px 0;
}

.cx-vui-notice {
	padding: 20px;
	color: $color__text;
	font-size: 15px;
	line-height: 23px;
	&--error {
		background: $color__error-light;
	}
	&--success {
		background: $color__success-light;
	}
}

.cx-vui-inline-notice {
	font-weight: bold;
	&--error {
		color: $color__error;
	}
	&--success {
		color: $color__success;
	}
}