- fixed styles for fileupload;
- fixed funcionality of form fields; - added 'submit question' functionality;
This commit is contained in:
@@ -49,12 +49,26 @@
|
||||
}
|
||||
|
||||
.appForm__fileUploadItem {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 0.5fr 0.5fr;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&:nth-of-type(2) {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&:nth-of-type(3) {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.appForm__fileUploadItemName {
|
||||
|
||||
color: var(--global-textColor);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.appForm__row {
|
||||
|
||||
@@ -83,6 +83,18 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.p-fileupload .p-fileupload-content {
|
||||
padding: 1rem 0.5rem;
|
||||
}
|
||||
|
||||
.p-fileupload .p-fileupload-row > div {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.p-message-detail {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.blockingOverlay {
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
|
||||
Reference in New Issue
Block a user