# elementor/3.16.3/assets/css/modules/container-converter/editor.css

Elementor Website Builder – more than just a page builder, version 3.16.3. 20 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.16.3/code/assets/css/modules/container-converter/editor.css
- Raw: https://pluginprobe.com/plugins/elementor/3.16.3/raw/assets/css/modules/container-converter/editor.css
- Modified: 2023-07-09T12:14:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.16.3/code/assets/css/modules/container-converter/editor.css#L10-L20`.

```css
.elementor-control-convert_to_container .elementor-button.e-loading {
  font-size: 0;
  width: 42px;
  position: relative;
  pointer-events: none;
}
.elementor-control-convert_to_container .elementor-button.e-loading::before {
  content: "\e8fb";
  font-family: "eicons";
  font-size: 12px;
  animation: eicon-spin 2s infinite linear;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-inline-start: -6px;
  margin-block-start: -6px;
}

/*# sourceMappingURL=editor.css.map */
```
