From 71ef3602ae0aadd1bdd4382f5646bdaa34d0e106 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Mon, 17 May 2021 12:32:59 +0530 Subject: [PATCH] (feat) user profile card Signed-off-by: Muthu Kumar --- public/custom.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/public/custom.css b/public/custom.css index 0b75faf..f2c6db2 100644 --- a/public/custom.css +++ b/public/custom.css @@ -78,6 +78,31 @@ body .full.height { border: none !important; } +.user.profile .ui.card .profile-avatar-name { + margin-top: 3em; +} + +.user.profile .ui.card { + background: transparent; + border: none; +} + +.user.profile .ui.card > .extra { + border-top-color: transparent !important; +} + +.user.profile .ui.card .extra.content ul li { + border: none !important; +} + +.user-orgs { + margin-top: 1em !important; +} + +.user-orgs li { + width: auto; +} + .ui.green.button, .ui.green.buttons .button { background: var(--color-primary);