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 %}
|
{% include hero/currency.html %}
|
||||||
|
|
||||||
<div class="content page--currency">
|
<div class="content page page--currency">
|
||||||
|
|
||||||
<section id="section-exchanges">
|
<section class="section section--currency" id="section-exchanges">
|
||||||
<h2>{% t pages.currency.markets-heading %}</h2>
|
<h2 class="section__title">{% t pages.currency.markets-heading %}</h2>
|
||||||
<p>
|
<p class="section__lead">
|
||||||
Compare Sites
|
Compare Sites
|
||||||
</p>
|
</p>
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
|
@ -33,9 +33,9 @@ description: pages.currency.description
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="section-governance">
|
<section class="section section--currency" id="section-governance">
|
||||||
<h2>{% t pages.currency.governance-heading %}</h2>
|
<h2 class="section__title">{% t pages.currency.governance-heading %}</h2>
|
||||||
<p>
|
<p class="section__lead">
|
||||||
Governance Tools
|
Governance Tools
|
||||||
</p>
|
</p>
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
|
@ -61,10 +61,10 @@ description: pages.currency.description
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="section-network">
|
<section class="section section--currency" id="section-network">
|
||||||
<h2>{% t pages.currency.network-heading %}</h2>
|
<h2 class="section__title">{% t pages.currency.network-heading %}</h2>
|
||||||
|
|
||||||
<p>
|
<p class="section__lead">
|
||||||
Masternode Info
|
Masternode Info
|
||||||
</p>
|
</p>
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
|
@ -81,9 +81,9 @@ description: pages.currency.description
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="section-blockchain">
|
<section class="section section--currency" id="section-blockchain">
|
||||||
<h2>{% t pages.currency.blockchain-heading %}</h2>
|
<h2 class="section__title">{% t pages.currency.blockchain-heading %}</h2>
|
||||||
<p>
|
<p class="section__lead">
|
||||||
Block Explorers
|
Block Explorers
|
||||||
</p>
|
</p>
|
||||||
<div class="hero__buttons">
|
<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 {
|
&--post {
|
||||||
.#{$m} {
|
.#{$m} {
|
||||||
&__sidebar {
|
&__sidebar {
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
.page--currency > section {
|
.page--currency > section {
|
||||||
margin: 40px 0;
|
// margin: 40px 0;
|
||||||
|
}
|
||||||
|
.page--currency {
|
||||||
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page--currency table#budgets {
|
.page--currency table#budgets {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue