File "favorites-actions.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/elementor/app/modules/kit-library/assets/js/components/favorites-actions.scss
File size: 308 bytes
MIME-type: text/plain
Charset: utf-8

$root: e-kit-library__kit-favorite-actions;

.#{$root} {
	padding: spacing(5);
	transition: 0.3s all;
	border-radius: 4px;

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

	&--loading {
		opacity: 50%;
		cursor: default;
	}

	&:hover {
		background-color: rgba( theme-colors( danger ), $opacity-01 );
	}
}