62 lines
2.3 KiB
SCSS
62 lines
2.3 KiB
SCSS
/* ------------------------------------------------------------------------------
|
|
*
|
|
* # Bootstrap v4.3.1 (https://getbootstrap.com)
|
|
*
|
|
* Copyright 2011-2018 The Bootstrap Authors
|
|
* Copyright 2011-2018 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
*
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
// Import custom template config
|
|
@import "../../../../config";
|
|
@import "../../../../shared/utils/ll-functions";
|
|
@import "../../../../shared/utils/ll-mixins";
|
|
@import "../../../../themes/default/colors/palette";
|
|
|
|
// Core variables and mixins
|
|
@import "../../../../_bootstrap/functions";
|
|
@import "../../../../_bootstrap/variables";
|
|
@import "../../../../_bootstrap/mixins";
|
|
|
|
// Import template's variables
|
|
@import "../variables/variables-core";
|
|
@import "../variables/variables-custom";
|
|
@import "../../../../themes/default/bootstrap_limitless/mixins";
|
|
|
|
// Import default files
|
|
@import "../../../../_bootstrap/root";
|
|
@import "../../../../_bootstrap/reboot";
|
|
@import "../../../../_bootstrap/type";
|
|
@import "../../../../_bootstrap/images";
|
|
@import "../../../../_bootstrap/code";
|
|
@import "../../../../_bootstrap/grid";
|
|
@import "../../../../_bootstrap/tables";
|
|
@import "../../../../_bootstrap/forms";
|
|
@import "../../../../_bootstrap/buttons";
|
|
@import "../../../../_bootstrap/transitions";
|
|
@import "../../../../_bootstrap/dropdown";
|
|
@import "../../../../_bootstrap/button-group";
|
|
@import "../../../../_bootstrap/input-group";
|
|
@import "../../../../_bootstrap/custom-forms";
|
|
@import "../../../../_bootstrap/nav";
|
|
@import "../../../../_bootstrap/navbar";
|
|
@import "../../../../_bootstrap/card";
|
|
@import "../../../../_bootstrap/breadcrumb";
|
|
@import "../../../../_bootstrap/pagination";
|
|
@import "../../../../_bootstrap/badge";
|
|
@import "../../../../_bootstrap/jumbotron";
|
|
@import "../../../../_bootstrap/alert";
|
|
@import "../../../../_bootstrap/progress";
|
|
@import "../../../../_bootstrap/media";
|
|
@import "../../../../_bootstrap/list-group";
|
|
@import "../../../../_bootstrap/close";
|
|
@import "../../../../_bootstrap/toasts";
|
|
@import "../../../../_bootstrap/modal";
|
|
@import "../../../../_bootstrap/tooltip";
|
|
@import "../../../../_bootstrap/popover";
|
|
@import "../../../../_bootstrap/carousel";
|
|
@import "../../../../_bootstrap/spinners";
|
|
@import "../../../../_bootstrap/utilities";
|
|
@import "../../../../_bootstrap/print";
|