| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> |
| 2 |
<div class="qcld-admin-actions-Prompts"> |
| 3 |
<h4><?php esc_html_e( 'Create Actions with AI Prompts','chatbot');?></h4> |
| 4 |
<h5><?php esc_html_e( 'Coming Soon','chatbot');?></h5> |
| 5 |
</div> |
| 6 |
|
| 7 |
|
| 8 |
<style> |
| 9 |
.qcld-admin-actions-Prompts { |
| 10 |
background: #fff; |
| 11 |
border: 1px solid #e4e0f2; |
| 12 |
border-radius: 16px; |
| 13 |
padding: 18px 22px; |
| 14 |
margin: 0 0 16px; |
| 15 |
text-align: center; |
| 16 |
} |
| 17 |
.qcld-admin-actions-Prompts h4 { |
| 18 |
font-size: 24px; |
| 19 |
font-weight: 700; |
| 20 |
color: #5b4e96; |
| 21 |
margin: 0; |
| 22 |
line-height: 1.3; |
| 23 |
} |
| 24 |
.qcld-admin-actions-Prompts { |
| 25 |
margin: 20px 0 0 0; |
| 26 |
padding: 20px; |
| 27 |
max-width: 97%; |
| 28 |
min-height: 800px; |
| 29 |
display: flex; |
| 30 |
flex-direction: column; |
| 31 |
justify-content: center; |
| 32 |
align-items: center; |
| 33 |
} |
| 34 |
|
| 35 |
.qcld-admin-actions-Prompts h5 { |
| 36 |
font-size: 20px; |
| 37 |
font-weight: 700; |
| 38 |
color: #E91E63; |
| 39 |
line-height: 1.3; |
| 40 |
} |
| 41 |
</style> |