mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
Restored offline success-banner style
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
parent
a97205c9fc
commit
9b76abe2ed
@ -136,6 +136,12 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
|
.footer-right {
|
||||||
|
color: #7e8085;
|
||||||
|
font-size: 12px;
|
||||||
|
margin-right: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<div class="caption caption-big">Thanks for using
|
<div class="caption caption-big">Thanks for using
|
||||||
<span os-open-external="https://etcher.io?ref=etcher_offline_banner">
|
<span os-open-external="https://etcher.io?ref=etcher_offline_banner">
|
||||||
<svg-icon paths="[ '../../assets/etcher.svg' ]"
|
<svg-icon paths="[ '../../assets/etcher.svg' ]"
|
||||||
width="'150px'"
|
width="'165px'"
|
||||||
height="'auto'">
|
height="'auto'">
|
||||||
</svg-icon>
|
</svg-icon>
|
||||||
</span>
|
</span>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</svg-icon>
|
</svg-icon>
|
||||||
</span>
|
</span>
|
||||||
<div class="section-footer">
|
<div class="section-footer">
|
||||||
<span class="caption footer-right"
|
<span class="caption caption-small footer-right"
|
||||||
manifest-bind="version"
|
manifest-bind="version"
|
||||||
os-open-external="https://github.com/resin-io/etcher/blob/master/CHANGELOG.md"></span>
|
os-open-external="https://github.com/resin-io/etcher/blob/master/CHANGELOG.md"></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -6696,6 +6696,10 @@ svg-icon > img[disabled] {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0; }
|
bottom: 0; }
|
||||||
|
.page-finish .fallback-banner .section-footer .footer-right {
|
||||||
|
color: #7e8085;
|
||||||
|
font-size: 12px;
|
||||||
|
margin-right: 30px; }
|
||||||
|
|
||||||
.inline-flex {
|
.inline-flex {
|
||||||
display: inline-flex; }
|
display: inline-flex; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user