|
|
@@ -1,12 +1,20 @@
|
|
|
-// import bootstrap
|
|
|
-@import '~bootstrap/scss/bootstrap';
|
|
|
+// import bootstrap configurations
|
|
|
+@import '~bootstrap/scss/functions';
|
|
|
+@import '~bootstrap/scss/variables';
|
|
|
+@import '~bootstrap/scss/mixins';
|
|
|
+@import '~bootstrap/scss/utilities';
|
|
|
+
|
|
|
+// import styles against to 'html[plain]' for GROWI theming
|
|
|
+html[plain] {
|
|
|
+ // import bootstrap
|
|
|
+ @import '~bootstrap/scss/bootstrap';
|
|
|
+ // import toastr styles
|
|
|
+ @import '~toastr/build/toastr';
|
|
|
+}
|
|
|
|
|
|
// import react-bootstrap-typeahead
|
|
|
@import '~react-bootstrap-typeahead/css/Typeahead';
|
|
|
|
|
|
-// import toastr styles
|
|
|
-@import '~toastr/build/toastr';
|
|
|
-
|
|
|
// import CodeMirror styles
|
|
|
@import '~codemirror/lib/codemirror.css';
|
|
|
@import '~codemirror/theme/elegant.css';
|