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