]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/style.scss
Bootstrap 4 migration: downloads.dev.ipfire.org
[people/shoehn/ipfire.org.git] / static / scss / style.scss
index 7cd5aec1c2390b054f013d68509f3476f075c9f6..cd5e508189ab2fa5bdcc37632e584df2ec7866c3 100644 (file)
@@ -20,7 +20,7 @@
 //@import "bootstrap-4.0.0-alpha.6/scss/images";
 // @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/tables";
 @import "bootstrap-4.0.0-alpha.6/scss/forms";
 @import "bootstrap-4.0.0-alpha.6/scss/buttons";
 
@@ -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";
@@ -101,6 +101,10 @@ body {
        border-color: $blue-700;
 }
 
+.blue_grey_300 {
+       color: $blue_grey_300;
+}
+
 .bg-blue-grey-900 {
        background-color: $blue-grey-900;
 }