PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.1.6
AI Builder – Generate pages, blocks, images & translate with AI v2.1.6
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 / ai-block / ai-block.css

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

45 lines 930 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Styles pour le bloc AI Block */
2 .ai-block-placeholder {
3 border: 2px dashed #ddd;
4 border-radius: 8px;
5 padding: 40px 20px;
6 text-align: center;
7 background: #f9f9f9;
8 margin: 20px 0;
9 }
10
11 .ai-block-placeholder p {
12 margin: 0;
13 color: #666;
14 font-size: 14px;
15 }
16
17 .ai-block-placeholder p:first-child {
18 font-weight: 600;
19 color: #333;
20 margin-bottom: 8px;
21 }
22
23 /* Styles pour les contrôles IA */
24 .ai-block-controls .components-panel__body {
25 border-top: 1px solid #e0e0e0;
26 }
27
28 .ai-block-controls .components-textarea-control__input {
29 font-size: 14px;
30 line-height: 1.4;
31 }
32
33 .ai-block-controls .components-button.is-primary {
34 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
35 border: none;
36 font-weight: 500;
37 }
38
39 .ai-block-controls .components-button.is-primary:hover {
40 background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
41 }
42
43 .ai-block-controls .components-spinner {
44 margin-right: 8px;
45 }