|
|
/* Bootswatch theme adapted by the Tiki Community for Tiki Wiki CMS Groupware */
|
|
|
/* Original Bootswatch information: */
|
|
|
/*!
|
|
|
* Bootswatch v5.2.0 (https://bootswatch.com)
|
|
|
* Theme: zephyr
|
|
|
* Copyright 2012-2022 Thomas Park
|
|
|
* Licensed under MIT
|
|
|
* Based on Bootstrap
|
|
|
*/
|
|
|
/*!
|
|
|
* Bootstrap v5.2.0 (https://getbootstrap.com/)
|
|
|
* Copyright 2011-2022 The Bootstrap Authors
|
|
|
* Copyright 2011-2022 Twitter, Inc.
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
|
*/
|
|
|
|
|
|
@import "../../../vendor_bundled/vendor/thomaspark/bootswatch/dist/zephyr/variables"; // Needs to come first, to override defaults.
|
|
|
@import "../../../vendor_bundled/vendor/twbs/bootstrap/scss/bootstrap.scss"; // Needed for darken function.
|
|
|
@import "../../base_files/scss/_tiki-variables.scss"; // Values/definitions for Tiki variables (outside of Bootstrap variables) such as _tiki-selectors.scss.
|
|
|
@import "../../base_files/scss/_tiki-selectors.scss";
|
|
|
|
|
|
@import "../../../vendor_bundled/vendor/thomaspark/bootswatch/dist/zephyr/bootswatch";
|
|
|
@import "../../base_files/scss/_external-scripts.scss";
|
|
|
@import "../../base_files/scss/_select2-tiki_colors.scss";
|
|
|
|