re-worked get-dash page

This commit is contained in:
VitaliyTr 2017-03-13 00:08:27 +07:00
parent 117f942e22
commit a2e7c279af
4 changed files with 89 additions and 79 deletions

View file

@ -657,10 +657,14 @@ pages:
hero-platform-not-detected: "We're sorry, but your platform could not be automatically detected. Please select \"All Wallets\" to find a compatible version." hero-platform-not-detected: "We're sorry, but your platform could not be automatically detected. Please select \"All Wallets\" to find a compatible version."
hero-download-btn: Download hero-download-btn: Download
hero-all-wallets-btn: All Wallets hero-all-wallets-btn: All Wallets
hero-guide-btn: Setup Guide
hero-buy-btn: Buy Dash guide-btn: Setup Guide
hero-spend-btn: Spend Dash buy-btn: Buy Dash
hero-trade-btn: Trade Dash spend-btn: Spend Dash
trade-btn: Trade Dash
integrate-btn: Integrate Dash
full-list-btn: Full Exchanges List
claim-heading: Buy, Sell, Exchange Dash claim-heading: Buy, Sell, Exchange Dash
claim-subline: Dash can be acquired, held and exchanged in many ways. claim-subline: Dash can be acquired, held and exchanged in many ways.

View file

@ -24,12 +24,6 @@
<a href="../wallets/" class="btn-large btn-white-solid">{% t pages.get-dash.hero-all-wallets-btn %}</a> <a href="../wallets/" class="btn-large btn-white-solid">{% t pages.get-dash.hero-all-wallets-btn %}</a>
</div> </div>
</section> </section>
<div class="hero__buttons">
<a href="#getdash-wallet-setup" class="btn-white-solid">{% t pages.get-dash.hero-guide-btn %}</a>
<a href="#getdash-buy" class="btn-white-solid">{% t pages.get-dash.hero-buy-btn %}</a>
<a href="#getdash-shop" class="btn-white-solid">{% t pages.get-dash.hero-spend-btn %}</a>
<a href="#getdash-trade" class="btn-white-solid">{% t pages.get-dash.hero-trade-btn %}</a>
</div>
</div> </div>
<!-- Hero stripe --> <!-- Hero stripe -->

File diff suppressed because one or more lines are too long

View file

@ -15,7 +15,7 @@ $m: 'page';
&--home { &--home {
} }
&--get-dash { &--get-dash {
background-color: $color-gray-light-blueish; background-color: $color-gray-light;
} }
&--participate { &--participate {
} }