| 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 |
} |