Skip to content

Commit

Permalink
Merge pull request #260 from mayadata-io/stepper
Browse files Browse the repository at this point in the history
Stepper changes
  • Loading branch information
Vishnu Attur authored Jan 4, 2021
2 parents 285ecdb + 7a2c595 commit c14311a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scss/product/components/stepper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.stepper-step-error {

.stepper-step_mark__line {
background-color: $gray-100;
background-color: $gray-400;
}

.circle {
Expand Down Expand Up @@ -64,11 +64,11 @@
.stepper-step-unvisited {

.stepper-step_mark__circle {
background-color: $gray-100;
background-color: $gray-400;
}

.stepper-step_mark__line {
background-color: $gray-100;
background-color: $gray-400;
}
.circle-active {
border: none;
Expand All @@ -83,15 +83,15 @@
}

.stepper-step_mark__line {
background-color: $gray-100;
background-color: $gray-400;
height: 6px;
width: -webkit-fill-available;
width: -moz-available;
margin-top: 16px;
margin-top: 20px;
}

.circle {
background-color: $gray-100;
background-color: $gray-400;
border-radius: 50%;
margin: 8px 0;
height: 24px;
Expand Down

0 comments on commit c14311a

Please sign in to comment.