- 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 {
|
||||
|
||||
Reference in New Issue
Block a user