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

Elementor Website Builder – more than just a page builder, version 3.7.4. 24 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.7.4/code/assets/css/modules/container-converter/editor.css
- Raw: https://pluginprobe.com/plugins/elementor/3.7.4/raw/assets/css/modules/container-converter/editor.css
- Modified: 2022-07-03T16:24:44+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.7.4/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-left: -6px;
  margin-top: -6px;
}
.elementor-control-convert_to_container .elementor-button[disabled] {
  background-color: #d5dadf;
  pointer-events: none;
}

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