File "preview-responsive-controls.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/elementor/app/modules/kit-library/assets/js/pages/preview/preview-responsive-controls.scss
File size: 349 bytes
MIME-type: text/plain
Charset: utf-8

$root: e-kit-library__preview-responsive-controls;

.#{$root} {
	width: auto;

	&-item {
		margin: 0 spacing(5);
		color: tints(500);
		padding: spacing(5);

		&:hover {
			background: rgba( theme-colors( 'info' ), $opacity-01 );
			border-radius: 3px;
			transition: $transition-hover;
		}

		&--active {
			color: theme-colors( 'info' );
		}
	}
}