Skip to content

Commit

Permalink
Adjust budget category boxes (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu authored Apr 26, 2024
1 parent 1c24100 commit cdcfe4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
11 changes: 0 additions & 11 deletions app/cells/decidim/budget_category_voting/order_category/show.erbx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- insert_before 'div.budget-summary__total' -->
<div class="category-votes-summary" data-progress-reference data-safe-url="<%= budget_url(budget) %>">
<div class="row small-up-1 smallmedium-up-2 mediumlarge-up-3 large-up-4 card-grid budget-category-voting">
<div class="row small-up-2 mediumlarge-up-3 large-up-4 card-grid budget-category-voting">
<% current_order.categories.each do |category| %>
<%= cell category.card_class, category %>
<% end %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
text-decoration: underline;
padding-bottom: 1rem;
text-underline-offset: 5px;
@include breakpoint(small down){
font-size: 1.125em;
}
}

.assigned {
font-weight: 600;
@include breakpoint(small down){
font-size: 1em;
}
}

.criteria-not-met {
Expand Down

0 comments on commit cdcfe4f

Please sign in to comment.