From 59c9ee85404a341b100fbe4bb15b4b5cd5530ddb Mon Sep 17 00:00:00 2001 From: balzack Date: Sun, 8 Sep 2024 10:06:39 -0700 Subject: [PATCH] styling identity --- app/client/web/src/identity/Identity.module.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/client/web/src/identity/Identity.module.css b/app/client/web/src/identity/Identity.module.css index ea5727d2..700645a8 100644 --- a/app/client/web/src/identity/Identity.module.css +++ b/app/client/web/src/identity/Identity.module.css @@ -17,15 +17,22 @@ padding-left: 8px; padding-right: 8px; - .image { - width: 48px; - height: 48px; + &:hover { + .icon { + color: var(--mantine-color-dbgreen-1); + height: 48px; + } } .icon { width: 32px; } + .image { + width: 48px; + height: 48px; + } + .text { flex-grow: 1; display: flex;