Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/wpmudev-updates/assets/src/scss/admin-ui/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/wpmudev-updates/assets/src/scss/admin-ui/_settings.scss

@include body-class(true) {
	.enable_sso_label {
		display: block;
		width: 65%;
		label {
			font-weight: 500;
		}

		.sui-notice {
			margin-top: 10px;
		}
		@include media(max-width, md) {
			width: 100%;
		}
	}

	.sui-spacing-bottom--10 {
		margin-bottom: 10px;
	}
}

// Select fix.
@include body-class() {
	span.select2-container--open {
		z-index: 1;
	}
}