mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
minifix: add spacing to drive warning icon (#2169)
Change-Type: patch Changelog-Entry: Add spacing to the drive warning icon.
This commit is contained in:
parent
42f522532e
commit
99f819dfbf
@ -99,6 +99,10 @@ svg-icon > img[disabled] {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.page-main .step-drive.glyphicon {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.page-main .glyphicon {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
@ -110,6 +114,7 @@ svg-icon > img[disabled] {
|
||||
}
|
||||
|
||||
.page-main .step-size {
|
||||
margin-right: 4.5px;
|
||||
color: $palette-theme-dark-disabled-foreground;
|
||||
}
|
||||
|
||||
|
@ -6565,6 +6565,9 @@ svg-icon > img[disabled] {
|
||||
border-radius: 0;
|
||||
padding: 0; }
|
||||
|
||||
.page-main .step-drive.glyphicon, .page-main .step-drive.tick {
|
||||
margin-top: 1px; }
|
||||
|
||||
.page-main .glyphicon, .page-main .tick {
|
||||
vertical-align: text-top; }
|
||||
|
||||
@ -6574,6 +6577,7 @@ svg-icon > img[disabled] {
|
||||
color: #fff; }
|
||||
|
||||
.page-main .step-size {
|
||||
margin-right: 4.5px;
|
||||
color: #787c7f; }
|
||||
|
||||
.target-status-wrap {
|
||||
|
Loading…
x
Reference in New Issue
Block a user