mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
fixed payment page
This commit is contained in:
parent
46ee7c61d3
commit
941c114562
4 changed files with 16 additions and 12 deletions
|
@ -552,7 +552,8 @@ pages:
|
|||
modal-core-masternode-value: 0.12.1.2
|
||||
modal-core-pool-text: Pool Operators
|
||||
modal-core-pool-value: 0.12.1.2
|
||||
|
||||
disclaimer-text: >
|
||||
DISCLAIMER: This list is provided for informational purposes only. Services listed here have not been evaluated or endorsed by the Dash developers and no guarantees are made as to the accuracy of this information. Please exercise discretion when using third-party services.
|
||||
|
||||
contact:
|
||||
title: Contact Dash
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<div class="hero hero--space" id="hero">
|
||||
|
||||
<div class="hero__background">
|
||||
|
||||
<img src="{{ base }}/assets/img/hero/expecto_patronum.png" alt="" class="hero__background-image">
|
||||
|
||||
{% srcset hero/expecto_patronum.png ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
|
|
|
@ -29,11 +29,9 @@ description: pages.payments.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section clearfix">
|
||||
<div class="section__content" style="background-color: #fff7af; width: 97%; margin: auto; padding: 10px 15px;">
|
||||
<p>
|
||||
DISCLAIMER: This list is provided for informational purposes only. Services listed here have not been evaluated or endorsed by the Dash developers and no guarantees are made as to the accuracy of this information. Please exercise discretion when using third-party services.
|
||||
</p>
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<p class="warning-bg">{% t pages.payments.disclaimer-text %}</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -495,3 +495,7 @@ a.blog_link {
|
|||
z-index: -1;
|
||||
}
|
||||
}
|
||||
.warning-bg{
|
||||
background-color: #fff7af;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue