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

Merge branch 'master' of git.ozg-sh.de:mgm/goofy

parents 8e638de2 d4349f9e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
&:hover,
&:focus-within {
box-shadow: 0 0 4px rgba(#000, 0.32);
// TODO add Keyboard focus
}
::ng-deep {
......
......@@ -24,8 +24,9 @@
<div class="sticky-right">
<h3>Antragstellerdaten</h3>
<goofy-client-vorgang-detail-antragsteller *ngIf="vorgangResource.eingang.antragsteller as antragsteller" [antragsteller]="antragsteller" data-test-id="vorgang-detail-antragsteller"></goofy-client-vorgang-detail-antragsteller>
<div class="nachrichten">
<h3>Nachrichten</h3>
<goofy-client-postfach-mail-list-container *ngIf="vorgangResource | hasLink: linkRel.POSTFACH_MAILS" [vorgang]="vorgangResource" data-test-id="postfach-nachrichten-container-in-vorgang" class="scroll-area"></goofy-client-postfach-mail-list-container>
</div>
</div>
</ng-container>
......@@ -11,6 +11,7 @@
.container {
width: calc(100% - 300px);
border-right: 1px solid rgba(0, 0, 0, 0.08);
min-height: calc(100vh - 200px);
}
.sticky-right {
......@@ -58,3 +59,13 @@
margin-right: 8px;
}
}
h3 {
font-weight: 500;
}
.nachrichten {
border-top: 1px solid rgba(0, 0, 0, 0.08);
margin-top: 16px;
padding-top: 16px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment