mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
[Update] Currency: Update Styling
This commit is contained in:
parent
c2fdbc7e7e
commit
cf63db5f9a
3 changed files with 31 additions and 14 deletions
|
@ -6,11 +6,11 @@ description: pages.currency.description
|
|||
|
||||
{% include hero/currency.html %}
|
||||
|
||||
<div class="content page--currency">
|
||||
<div class="content page page--currency">
|
||||
|
||||
<section id="section-exchanges">
|
||||
<h2>{% t pages.currency.markets-heading %}</h2>
|
||||
<p>
|
||||
<section class="section section--currency" id="section-exchanges">
|
||||
<h2 class="section__title">{% t pages.currency.markets-heading %}</h2>
|
||||
<p class="section__lead">
|
||||
Compare Sites
|
||||
</p>
|
||||
<div class="hero__buttons">
|
||||
|
@ -33,9 +33,9 @@ description: pages.currency.description
|
|||
</table>
|
||||
</section>
|
||||
|
||||
<section id="section-governance">
|
||||
<h2>{% t pages.currency.governance-heading %}</h2>
|
||||
<p>
|
||||
<section class="section section--currency" id="section-governance">
|
||||
<h2 class="section__title">{% t pages.currency.governance-heading %}</h2>
|
||||
<p class="section__lead">
|
||||
Governance Tools
|
||||
</p>
|
||||
<div class="hero__buttons">
|
||||
|
@ -61,10 +61,10 @@ description: pages.currency.description
|
|||
</table>
|
||||
</section>
|
||||
|
||||
<section id="section-network">
|
||||
<h2>{% t pages.currency.network-heading %}</h2>
|
||||
<section class="section section--currency" id="section-network">
|
||||
<h2 class="section__title">{% t pages.currency.network-heading %}</h2>
|
||||
|
||||
<p>
|
||||
<p class="section__lead">
|
||||
Masternode Info
|
||||
</p>
|
||||
<div class="hero__buttons">
|
||||
|
@ -81,9 +81,9 @@ description: pages.currency.description
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section id="section-blockchain">
|
||||
<h2>{% t pages.currency.blockchain-heading %}</h2>
|
||||
<p>
|
||||
<section class="section section--currency" id="section-blockchain">
|
||||
<h2 class="section__title">{% t pages.currency.blockchain-heading %}</h2>
|
||||
<p class="section__lead">
|
||||
Block Explorers
|
||||
</p>
|
||||
<div class="hero__buttons">
|
||||
|
|
|
@ -108,6 +108,20 @@ $m: 'section';
|
|||
}
|
||||
}
|
||||
|
||||
&--currency {
|
||||
.#{$m} {
|
||||
&__title {
|
||||
@include font-title-xlarge();
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
&__lead {
|
||||
@include font-lead();
|
||||
color: $color-gray-dark;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&--post {
|
||||
.#{$m} {
|
||||
&__sidebar {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.page--currency > section {
|
||||
margin: 40px 0;
|
||||
// margin: 40px 0;
|
||||
}
|
||||
.page--currency {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.page--currency table#budgets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue