]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: remove duplicate position:absolute in progress-bar 11597/head
authorDaniel Ruf <daniel.ruf@ueberbit.de>
Mon, 19 Nov 2018 08:09:06 +0000 (09:09 +0100)
committerDaniel Ruf <daniel.ruf@ueberbit.de>
Mon, 19 Nov 2018 08:09:06 +0000 (09:09 +0100)
scss/components/_progress-bar.scss

index 342cfe6cbc29be5ca836a1a4090c73475932508d..7de5f8706e80b2d2abb0bec2d1ddb0324af9ecad 100644 (file)
@@ -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;