mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* button added for task standalone * attach form component added * slide-toggle position fixed * tests added * rebase fixed * review fix * test added & fixes * tests fixes * refresh task details * tests fixed * attachFormToATask test added * formPreview test fixed * adf-form test fixed
18 lines
307 B
SCSS
18 lines
307 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: flex-end;
|
|
margin-top: 30px;
|
|
text-align: right;
|
|
}
|
|
}
|