mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 06:06:33 +00:00
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:
commit
adfde329bb
@ -5985,7 +5985,7 @@ body {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 230px;
|
width: 230px;
|
||||||
top: 55%; }
|
top: 97px; }
|
||||||
.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; }
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ body {
|
|||||||
background-color: $text-color;
|
background-color: $text-color;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 230px;
|
width: 230px;
|
||||||
top: 55%;
|
top: 97px;
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
background-color: $color-disabled;
|
background-color: $color-disabled;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user