diff --git a/app/assets/stylesheets/budgets/ballot/show.scss b/app/assets/stylesheets/budgets/ballot/show.scss new file mode 100644 index 000000000..472070c81 --- /dev/null +++ b/app/assets/stylesheets/budgets/ballot/show.scss @@ -0,0 +1,8 @@ +.budget-ballot-show { + + > header { + @extend %budget-header; + @include grid-column-gutter; + padding-bottom: $line-height; + } +} diff --git a/app/assets/stylesheets/budgets/groups/show.scss b/app/assets/stylesheets/budgets/groups/show.scss new file mode 100644 index 000000000..f337ec2e2 --- /dev/null +++ b/app/assets/stylesheets/budgets/groups/show.scss @@ -0,0 +1,7 @@ +.budget-group-show { + + > header { + @extend %budget-header; + @include grid-column-gutter; + } +} diff --git a/app/assets/stylesheets/budgets/index.scss b/app/assets/stylesheets/budgets/index.scss new file mode 100644 index 000000000..29e76fc71 --- /dev/null +++ b/app/assets/stylesheets/budgets/index.scss @@ -0,0 +1,8 @@ +.budgets-index { + + > header { + @extend %budget-header; + @include grid-column-gutter; + margin-bottom: $line-height; + } +} diff --git a/app/assets/stylesheets/mixins/budgets.scss b/app/assets/stylesheets/mixins/budgets.scss index 32ab8c285..60de96b53 100644 --- a/app/assets/stylesheets/mixins/budgets.scss +++ b/app/assets/stylesheets/mixins/budgets.scss @@ -7,7 +7,7 @@ h1 { font-size: rem-calc(60); - padding: $line-height * 2 0 $line-height; + padding: $line-height 0; } h1, diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 79358f267..e36986a15 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1108,6 +1108,10 @@ background-size: cover; } + h1 { + padding-top: $line-height * 2; + } + .budget-title { font-weight: bold; text-transform: uppercase; diff --git a/app/views/budgets/ballot/_ballot.html.erb b/app/views/budgets/ballot/_ballot.html.erb index 13d9eac88..54d7a0358 100644 --- a/app/views/budgets/ballot/_ballot.html.erb +++ b/app/views/budgets/ballot/_ballot.html.erb @@ -1,20 +1,18 @@ -
- <%= t("budgets.ballots.show.voted_info") %> -
-
<%= t("budgets.ballots.show.voted_info_2") %>
-+ <%= t("budgets.ballots.show.voted_info") %> +
+
<%= t("budgets.ballots.show.voted_info_2") %>