From 6f226d6da6edb85fe1df67812feca5da1af962ee Mon Sep 17 00:00:00 2001 From: Lucas Lara Date: Mon, 20 Jan 2025 13:51:09 +0100 Subject: [PATCH] Update padding and margin in group component styles; adjust icon placement in no clients message --- ogWebconsole/src/app/components/groups/groups.component.css | 3 ++- ogWebconsole/src/app/components/groups/groups.component.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ogWebconsole/src/app/components/groups/groups.component.css b/ogWebconsole/src/app/components/groups/groups.component.css index 1acd52d..a5a5994 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.css +++ b/ogWebconsole/src/app/components/groups/groups.component.css @@ -534,7 +534,7 @@ button[mat-raised-button] { .clients-title-name { font-size: x-large; display: block; - padding: 1rem 1rem 1rem 15px; + padding: 1rem 1rem 1rem 16px; } .no-clients-info { @@ -542,4 +542,5 @@ button[mat-raised-button] { align-items: center; gap: 10px; margin-top: 1.5rem; + margin-left: 16px; } \ No newline at end of file diff --git a/ogWebconsole/src/app/components/groups/groups.component.html b/ogWebconsole/src/app/components/groups/groups.component.html index acb8172..ff58ad6 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.html +++ b/ogWebconsole/src/app/components/groups/groups.component.html @@ -299,8 +299,8 @@
- error_outline {{ 'noClients' | translate }} + error_outline