|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
@import "bootstrap/scss/_functions";
|
|
|
|
|
@import "bootstrap/scss/_variables";
|
|
|
|
|
@import "bootstrap/scss/_mixins";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_functions";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_variables";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_mixins";
|
|
|
|
|
|
|
|
|
|
// Theme colors
|
|
|
|
|
$green: #2aa889;
|
|
|
|
@ -63,37 +63,37 @@ $navbar-dark-hover-color: rgba($white, 90);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Optional
|
|
|
|
|
@import "bootstrap/scss/_root";
|
|
|
|
|
@import "bootstrap/scss/_reboot";
|
|
|
|
|
@import "bootstrap/scss/_type";
|
|
|
|
|
@import "bootstrap/scss/_images";
|
|
|
|
|
@import "bootstrap/scss/_code";
|
|
|
|
|
@import "bootstrap/scss/_grid";
|
|
|
|
|
@import "bootstrap/scss/_tables";
|
|
|
|
|
@import "bootstrap/scss/_forms";
|
|
|
|
|
@import "bootstrap/scss/_buttons";
|
|
|
|
|
@import "bootstrap/scss/_transitions";
|
|
|
|
|
@import "bootstrap/scss/_dropdown";
|
|
|
|
|
@import "bootstrap/scss/_button-group";
|
|
|
|
|
@import "bootstrap/scss/_input-group";
|
|
|
|
|
@import "bootstrap/scss/_custom-forms";
|
|
|
|
|
@import "bootstrap/scss/_nav";
|
|
|
|
|
@import "bootstrap/scss/_navbar";
|
|
|
|
|
@import "bootstrap/scss/_card";
|
|
|
|
|
@import "bootstrap/scss/_breadcrumb";
|
|
|
|
|
@import "bootstrap/scss/_pagination";
|
|
|
|
|
@import "bootstrap/scss/_badge";
|
|
|
|
|
@import "bootstrap/scss/_jumbotron";
|
|
|
|
|
@import "bootstrap/scss/_alert";
|
|
|
|
|
@import "bootstrap/scss/_progress";
|
|
|
|
|
@import "bootstrap/scss/_media";
|
|
|
|
|
@import "bootstrap/scss/_list-group";
|
|
|
|
|
@import "bootstrap/scss/_close";
|
|
|
|
|
@import "bootstrap/scss/_toasts";
|
|
|
|
|
@import "bootstrap/scss/_modal";
|
|
|
|
|
@import "bootstrap/scss/_tooltip";
|
|
|
|
|
@import "bootstrap/scss/_popover";
|
|
|
|
|
@import "bootstrap/scss/_carousel";
|
|
|
|
|
@import "bootstrap/scss/_spinners";
|
|
|
|
|
@import "bootstrap/scss/_utilities";
|
|
|
|
|
@import "bootstrap/scss/_print";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_root";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_reboot";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_type";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_images";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_code";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_grid";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_tables";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_forms";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_buttons";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_transitions";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_dropdown";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_button-group";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_input-group";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_custom-forms";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_nav";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_navbar";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_card";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_breadcrumb";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_pagination";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_badge";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_jumbotron";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_alert";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_progress";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_media";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_list-group";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_close";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_toasts";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_modal";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_tooltip";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_popover";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_carousel";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_spinners";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_utilities";
|
|
|
|
|
@import "~/node_modules/bootstrap/scss/_print";
|
|
|
|
|