PluginProbe
Elementor Website Builder – more than just a page builder / 3.25.4
Elementor Website Builder – more than just a page builder v3.25.4
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / assets / css / modules / ai / editor.css

editor.css in Elementor Website Builder – more than just a page builder 3.25.4, at assets/css/modules/ai/editor.css

42 lines 847 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .e-ai-button {
2 background: none;
3 border: none;
4 font-size: var(--control-title-size);
5 cursor: pointer;
6 transition: var(--e-a-transition-hover);
7 }
8 .e-ai-button:not(.e-active) {
9 color: var(--e-a-color-primary-bold);
10 }
11 .e-ai-button:hover {
12 color: #E73CF6;
13 }
14
15 .e-ai-promotion {
16 font-size: var(--control-title-size);
17 }
18 .e-ai-promotion i {
19 margin-inline-end: 5px;
20 }
21
22 .elementor-label-block .e-ai-promotion,
23 .elementor-label-block .e-ai-button {
24 margin-inline-start: auto;
25 }
26
27 .elementor-context-menu-list__item__ai-badge {
28 background-color: #524CFF;
29 border-radius: 25px;
30 display: flex;
31 justify-content: center;
32 padding: 4px;
33 }
34 .elementor-context-menu-list__item__ai-badge svg {
35 width: 12px;
36 height: 12px;
37 }
38 .elementor-context-menu-list__item__ai-badge svg path {
39 fill: #ffffff;
40 }
41
42 /*# sourceMappingURL=editor.css.map */