[Update] Currency: Update Styling

This commit is contained in:
0xfff 2016-11-14 00:38:26 +01:00
parent c2fdbc7e7e
commit cf63db5f9a
3 changed files with 31 additions and 14 deletions

View file

@ -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">

View file

@ -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 {

View file

@ -1,5 +1,8 @@
.page--currency > section {
margin: 40px 0;
// margin: 40px 0;
}
.page--currency {
margin-top: 40px;
}
.page--currency table#budgets {