mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #97 from resin-io/feat/86/format-explanation
Add image format footer explanation
This commit is contained in:
commit
ffbccc5aec
@ -5993,3 +5993,6 @@ body {
|
||||
margin-bottom: -40px;
|
||||
color: #85898c;
|
||||
font-size: 12px; }
|
||||
|
||||
.tiny {
|
||||
font-size: 10px; }
|
||||
|
@ -32,6 +32,8 @@
|
||||
<div ng-show="app.selection.hasImage()">
|
||||
<span ng-bind="app.selection.getImage() | basename"></span>
|
||||
</div>
|
||||
|
||||
<p class="step-footer tiny">*supported files: .img, .iso</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -151,3 +151,7 @@ body {
|
||||
color: lighten($color-disabled, 5%);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.tiny {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 118 KiB |
Loading…
x
Reference in New Issue
Block a user