Commit 95c15c14 by Brian Talbot

reducing visual weight of step__counter border in step UI

parent aa38e1db
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
counter-increment: item; counter-increment: item;
margin-right: $spacing-delta; margin-right: $spacing-delta;
border-radius: ($baseline-v/10); border-radius: ($baseline-v/10);
border: 1px solid $heading-color; border: 1px solid rgba($heading-color, 0.5);
padding: $spacing-delta $spacing-charlie; padding: $spacing-delta $spacing-charlie;
} }
} }
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
} }
.step__counter:before { .step__counter:before {
border-right-color: $color-focused; border-color: rgba($color-focused, 0.5);
} }
.step__status__value { .step__status__value {
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
&.is--complete, &.is--submitted { &.is--complete, &.is--submitted {
.step__counter:before { .step__counter:before {
border-color: $color-complete; border-color: rgba($color-complete, 0.5);
color: $color-complete; color: $color-complete;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment