From c1b857e5e1d0251d60f61bd1fb8143af4365843e Mon Sep 17 00:00:00 2001 From: descamps <descamps@cines.fr> Date: Thu, 10 Jun 2021 11:26:31 +0200 Subject: [PATCH] =?UTF-8?q?KDE=20-=2010/06/2021=20-=20Mise=20=C3=A0=20jour?= =?UTF-8?q?=20du=20style=20de=20borderau=20pour=20la=20Notice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projects/pastis/src/app/notice/notice.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html b/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html index 2f91b983f..2655b4658 100644 --- a/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html +++ b/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html @@ -14,10 +14,10 @@ </button> </div> --> <!--Panel content separator--> - <div class="pastis-entete-1-separator"></div> +<!-- <div class="pastis-entete-1-separator"></div>--> <!--Text cotopntainer--> <div class="pastis-entete-1-text"> - <div class="pastis-entete-1-text-titre"><p class="text medium bold">{{keys[0]}}</p></div> + <div class="pastis-entete-1-text-titre">{{keys[0]}}</div> <div class="pastis-entete-1-text-body-1"> Créer et gérer un profil d'unité archivistique<mat-icon style="color: #474D4A" class="pastis-ico-arrow-right">arrow_right_alt</mat-icon> <span class="pastis-entete-1-text-body-2" *ngIf="notice">{{notice.Name}}</span> -- GitLab