bbcodrin 54380fd693 [ADF-3237] Change and remove form from a task (#3597)
* button added for task standalone

* rebase fixed

* review fix

* test added & fixes

* refresh task details

* change and remove form added

* localize & documentation work

* tests added

* tests fixes

* tests fixes
2018-08-14 15:42:25 +01:00

18 lines
312 B
SCSS

.adf-attach-form {
.mat-form-field {
width: 100%;
}
&-row {
display: flex;
justify-content: space-between;
margin: 20px 0;
}
.adf-no-form-mat-card-actions {
justify-content: space-between;
margin-top: 30px;
text-align: right;
}
}