diff --git a/scss/_progress.scss b/scss/_progress.scss index 779f9c9e00..5defdcbbe4 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -5,6 +5,7 @@ */ progress { + display: block; margin: $progress-margin; width: $progress-width; } diff --git a/scss/_variables.scss b/scss/_variables.scss index 63a1039f13..6cf606d8c4 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -423,7 +423,7 @@ $input-color-placeholder: lighten($dark, 40%) !default; // ------------------------------- $progress-width: 100% !default; -$progress-margin: 15px 0 !default; +$progress-margin: 15px auto !default; // Toggle