fixed get-dash page

This commit is contained in:
VitaliyTr 2017-03-13 23:35:49 +07:00
parent 7d0078a11d
commit 09e38e71d9
4 changed files with 75 additions and 21 deletions

View file

@ -663,6 +663,8 @@ pages:
spend-btn: Spend Dash spend-btn: Spend Dash
trade-btn: Trade Dash trade-btn: Trade Dash
otc-heading: Over the counter
integrate-btn: Integrate Dash integrate-btn: Integrate Dash
full-list-btn: Full Exchanges List full-list-btn: Full Exchanges List

View file

@ -1,4 +1,4 @@
<div class="hero hero--light" id="hero"> <div class="hero" id="hero">
<div class="hero__background"> <div class="hero__background">
{% capture heroimage %}hero/{% t pages.get-dash.hero-image %}{% endcapture %} {% capture heroimage %}hero/{% t pages.get-dash.hero-image %}{% endcapture %}
{% srcset hero/get-dash-n.jpg ppi:1,2 class="hero__background-image" %} {% srcset hero/get-dash-n.jpg ppi:1,2 class="hero__background-image" %}
@ -8,7 +8,7 @@
</div> </div>
<!-- Navigation --> <!-- Navigation -->
{% include nav-desktop.html logo-color='black' %} {% include nav-desktop.html %}
<!-- Hero content --> <!-- Hero content -->
@ -27,5 +27,5 @@
</div> </div>
<!-- Hero stripe --> <!-- Hero stripe -->
<div class="hero__stripe hero__stripe--grey-blue"></div> <div class="hero__stripe"></div>
</div> </div>

File diff suppressed because one or more lines are too long

View file

@ -229,6 +229,12 @@ $homeSectionPaddingTop: 80px;
background: linear-gradient(to top, white 50%, rgba(white, 0)); background: linear-gradient(to top, white 50%, rgba(white, 0));
pointer-events: none; pointer-events: none;
} }
&--short{
height: 80px;
&:after {
background: none;
}
}
h3 { h3 {
font-size: 18px; font-size: 18px;
color: $color-blue; color: $color-blue;