dquote> - updated registartion page, added gdpr and marketing checkboxes;

dquote> - fixed number input;
dquote> - updated latest submissions table component;
This commit is contained in:
Vitalii Kiiko
2024-10-07 11:06:35 +02:00
parent c687bec8d5
commit ad42ed6326
9 changed files with 254 additions and 78 deletions

View File

@@ -9,12 +9,20 @@
flex-direction: column;
align-items: center;
width: 100%;
max-width: 540px;
max-width: 600px;
padding: 24px;
.appForm {
width: 100%;
}
.p-panel-content {
font-size: 14px;
.appForm__col {
gap: 1em;
}
}
}
.appPageLogin__spidBtn.appPageLogin__spidBtn {
@@ -37,4 +45,18 @@
font-weight: 600;
line-height: 15px;
}
}
.reverseSwitchField {
gap: 1em;
.appForm__field.switch {
width: auto;
> .appForm__row {
display: flex;
justify-content: flex-end;
flex-direction: row-reverse;
}
}
}

View File

@@ -91,7 +91,7 @@
padding: 0.5rem;
}
.p-message-detail, .p-progressbar-label {
.p-message-detail.p-message-detail, .p-progressbar-label.p-progressbar-label {
color: white;
}