PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.1.2
AI Builder – Generate pages, blocks, images & translate with AI v2.1.2
2.8.0 2.7.10 2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 All 123 releases
ai-builder / assets / js / src / editor-blocks / text-ai-blocks / text-ai-controls.css

text-ai-controls.css in AI Builder – Generate pages, blocks, images & translate with AI 2.1.2, at assets/js/src/editor-blocks/text-ai-blocks/text-ai-controls.css

23 lines 580 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Styles pour les contrôles IA de génération de texte */
2 .ai-text-controls .components-panel__body {
3 border-top: 1px solid #e0e0e0;
4 }
5
6 .ai-text-controls .components-textarea-control__input {
7 font-size: 14px;
8 line-height: 1.4;
9 }
10
11 .ai-text-controls .components-button.is-primary {
12 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
13 border: none;
14 font-weight: 500;
15 }
16
17 .ai-text-controls .components-button.is-primary:hover {
18 background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
19 }
20
21 .ai-text-controls .components-spinner {
22 margin-right: 8px;
23 }