Commit 1d49c923 by Brian Talbot

making step__status elements' visual width equal in all cases

parent fd1aa8da
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -247,8 +247,10 @@ ...@@ -247,8 +247,10 @@
// step status // step status
.step__status { .step__status {
display: block;
.step__status__value { .step__status__value {
display: block;
border-radius: ($baseline-v/10); border-radius: ($baseline-v/10);
padding: ($baseline-v/4) ($baseline-h/4); padding: ($baseline-v/4) ($baseline-h/4);
background: $color-decorative-tertiary; background: $color-decorative-tertiary;
...@@ -274,7 +276,7 @@ ...@@ -274,7 +276,7 @@
@include span-columns(2 of 6); @include span-columns(2 of 6);
@include omega(); @include omega();
position: relative; position: relative;
top: -8px; top: -12px;
text-align: right; text-align: right;
} }
...@@ -282,7 +284,7 @@ ...@@ -282,7 +284,7 @@
@include span-columns(3 of 12); @include span-columns(3 of 12);
@include omega(); @include omega();
position: relative; position: relative;
top:-8px; top:-12px;
text-align: right; text-align: right;
} }
...@@ -290,7 +292,7 @@ ...@@ -290,7 +292,7 @@
@include span-columns(3 of 12); @include span-columns(3 of 12);
@include omega(); @include omega();
position: relative; position: relative;
top: -8px; top: -12px;
text-align: right; text-align: right;
} }
......
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