From 501943589f2b45d55f3e630e89cb1ed3d90b8bc7 Mon Sep 17 00:00:00 2001 From: 0xfff <0xfff@protonmail.com> Date: Wed, 28 Sep 2016 00:13:40 +0200 Subject: [PATCH] (Update) Participate: use info-grid --- participate/index.html | 133 ++++++++++++++++----------------------- src/scss/_info-grid.scss | 15 +++++ 2 files changed, 68 insertions(+), 80 deletions(-) diff --git a/participate/index.html b/participate/index.html index ada0d15..46ed5ee 100644 --- a/participate/index.html +++ b/participate/index.html @@ -6,86 +6,59 @@ description: pages.participate.description {% include hero/participate.html %} -
- - -
-
-
-
-

{% t pages.participate.masternode-heading %}

- {% tmd pages.participate.masternode-text %} + -
- -
-
-
-
- - -
-
-
-
- -
-
-

{% t pages.participate.mining-heading %}

- {% tmd pages.participate.mining-text %} +
+
+
+ dash-network +
+

Support The Network

+

Everyone can contribute to Dash

+
+
- {% t pages.participate.mining-btn %} -
-
-
-
- - -
-
-
-
-

{% t pages.participate.funding-heading %}

- {% tmd pages.participate.funding-text %} - {% t pages.participate.funding-btn %} -
-
- -
-
-
-
- - -
-
-
-
-
-

{% t pages.participate.integrate-heading %}

- {% tmd pages.participate.integrate-text %} - - {% t pages.participate.integrate-btn %} - {% t pages.participate.integrate-payment-processor-btn %} - {% t pages.participate.integrate-contact-btn %} -
-
-
-
- -
\ No newline at end of file +
+
+
+
+ + + + +
+
+
+
+ diff --git a/src/scss/_info-grid.scss b/src/scss/_info-grid.scss index c7d3ece..51cc42b 100644 --- a/src/scss/_info-grid.scss +++ b/src/scss/_info-grid.scss @@ -48,10 +48,25 @@ $m: 'info-grid'; margin-bottom: 0.5em; } &-link { + display: block; + margin-bottom: 0.25em; &::after { content: '→'; margin-left: 0.5em; } } } + + &--wide { + .#{$m}__item { + @extend .col-sm-5; + @extend .col-sm-offset-1; + } + } + + &--on-white { + .#{$m}__item-icon { + background-color: rgba($color-gray-light, 0.9); + } + } }