mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 20:14:15 +00:00
073b7b6717
* Bootstrap5 migration
62 lines
1.6 KiB
SCSS
62 lines
1.6 KiB
SCSS
/*!
|
|
* Bootstrap v5.0.2 (https://getbootstrap.com/)
|
|
* Copyright 2011-2021 The Bootstrap Authors
|
|
* Copyright 2011-2021 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
*/
|
|
|
|
$enable-gradients: true;
|
|
|
|
|
|
/*!
|
|
* Bootstrap v5.0.2 (https://getbootstrap.com/)
|
|
* Copyright 2011-2021 The Bootstrap Authors
|
|
* Copyright 2011-2021 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
*/
|
|
|
|
// scss-docs-start import-stack
|
|
// Configuration
|
|
@import "bootstrap/functions";
|
|
@import "bootstrap/variables";
|
|
@import "bootstrap/mixins";
|
|
@import "bootstrap/utilities";
|
|
|
|
// Layout & components
|
|
@import "bootstrap/root";
|
|
@import "bootstrap/reboot";
|
|
@import "bootstrap/type";
|
|
@import "bootstrap/images";
|
|
@import "bootstrap/containers";
|
|
@import "bootstrap/grid";
|
|
@import "bootstrap/tables";
|
|
@import "bootstrap/forms";
|
|
@import "bootstrap/buttons";
|
|
@import "bootstrap/transitions";
|
|
@import "bootstrap/dropdown";
|
|
@import "bootstrap/button-group";
|
|
@import "bootstrap/nav";
|
|
@import "bootstrap/navbar";
|
|
@import "bootstrap/card";
|
|
@import "bootstrap/accordion";
|
|
@import "bootstrap/breadcrumb";
|
|
@import "bootstrap/pagination";
|
|
@import "bootstrap/badge";
|
|
@import "bootstrap/alert";
|
|
@import "bootstrap/progress";
|
|
@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/offcanvas";
|
|
|
|
// Helpers
|
|
@import "bootstrap/helpers";
|
|
|
|
// Utilities
|
|
@import "bootstrap/utilities/api";
|
|
// scss-docs-end import-stack
|