Skip to content
Snippets Groups Projects
Commit dbbbf914 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2966 OZG-3177 Improve download button UI (2)

parent e260e9c3
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@
<ng-container *ngIf="postfachMailListStateResource.resource | hasLink: postfachMailListLinkRel.SEND_POSTFACH_MAIL; else noPostfach">
<goofy-client-postfach-mail-button-container [vorgang]="vorgang" data-test-id="postfach-mail-button-container"></goofy-client-postfach-mail-button-container>
</ng-container>
<ng-template #noPostfach>
<span class="no-postfach-text" data-test-id="no-postfach-text">Dieser Vorgang ist nicht mit einem Postfach verknüpft.</span>
</ng-template>
......@@ -54,9 +54,6 @@ h3 {
.nachrichten-header {
border-top: 1px solid rgba(0, 0, 0, 0.08);
margin-top: 16px;
}
.nachrichten-header {
padding-top: 16px;
display: flex;
width: 100%;
......
......@@ -21,8 +21,3 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
:host {
display: block;
margin: 16px 24px;
}
\ No newline at end of file
......@@ -66,3 +66,8 @@
}
}
}
goofy-client-postfach-mail-pdf-button-container {
display: block;
margin: 16px 24px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment