diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index b7b64411..ab116363 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -1,52 +1,25 @@
-
+
Card image cap
{{ org.name }}
- - - -
@@ -54,39 +27,16 @@
{{ org.name }}

- - -
diff --git a/frontend/src/app/organization/organization.component.html b/frontend/src/app/organization/organization.component.html index 7b3e30a2..205b02fc 100644 --- a/frontend/src/app/organization/organization.component.html +++ b/frontend/src/app/organization/organization.component.html @@ -9,19 +9,12 @@

The organization {{ org?.name }} does not have any
{{ asset.name }}
- -
@@ -32,12 +25,8 @@
{{ asset.name }}
-
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 0ae5bd88..ad1c5ed5 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -45,3 +45,7 @@ body { .ng-invalid:not(form) { border-left: 5px solid #ae0a0a; /* red */ } + +.card { + margin-top: 10px; +}