Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Makes download buttons bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed May 6, 2020
1 parent 771f06b commit 77119fb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion resources/static/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/static/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ a {
vertical-align: middle;

&.big {
height: 36px;
height: 60px;
}
}
}
Expand Down
28 changes: 15 additions & 13 deletions resources/templates/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,21 @@ <h2>Fund your Raiden Account with ETH</h2>
</div>

<div class="info-panel">
You need to download the Raiden Account&nbsp;
<a
href="{{ reverse_url('keystore', configuration_file.file_name, keystore) }}"
download
>
<img class="icon-link" src="{{ static_url('images/download.svg') }}" alt="Download link" />
</a>
<div>You need to download the Raiden Account<br>
<a
href="{{ reverse_url('keystore', configuration_file.file_name, keystore) }}"
download
>
<img class="icon-link big" src="{{ static_url('images/download.svg') }}" alt="Download link" />
</a>
</div>
<br>
<div id="no-web3">
You need MetaMask to proceed<br>
<a href="https://metamask.io/download.html" target="_blank">
<img class="icon-link big" src="{{ static_url('images/metamask.svg') }}" alt="Download MetaMask" />
</a>
</div>
</div>

<div class="action">
Expand All @@ -37,12 +45,6 @@ <h2>Fund your Raiden Account with ETH</h2>
>
Send {{ ethereum_required.formatted }}
</button>
<span id="no-web3">
You need MetaMask to proceed&nbsp;
<a href="https://metamask.io/download.html" target="_blank">
<img class="icon-link big" src="{{ static_url('images/metamask.svg') }}" alt="Download MetaMask" />
</a>
</span>
</div>
{% end %} {% block page_header_scripts %}
<script type="text/javascript">
Expand Down

0 comments on commit 77119fb

Please sign in to comment.