Status message when CLI binary not found, fetch provider countries, status, user account

This commit is contained in:
billz
2023-10-15 21:29:34 +02:00
parent f535acc18c
commit ac863f5c8a
2 changed files with 62 additions and 16 deletions

View File

@@ -42,6 +42,12 @@ body {
background-color: #fff;
}
.btn-primary.disabled {
color: <?php echo $color; ?> !important;
border-color: <?php echo $color; ?> !important;
background-color: #fff !important;
}
.card-footer, .modal-footer {
background-color: #f2f1f0;
}