Skip to content

Commit

Permalink
align survey sections buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jun 5, 2024
1 parent f8f8b7b commit c9196c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions decidim-core/app/packs/stylesheets/decidim/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@

@media screen and (max-width: 577px) {
.layout-aside__ctas-buttons {
@apply fixed inset-x-0 bottom-0 z-30 flex flex-row-reverse items-center first:[&>button]:font-semibold first:[&>button]:text-lg justify-around bg-white gap-4 p-4 shadow-inner first:[&>*]:grow last:[&>*]:w-1/2 h-20 first:[&>button]:py-3;
@apply fixed inset-x-0 bottom-0 z-30 flex flex-row-reverse items-center last:[&>button]:font-semibold first:[&>button]:text-lg justify-around bg-white gap-4 p-4 shadow-inner first:[&>*]:grow last:[&>*]:w-1/2 h-20 first:[&>button]:py-3;

.meeting__aside-progress,
.proposals__aside-progress {
@apply flex flex-col-reverse;
}
}

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

0 comments on commit c9196c7

Please sign in to comment.