]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/style.scss
new donation page with basic styling.
[people/shoehn/ipfire.org.git] / static / scss / style.scss
index 037ede6e454ba459dcd62f612b23a2c97088b0e6..7cd5aec1c2390b054f013d68509f3476f075c9f6 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
@@ -57,6 +57,9 @@
 @import "photoswipe/main";
 @import "photoswipe/default-skin/default-skin";
 
+// Donation Box
+@import "_donation";
+
 body {
        min-height: 100vh;
        display: flex;
@@ -98,6 +101,14 @@ body {
        border-color: $blue-700;
 }
 
+.bg-blue-grey-900 {
+       background-color: $blue-grey-900;
+}
+
+.bg-blue-grey-50 {
+       background-color: $blue-grey-50;
+}
+
 // Images
 img {
        &.img-fluid {