mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
change progress to be display: block, margin: 15px auto
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
progress {
|
||||
display: block;
|
||||
margin: $progress-margin;
|
||||
width: $progress-width;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user