Skip to content

Commit

Permalink
a4-polls: style editpoll checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
hom3mad3 authored and goapunk committed Dec 11, 2024
1 parent 3c5ecf4 commit 9f5f6df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,21 @@
color: $text-color-gray;
}

.editpoll__questions-options__form-check {
display: flex;
align-items: center;

input {
margin: 0 0.5em 0 0;
}
}

.editpoll__btns--question {
display: flex;
flex-flow: column wrap;
}


@media (min-width: $breakpoint-md) {
.editpoll__btns--question {
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
@import "icons/style";

@import "components/a4-comments";
@import "components/a4-editpoll";
@import "components/a4-termsofuse";
@import "components/action";
@import "components/accordion";
Expand All @@ -85,7 +86,6 @@
@import "components/document";
@import "components/donation_banner";
@import "components/dropdown";
@import "components/editpoll";
@import "components/filter";
@import "components/footer";
@import "components/follow";
Expand Down

0 comments on commit 9f5f6df

Please sign in to comment.