From: Daniel Ruf Date: Mon, 19 Nov 2018 08:09:06 +0000 (+0100) Subject: fix: remove duplicate position:absolute in progress-bar X-Git-Tag: v6.6.0~3^2~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11597%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: remove duplicate position:absolute in progress-bar --- diff --git a/scss/components/_progress-bar.scss b/scss/components/_progress-bar.scss index 342cfe6cb..7de5f8706 100644 --- a/scss/components/_progress-bar.scss +++ b/scss/components/_progress-bar.scss @@ -26,7 +26,6 @@ /// Adds styles for text in the progress meter. @mixin progress-meter-text { @include absolute-center; - position: absolute; margin: 0; font-size: 0.75rem; font-weight: bold;