From: Michael Tremer Date: Thu, 12 Jul 2018 21:34:12 +0000 (+0100) Subject: Remove superfluous CSS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e5e9cc5ba5976c60df7fc9cc48bd8a00245924d;p=ipfire.org.git Remove superfluous CSS Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 56f29273..180327eb 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -53,67 +53,11 @@ // 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;