Merge pull request #224 from resin-io/fix/step-bar-alignment

Fix step vertical bars slight misalignment
This commit is contained in:
Juan Cruz Viotti 2016-03-31 09:27:25 -04:00
commit 3a5310c317
2 changed files with 2 additions and 2 deletions

View File

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

View File

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