2021-12-25 10:44:24 -05:00
|
|
|
/*
|
2021-10-04 06:50:39 -04:00
|
|
|
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
Copy of the main bootstrap scss file but without transitions.scss because that clashes with reveal.
|
|
|
|
*/
|
|
|
|
@import "~bootstrap/scss/functions";
|
|
|
|
@import "~bootstrap/scss/variables";
|
|
|
|
@import "~bootstrap/scss/mixins";
|
|
|
|
@import "~bootstrap/scss/root";
|
2021-10-15 15:55:12 -04:00
|
|
|
@import "reboot";
|
2021-10-04 06:50:39 -04:00
|
|
|
@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/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";
|