?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/4-components/buttons/



?? Go up: /home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/4-components

?? Viewing: action-button.scss

[data-button-state] {

	.ct-button-loader {
		display: none;
	}
}

// loading state
[data-button-state*="loading"] {

	.ct-button-loader {
		display: block;
	}

	svg:not(.ct-button-loader) {
		display: none;
	}
}


??

??