]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/style.scss
Bootstap 4 migration: imprint
[people/shoehn/ipfire.org.git] / static / scss / style.scss
index 45e67dd24662f2de2495c6d3bd8378dfe5a335b4..34a68875021bd745b0bf1ca22336243509dda837 100644 (file)
@@ -21,7 +21,7 @@
 // @import "bootstrap-4.0.0-alpha.6/scss/code";
 @import "bootstrap-4.0.0-alpha.6/scss/grid";
 // @import "bootstrap-4.0.0-alpha.6/scss/tables";
-// @import "bootstrap-4.0.0-alpha.6/scss/forms";
+@import "bootstrap-4.0.0-alpha.6/scss/forms";
 @import "bootstrap-4.0.0-alpha.6/scss/buttons";
 
 // Components
@@ -37,7 +37,7 @@
 // @import "bootstrap-4.0.0-alpha.6/scss/pagination";
 @import "bootstrap-4.0.0-alpha.6/scss/badge";
 // @import "bootstrap-4.0.0-alpha.6/scss/jumbotron";
-// @import "bootstrap-4.0.0-alpha.6/scss/alert";
+@import "bootstrap-4.0.0-alpha.6/scss/alert";
 @import "bootstrap-4.0.0-alpha.6/scss/progress";
 @import "bootstrap-4.0.0-alpha.6/scss/media";
 @import "bootstrap-4.0.0-alpha.6/scss/list-group";
 // Utility classes
 @import "bootstrap-4.0.0-alpha.6/scss/utilities";
 
+// Lightbox
+@import "photoswipe/main";
+@import "photoswipe/default-skin/default-skin";
+
+// Donation Box
+@import "_donation";
 
 body {
        min-height: 100vh;
@@ -95,6 +101,18 @@ body {
        border-color: $blue-700;
 }
 
+.blue_grey_300 {
+       color: $blue_grey_300;
+}
+
+.bg-blue-grey-900 {
+       background-color: $blue-grey-900;
+}
+
+.bg-blue-grey-50 {
+       background-color: $blue-grey-50;
+}
+
 // Images
 img {
        &.img-fluid {