forked from mirrors/easyappointments
20 lines
632 B
SCSS
20 lines
632 B
SCSS
/* ----------------------------------------------------------------------------
|
|
* Easy!Appointments - Online Appointment Scheduler
|
|
*
|
|
* @package EasyAppointments
|
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
|
* @copyright Copyright (c) Alex Tselegidis
|
|
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
|
|
* @link https://easyappointments.org
|
|
* @since v1.5.0
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
$primary: #439982;
|
|
|
|
$min-contrast-ratio: 2;
|
|
|
|
@import "variables";
|
|
|
|
@import '../../node_modules/bootstrap/scss/bootstrap';
|
|
|
|
@import "bootswatch";
|