From 242f8102a35f6472a6568b694c29071632f6161c Mon Sep 17 00:00:00 2001 From: kikito Date: Mon, 28 Nov 2016 12:59:23 +0100 Subject: [PATCH] moves styles inside participation.scss --- app/assets/stylesheets/participation.scss | 59 +++++++++++------------ 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 3e3e13323..4f203044c 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -982,36 +982,6 @@ } } -// 07. Proposals successfull -// ------------------------- - -.dark-heading { - background: #2D3E50; - color: white; - - @include breakpoint(medium) { - padding-bottom: $line-height; - } - - p { - margin-bottom: 0; - - &.title { - color: #FFD200; - } - } - - .info { - background: #314253; - padding-top: $line-height; - - @include breakpoint(medium) { - border-top: rem-calc(6) solid #FFD200; - } - } -} - - .big-number { color: $budget; font-size: rem-calc(60); @@ -1140,6 +1110,35 @@ ul.ballot-list { } } +// 07. Proposals successfull +// ------------------------- + +.dark-heading { + background: #2D3E50; + color: white; + + @include breakpoint(medium) { + padding-bottom: $line-height; + } + + p { + margin-bottom: 0; + + &.title { + color: #FFD200; + } + } + + .info { + background: #314253; + padding-top: $line-height; + + @include breakpoint(medium) { + border-top: rem-calc(6) solid #FFD200; + } + } +} + .featured-proposals-ballot-banner { background: #2D3E50 image-url("ballot_tiny.gif") no-repeat; background-position: 75% 0;