diff --git a/application/views/layouts/account/account_layout.php b/application/views/layouts/account/account_layout.php index 4f2b74a2..17ba02af 100644 --- a/application/views/layouts/account/account_layout.php +++ b/application/views/layouts/account/account_layout.php @@ -17,7 +17,7 @@ - + diff --git a/application/views/layouts/backend/backend_layout.php b/application/views/layouts/backend/backend_layout.php index c8862a90..c3113bfa 100644 --- a/application/views/layouts/backend/backend_layout.php +++ b/application/views/layouts/backend/backend_layout.php @@ -16,10 +16,10 @@ - + diff --git a/application/views/layouts/booking/booking_layout.php b/application/views/layouts/booking/booking_layout.php index f0e8d1c2..15433eb6 100644 --- a/application/views/layouts/booking/booking_layout.php +++ b/application/views/layouts/booking/booking_layout.php @@ -29,9 +29,9 @@ <?= lang('page_title') . ' ' . $company_name ?> - + diff --git a/application/views/layouts/message/message_layout.php b/application/views/layouts/message/message_layout.php index ef4ca382..e9abe7b7 100644 --- a/application/views/layouts/message/message_layout.php +++ b/application/views/layouts/message/message_layout.php @@ -14,7 +14,7 @@ <?= $page_title ?> | Easy!Appointments - + diff --git a/assets/css/bootstrap.scss b/assets/css/bootstrap.scss new file mode 100644 index 00000000..3520480a --- /dev/null +++ b/assets/css/bootstrap.scss @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.0.0 + * ---------------------------------------------------------------------------- */ + +$primary: #439982; + +@import '../../node_modules/bootstrap/scss/bootstrap';