| @@ -23,15 +23,20 @@ | ||
| 23 | 23 | .elementor-label-block .e-ai-button { |
| 24 | 24 | margin-inline-start: auto; |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | -.e-ai-border-button { | |
| 28 | - border-radius: var(--e-a-border-radius); | |
| 29 | - border: var(--e-a-border-bold); | |
| 27 | +.elementor-context-menu-list__item__ai-badge { | |
| 28 | + background-color: #524CFF; | |
| 29 | + border-radius: 25px; | |
| 30 | 30 | display: flex; |
| 31 | - align-items: center; | |
| 32 | 31 | justify-content: center; |
| 33 | - width: 27px; | |
| 34 | - height: 27px; | |
| 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; | |
| 35 | 40 | } |
| 36 | 41 | |
| 37 | 42 | /*# sourceMappingURL=editor.css.map */ |