]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove superfluous CSS
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jul 2018 21:34:12 +0000 (22:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jul 2018 21:34:12 +0000 (22:34 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 56f292732dbf00e3e14b2853bfa1579c9af9eb0a..180327ebdf41735d2c539fb8515aa5056a527e78 100644 (file)
 // Donation Box
 @import "_donation";
 
-body {
-       min-height: 100vh;
-       display: flex;
-       flex-direction: column;
-}
-
-.container {
-       width: 100%;
-       max-width: 1200px;
-       flex: 1;
-}
-
 // Custom stuff
 @import '_fonts';
 @import '_buttons';
 @import '_icons';
 
-
-// Colors
-.amber-800 {
-       color: $amber-800;
-       border-color: $amber-800;
-}
-
-.green-600 {
-       color: $green-600;
-       border-color: $green-600;
-}
-
-.red-900 {
-       color: $red_900;
-       border-color: $red_900;
-}
-
-.blue-700{
-       color: $blue-700;
-       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 {
-               width: 100%;
-               max-width: 100%;
-               height: auto;
-       }
-}
-
-
 footer {
        .btn-toolbar .icon {
                height: 2.25rem;