Skip to content

Commit

Permalink
Merge pull request #479 from maykinmedia/feature/1139-login-screen-va…
Browse files Browse the repository at this point in the history
…lidation-text

🎨 [#1139] login-screen validation-text
  • Loading branch information
alextreme authored Feb 21, 2023
2 parents 05237bf + 3b33097 commit dc2159c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/open_inwoner/scss/components/Form/Form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,19 @@
width: 100%;
}

/// Registration -start.

&__control > .label ul {
padding-left: var(--card-spacing);
}

&__control > .label ul *:not(.button) {
padding-right: var(--card-spacing);
width: fit-content;
}

/// Registration -end.

&__control > .label .material-icons-outlined {
pointer-events: none;
}
Expand Down

0 comments on commit dc2159c

Please sign in to comment.