From 4fd436c3b378d4bc4bc1004ed6d277348953a6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Jamal=20Resende?= Date: Tue, 20 Jun 2017 13:51:37 -0300 Subject: [PATCH] fixed stepper icon --- src/components/mdStepper/mdStepper.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/mdStepper/mdStepper.scss b/src/components/mdStepper/mdStepper.scss index dd312a7..fa44132 100644 --- a/src/components/mdStepper/mdStepper.scss +++ b/src/components/mdStepper/mdStepper.scss @@ -25,7 +25,7 @@ display: inline-block; vertical-align: middle; } - + &.md-has-sub-message { padding: 15px 24px; @@ -52,7 +52,7 @@ display: inline-block; font-size: 12px; margin-right: 8px; - width: 24px; + width: 24px; span { display: block; @@ -64,7 +64,7 @@ .md-step-title { font-size: inherit; } - + &.md-disabled { cursor: default; pointer-events: none; @@ -85,7 +85,7 @@ height: 104px; min-height: 104px; } - + .md-steps-navigation-container { display: flex; justify-content: space-between; @@ -110,9 +110,9 @@ padding: 24px; } - .md-step-icon { - padding: 0; - } + // .md-step-icon { + // padding: 0; + // } .md-step-icons, .md-step-titles { display: block; @@ -131,7 +131,7 @@ overflow: hidden; position: relative; width: 100%; - + .md-steps-wrapper { bottom: 0; left: 0; @@ -170,7 +170,7 @@ &:not(:first-of-type) { .md-step-header { padding-top: 8px; - } + } } .md-step-content { @@ -187,4 +187,4 @@ } } } -} \ No newline at end of file +}