|
|
@@ -1,11 +1,7 @@
|
|
|
/* You can add global styles to this file, and also import other style files */
|
|
|
@import "bootstrap/scss/functions";
|
|
|
@import "bootstrap/scss/variables";
|
|
|
-@import "bootstrap/scss/maps";
|
|
|
-@import "bootstrap/scss/mixins";
|
|
|
-@import "bootstrap/scss/utilities";
|
|
|
-@import "bootstrap/scss/close";
|
|
|
-@import "bootstrap/scss/images";
|
|
|
+
|
|
|
|
|
|
|
|
|
$primary: #2B3948;
|
|
|
@@ -24,9 +20,28 @@ $theme-colors: (
|
|
|
"danger": $danger
|
|
|
);
|
|
|
|
|
|
+@import "bootstrap/scss/maps";
|
|
|
+@import "bootstrap/scss/mixins";
|
|
|
+@import "bootstrap/scss/utilities";
|
|
|
+
|
|
|
|
|
|
-@import "~bootstrap/scss/bootstrap";
|
|
|
+@import "bootstrap/scss/root";
|
|
|
+@import "bootstrap/scss/reboot";
|
|
|
+@import "bootstrap/scss/type";
|
|
|
+@import "bootstrap/scss/images";
|
|
|
+@import "bootstrap/scss/containers";
|
|
|
+@import "bootstrap/scss/grid";
|
|
|
+@import "bootstrap/scss/forms";
|
|
|
+@import "bootstrap/scss/buttons";
|
|
|
+@import "bootstrap/scss/transitions";
|
|
|
+@import "bootstrap/scss/dropdown";
|
|
|
+@import "bootstrap/scss/nav";
|
|
|
+@import "bootstrap/scss/navbar";
|
|
|
+@import "bootstrap/scss/card";
|
|
|
+@import "bootstrap/scss/close";
|
|
|
|
|
|
+@import "bootstrap/scss/helpers";
|
|
|
+@import "bootstrap/scss/utilities/api";
|
|
|
|
|
|
html,
|
|
|
body {
|
|
|
@@ -164,4 +179,4 @@ div.has-fixed-header li {
|
|
|
color: $primary
|
|
|
}
|
|
|
*/
|
|
|
-}
|
|
|
+}
|