diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 7e17cb531..944463b96 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2155,7 +2155,7 @@ table { } } - + .budget.expanded, + + .budget-header, + .jumbo { margin-top: 0; } diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 519cf6859..d6c688100 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1136,51 +1136,48 @@ // 06. Budgets // ----------- -.expanded { +.budget-header { + background: $budget; + margin-top: -$line-height; - &.budget { - background: $budget; - margin-top: -$line-height; + h1, + h2, + p, + a, + .back, + .icon-angle-left, + .description { + color: #fff; + } - h1, - h2, - p, - a, - .back, - .icon-angle-left, - .description { - color: #fff; + a { + text-decoration: underline; + } + + .callout { + + &.primary a { + color: $link; } + } - a { - text-decoration: underline; - } + .button { + background: #fff; + color: $budget; + text-decoration: none; + } - .callout { + .confirmed { + font-size: rem-calc(24); + font-weight: bold; + } - &.primary a { - color: $link; - } - } + .info { + background: #6a2a72; - .button { - background: #fff; - color: $budget; - text-decoration: none; - } - - .confirmed { - font-size: rem-calc(24); - font-weight: bold; - } - - .info { - background: #6a2a72; - - p { - margin-bottom: 0; - text-transform: uppercase; - } + p { + margin-bottom: 0; + text-transform: uppercase; } } } diff --git a/app/views/budgets/ballot/_ballot.html.erb b/app/views/budgets/ballot/_ballot.html.erb index e8e79300f..3c03f6363 100644 --- a/app/views/budgets/ballot/_ballot.html.erb +++ b/app/views/budgets/ballot/_ballot.html.erb @@ -1,4 +1,4 @@ -