57 lines
1.4 KiB
SCSS
57 lines
1.4 KiB
SCSS
/*!
|
|
* Bootstrap v4.4.1 (https://getbootstrap.com/)
|
|
* Copyright 2011-2019 The Bootstrap Authors
|
|
* Copyright 2011-2019 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
*/
|
|
|
|
html {
|
|
box-sizing: border-box;
|
|
-ms-overflow-style: scrollbar;
|
|
}
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
@import "bootstrap/functions";
|
|
@import "bootstrap/variables";
|
|
@import "bootstrap/mixins";
|
|
@import "bootstrap/root";
|
|
@import "bootstrap/reboot";
|
|
@import "bootstrap/type";
|
|
@import "bootstrap/images";
|
|
@import "bootstrap/grid";
|
|
@import "bootstrap/tables";
|
|
@import "bootstrap/forms";
|
|
@import "bootstrap/buttons";
|
|
@import "bootstrap/breadcrumb";
|
|
@import "bootstrap/transitions";
|
|
@import "bootstrap/dropdown";
|
|
@import "bootstrap/button-group";
|
|
@import "bootstrap/input-group";
|
|
@import "bootstrap/custom-forms";
|
|
@import "bootstrap/card";
|
|
@import "bootstrap/pagination";
|
|
@import "bootstrap/badge";
|
|
@import "bootstrap/tooltip";
|
|
@import "bootstrap/alert";
|
|
@import "bootstrap/progress";
|
|
@import "bootstrap/media";
|
|
@import "bootstrap/list-group";
|
|
@import "bootstrap/close";
|
|
@import "bootstrap/toasts";
|
|
@import "bootstrap/modal";
|
|
@import "bootstrap/spinners";
|
|
@import "bootstrap/utilities";
|
|
|
|
@import "bootstrap/mixins/breakpoints";
|
|
@import "bootstrap/mixins/grid-framework";
|
|
@import "bootstrap/mixins/grid";
|
|
|
|
@import "bootstrap/utilities/display";
|
|
@import "bootstrap/utilities/flex";
|
|
@import "bootstrap/utilities/spacing";
|