mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Fix step vertical bars slight misalignment
This commit is contained in:
parent
50e0fcb7e9
commit
bac70c667f
@ -6151,7 +6151,7 @@ body {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 230px;
|
width: 230px;
|
||||||
top: 97px; }
|
top: 95px; }
|
||||||
.step-border[disabled], [disabled].step-border-left, [disabled].step-border-right {
|
.step-border[disabled], [disabled].step-border-left, [disabled].step-border-right {
|
||||||
background-color: #787c7f; }
|
background-color: #787c7f; }
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ body {
|
|||||||
background-color: $text-color;
|
background-color: $text-color;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 230px;
|
width: 230px;
|
||||||
top: 97px;
|
top: 95px;
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
background-color: $color-disabled;
|
background-color: $color-disabled;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user