Skip to content

Commit

Permalink
remove extra-margin in budget view
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jun 11, 2024
1 parent c87a3af commit 6707ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion decidim-budgets/app/packs/stylesheets/budgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
}

.budget-summary__button-dropdown {
@apply col-span-12 mb-4 pb-4 text-secondary lg:hidden;
@apply col-span-12 text-secondary lg:hidden;

&_text {
@apply flex gap-4 justify-start;
Expand Down
2 changes: 1 addition & 1 deletion decidim-core/app/packs/stylesheets/decidim/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
}

.survey-section-buttons {
@apply flex-row last:[&>button]:font-semibold md:[&>button]:font-normal last:[&>button]:text-lg md:last:[&>button]:text-sm last:[&>button]:py-3 md:last:[&>button]:py-0;
@apply flex-row last:[&>button]:font-semibold md:[&>button]:font-normal last:[&>button]:text-lg md:last:[&>button]:text-sm md:first:[&>button]:text-sm last:[&>button]:py-3 md:last:[&>button]:py-1.5 md:first:[&>button]:py-1.5;
}

0 comments on commit 6707ea2

Please sign in to comment.