From 2e9d1366e9889751638c1aed6ebc7d176d2c6035 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Fri, 29 Mar 2024 18:09:26 +0200 Subject: [PATCH] styling changes *annotations dialog --- .../annotation-dialog.component.html | 2 +- .../annotation-dialog.component.scss | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html b/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html index ad6152e96..75adb93b6 100644 --- a/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html +++ b/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html @@ -1,4 +1,4 @@ -
+
close diff --git a/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss b/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss index e999bab5a..165073eaa 100644 --- a/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss +++ b/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss @@ -4,12 +4,6 @@ $mat-card-header-size: 40px !default; border-radius: 8px; } -.form-container { - // width: 100%; - // min-height: 14rem; - // padding: 1rem 2rem 2rem 2rem; -} - .logo { width: 8.44rem; }