Skip to content

Commit

Permalink
fix: ux labels and proposals card
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdeus committed Dec 17, 2024
1 parent e45e59b commit fd42909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion decidim-core/app/packs/stylesheets/decidim/_labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--warning: #ad4910;
--bg-warning: #ffeebd;

@apply bg-background text-gray-2 rounded inline-flex items-center gap-1 px-2 font-semibold text-sm;
@apply bg-background text-gray-2 rounded flex h-min items-center gap-1 px-2 py-1 font-semibold text-sm;

&.success {
@apply bg-[var(--bg-success)] text-[var(--success)];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@
}

&__grid-text-title {
@apply flex justify-between flex-row md:flex-col md:items-start lg:flex-row lg:items-center;

.label {
@apply md:mt-2;
}
@apply flex justify-between flex-row items-center md:flex-col md:items-start lg:flex-row lg:items-center;
}

&__list-metadata {
Expand Down

0 comments on commit fd42909

Please sign in to comment.