Merge pull request #3 from resin-io/jviotti/fix/step-border-alignment

Fix step border alignment when on third step
This commit is contained in:
Juan Cruz Viotti 2015-10-29 12:24:44 -04:00
commit adfde329bb
2 changed files with 2 additions and 2 deletions

View File

@ -5985,7 +5985,7 @@ body {
background-color: white;
position: absolute;
width: 230px;
top: 55%; }
top: 97px; }
.step-border[disabled], [disabled].step-border-left, [disabled].step-border-right {
background-color: #787c7f; }

View File

@ -99,7 +99,7 @@ body {
background-color: $text-color;
position: absolute;
width: 230px;
top: 55%;
top: 97px;
&[disabled] {
background-color: $color-disabled;