dquote> - updated registartion page, added gdpr and marketing checkboxes;
dquote> - fixed number input; dquote> - updated latest submissions table component;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user