hide nav on similar cases page

This commit is contained in:
Tykayn 2025-09-24 11:40:51 +02:00 committed by tykayn
parent 669b82aeea
commit facbbee251
13 changed files with 89 additions and 17 deletions

View file

@ -45,7 +45,7 @@
}
@if (appState?.dicaReference) {
<div class="dica-ref-container">
<div class="ref-container">
<div class="label">
Référence de DICA:
@ -56,6 +56,19 @@
</div>
</div>
}
@if (appState?.refusalNotice?.length) {
<div class="ref-container">
<div class="label">
Notice de refus:
</div>
<div class="ref">
{{ appState.refusalNotice }}
<app-copy [textToCopy]="appState.refusalNoticeURL"></app-copy>
</div>
</div>
}
</div>

View file

@ -14,7 +14,8 @@
align-items: center;
.dica-ref-container {
.ref-container {
margin-top: 8px;
display: flex;
flex-direction: row;
align-items: center;