From e3df29de03dfb386c7ddfd611d26fceca35fd4d4 Mon Sep 17 00:00:00 2001 From: Sameera Damith Date: Tue, 10 Dec 2024 13:39:14 +0530 Subject: [PATCH] Update mat-card components --- .../introduction/introduction.component.html | 12 ++++++------ .../introduction/introduction.component.scss | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/modules/edc-demo/components/introduction/introduction.component.html b/src/modules/edc-demo/components/introduction/introduction.component.html index c44b09d4e..a7757ec6a 100644 --- a/src/modules/edc-demo/components/introduction/introduction.component.html +++ b/src/modules/edc-demo/components/introduction/introduction.component.html @@ -1,7 +1,7 @@
-

Eclipse Dataspace Connector

-
+

Eclipse Dataspace Connector

+

The Eclipse Dataspace Connector provides a framework for sovereign, inter-organizational data exchange. It implements the International Data Spaces standard (IDS) as well as relevant protocols associated with GAIA-X. @@ -26,12 +26,12 @@

Eclipse Dataspace Connector

Onboarding Guide

-
+
-

EDC Data Dashboard (this application)

-
+

EDC Data Dashboard (this application)

+

This EDC Data Dashboard is a developer UI for the EDC Management API. This application is not intended for production usage and can be used to showcase EDC from a technical perspective, as the UI @@ -58,6 +58,6 @@

EDC Data Dashboard (this application)

  • View and create policies and apply these to assets in your Dataspace using the Policies page
  • Publish a new asset into your Dataspace using the Contract Definitions page
  • -
    +
    diff --git a/src/modules/edc-demo/components/introduction/introduction.component.scss b/src/modules/edc-demo/components/introduction/introduction.component.scss index 7e54f9fe1..d16835552 100644 --- a/src/modules/edc-demo/components/introduction/introduction.component.scss +++ b/src/modules/edc-demo/components/introduction/introduction.component.scss @@ -4,8 +4,8 @@ } h1 { - margin-top: 20px; - margin-bottom: 10px; + margin-top: 10px; + margin-bottom: 0px; } .link { @@ -14,7 +14,6 @@ h1 { .description { text-align: justify; - padding-left: 20px; padding-right: 20px; }