| @@ -1,20 +1,22 @@ | ||
| 1 | 1 | .elementor-control-convert_to_container .elementor-button.e-loading { |
| 2 | 2 | font-size: 0; |
| 3 | 3 | width: 42px; |
| 4 | 4 | position: relative; |
| 5 | - pointer-events: none; | |
| 6 | -} | |
| 7 | -.elementor-control-convert_to_container .elementor-button.e-loading::before { | |
| 8 | - content: "\e8fb"; | |
| 9 | - font-family: "eicons"; | |
| 10 | - font-size: 12px; | |
| 11 | - animation: eicon-spin 2s infinite linear; | |
| 12 | - display: inline-block; | |
| 13 | - position: absolute; | |
| 14 | - left: 50%; | |
| 15 | - top: 50%; | |
| 16 | - margin-inline-start: -6px; | |
| 17 | - margin-block-start: -6px; | |
| 18 | -} | |
| 5 | + pointer-events: none; } | |
| 6 | + .elementor-control-convert_to_container .elementor-button.e-loading::before { | |
| 7 | + content: '\e8fb'; | |
| 8 | + font-family: 'eicons'; | |
| 9 | + font-size: 12px; | |
| 10 | + animation: eicon-spin 2s infinite linear; | |
| 11 | + display: inline-block; | |
| 12 | + position: absolute; | |
| 13 | + left: 50%; | |
| 14 | + top: 50%; | |
| 15 | + margin-left: -6px; | |
| 16 | + margin-top: -6px; } | |
| 17 | + | |
| 18 | +.elementor-control-convert_to_container .elementor-button[disabled] { | |
| 19 | + background-color: #d5dadf; | |
| 20 | + pointer-events: none; } | |
| 19 | 21 | |
| 20 | 22 | /*# sourceMappingURL=editor.css.map */ |