Skip to content
Snippets Groups Projects
Commit 2cd56971 authored by Albert Bruns's avatar Albert Bruns
Browse files

OZG-7474 7697 buttons verschieben

parent b273a45b
No related branches found
No related tags found
1 merge request!49Ozg 7474 weiterleiten button
......@@ -41,10 +41,10 @@
[stateResource]="commandStateResource$ | async"
data-test-id="abschliessen-button"
text="Abschließen"
variant="outline"
variant="primary"
(clickEmitter)="abschliessen()"
>
<ods-check-icon icon />
<ods-check-icon icon class="fill-white" />
</ods-button-with-spinner>
}
}
......@@ -41,10 +41,10 @@
[stateResource]="commandStateResource$ | async"
data-test-id="bearbeiten-button"
text="Bearbeiten"
variant="outline"
variant="primary"
(clickEmitter)="bearbeiten()"
>
<ods-edit-icon icon />
<ods-edit-icon icon class="fill-white"/>
</ods-button-with-spinner>
}
}
......@@ -40,10 +40,10 @@
[stateResource]="commandStateResource$ | async"
(clickEmitter)="bescheiden()"
[text]="buttonText"
variant="outline"
variant="primary"
data-test-id="bescheiden-button"
>
<ods-stamp-icon icon class="fill-primary" size="medium" />
<ods-stamp-icon icon class="fill-white" size="medium" />
</ods-button-with-spinner>
}
}
......@@ -35,8 +35,11 @@
data-test-id="vorgang-detail-header"
></alfa-vorgang-detail-header>
<div class="section one-column">
<alfa-vorgang-detail-formular-daten [vorgangWithEingang]="vorgangResource"></alfa-vorgang-detail-formular-daten>
<alfa-vorgang-detail-formular-buttons [vorgangWithEingang]="vorgangResource" />
<alfa-vorgang-detail-formular-daten [vorgangWithEingang]="vorgangResource" />
<div *ngIf="vorgangResource | hasLink: vorgangWithEingangLinkRel.BESCHEIDE">
<ozgcloud-expansion-panel headline="Bescheid" data-test-id="bescheid-expansion-panel">
......@@ -44,8 +47,6 @@
</alfa-bescheid-list-in-vorgang-container>
</ozgcloud-expansion-panel>
</div>
<alfa-vorgang-detail-formular-buttons [vorgangWithEingang]="vorgangResource"></alfa-vorgang-detail-formular-buttons>
</div>
<div class="section one-column" *ngIf="vorgangResource | hasLink: vorgangWithEingangLinkRel.COLLABORATIONS">
......
......@@ -27,7 +27,7 @@ import { Component, Input } from '@angular/core';
@Component({
selector: 'alfa-vorgang-detail-formular-buttons',
templateUrl: './vorgang-detail-formular-buttons.component.html',
styles: [':host {@apply ml-12 flex gap-4}'],
styles: [':host {@apply ml-14 flex gap-4 mb-6}'],
})
export class VorgangDetailFormularButtonsComponent {
@Input() vorgangWithEingang: VorgangWithEingangResource;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment