forked from mirrors/easyappointments
Change the success elements with the primary brand
This commit is contained in:
parent
aa00c97fb3
commit
becf82ad67
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
<?= lang('back') ?>
|
||||
</button>
|
||||
<form id="book-appointment-form" style="display:inline-block" method="post">
|
||||
<button id="book-appointment-submit" type="button" class="btn btn-success">
|
||||
<button id="book-appointment-submit" type="button" class="btn btn-primary">
|
||||
<i class="fas fa-check-square me-2"></i>
|
||||
<?= $manage_mode ? lang('update') : lang('confirm') ?>
|
||||
</button>
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
</strong>
|
||||
</p>
|
||||
|
||||
<a href="<?= site_url() ?>" class="btn btn-success btn-large">
|
||||
<a href="<?= site_url() ?>" class="btn btn-primary btn-large">
|
||||
<i class="fas fa-calendar-alt"></i>
|
||||
<?= lang('go_to_booking_page') ?>
|
||||
</a>
|
||||
|
||||
<?php if (config('google_sync_feature')): ?>
|
||||
<button id="add-to-google-calendar" class="btn btn-primary">
|
||||
<button id="add-to-google-calendar" class="btn btn-outline-secondary">
|
||||
<i class="fas fa-plus"></i>
|
||||
<?= lang('add_to_google_calendar') ?>
|
||||
</button>
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
<br>
|
||||
|
||||
<button type="button" id="install" class="btn btn-success btn-large">
|
||||
<button type="button" id="install" class="btn btn-primary btn-lg">
|
||||
<i class="icon-white icon-ok me-2"></i>
|
||||
Install Easy!Appointments
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue