mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 10:46:31 +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;
|
||||
right: 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
|
||||
<span os-open-external="https://etcher.io?ref=etcher_offline_banner">
|
||||
<svg-icon paths="[ '../../assets/etcher.svg' ]"
|
||||
width="'150px'"
|
||||
width="'165px'"
|
||||
height="'auto'">
|
||||
</svg-icon>
|
||||
</span>
|
||||
@ -34,7 +34,7 @@
|
||||
</svg-icon>
|
||||
</span>
|
||||
<div class="section-footer">
|
||||
<span class="caption footer-right"
|
||||
<span class="caption caption-small footer-right"
|
||||
manifest-bind="version"
|
||||
os-open-external="https://github.com/resin-io/etcher/blob/master/CHANGELOG.md"></span>
|
||||
</div>
|
||||
|
@ -6696,6 +6696,10 @@ svg-icon > img[disabled] {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0; }
|
||||
.page-finish .fallback-banner .section-footer .footer-right {
|
||||
color: #7e8085;
|
||||
font-size: 12px;
|
||||
margin-right: 30px; }
|
||||
|
||||
.inline-flex {
|
||||
display: inline-flex; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user