| 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 |
/*# sourceMappingURL=editor.css.map */ |