Style bouton
This commit is contained in:
parent
36b73c8ade
commit
4a43435986
@ -297,6 +297,7 @@
|
||||
background-color: #d1ecf1;
|
||||
border: 2px solid #0dcaf0;
|
||||
border-color: #0dcaf0;
|
||||
border-radius: 6px;
|
||||
color: #0c5460;
|
||||
font-weight: 500;
|
||||
}
|
||||
@ -319,6 +320,7 @@
|
||||
background-color: #fff3cd;
|
||||
border: 2px solid #ffc107;
|
||||
border-color: #ffc107;
|
||||
border-radius: 6px;
|
||||
color: #856404;
|
||||
font-weight: 500;
|
||||
}
|
||||
@ -341,6 +343,7 @@
|
||||
background-color: #cfe2ff;
|
||||
border: 2px solid #0d6efd;
|
||||
border-color: #0d6efd;
|
||||
border-radius: 6px;
|
||||
color: #084298;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@ -88,7 +88,7 @@ if (!defined('ABSPATH')) {
|
||||
class="button button-secondary esi-peppol-log-resend btn btn-warning"
|
||||
data-order-id="<?php echo esc_attr($row->id_order); ?>"
|
||||
>
|
||||
<?php esc_html_e('Renvoyer', 'esi_peppol'); ?>
|
||||
<?php esc_html_e('Envoyer de nouveau', 'esi_peppol'); ?>
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user