You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
@import "colors";
|
|
@import "bootstrap-overrides";
|
|
|
|
// 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";
|
|
@import "bootstrap/placeholders";
|
|
|
|
// Helpers
|
|
@import "bootstrap/helpers";
|
|
|
|
// Utilities
|
|
@import "bootstrap/utilities/api";
|
|
|
|
|
|
.popover {
|
|
box-shadow: 0 0 8px rgba($black, 0.25);
|
|
}
|
|
|
|
.modal-content {
|
|
padding: 40px;
|
|
}
|