From 7e84ed0138babc552529a0a175375934e9caf78c Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Fri, 29 Mar 2024 18:08:43 +0200 Subject: [PATCH] styling changes *annotations dialog --- .../annotation-dialog.component.html | 6 ++++-- .../annotation-dialog.component.scss | 8 ++++---- 2 files changed, 8 insertions(+), 6 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 3137400d4..ad6152e96 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,9 +1,11 @@ -
+
close
+
+
@@ -179,4 +181,4 @@
-
\ No newline at end of file + 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 7b6aa9a15..e999bab5a 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 @@ -5,9 +5,9 @@ $mat-card-header-size: 40px !default; } .form-container { - width: 100%; - min-height: 14rem; - padding: 1rem 2rem 2rem 2rem; + // width: 100%; + // min-height: 14rem; + // padding: 1rem 2rem 2rem 2rem; } .logo { @@ -77,7 +77,7 @@ $mat-card-header-size: 40px !default; display: inline-block; width: 40px; height: 40px; - padding: 7px; + padding: 12px; text-align: center; }