Restored offline success-banner style

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-12-28 15:33:32 +01:00
parent a97205c9fc
commit 9b76abe2ed
3 changed files with 12 additions and 2 deletions

View File

@ -136,6 +136,12 @@
position: absolute;
right: 0;
bottom: 0;
.footer-right {
color: #7e8085;
font-size: 12px;
margin-right: 30px;
}
}
}

View File

@ -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>

View File

@ -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; }