10 lines
240 B
CSS
10 lines
240 B
CSS
/**
|
|
* All of the CSS for your block editor functionality should be
|
|
* included in this file.
|
|
*/
|
|
/*--------------------------------------------------------------*/
|
|
.cnvs-block-progress-bar {
|
|
-webkit-transition: none;
|
|
transition: none;
|
|
}
|