From 5a231a749f3a4b4d174181a2f82358c3555d9d23 Mon Sep 17 00:00:00 2001 From: Nick Grosenbacher Date: Thu, 8 Feb 2024 11:59:36 -0500 Subject: [PATCH] SWC-6541 - Fix team manager badge positioning, remove styles that reference unused `.SRC-` classes --- src/main/webapp/sass/_core.scss | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/main/webapp/sass/_core.scss b/src/main/webapp/sass/_core.scss index aada861f34..a25b0b4c59 100644 --- a/src/main/webapp/sass/_core.scss +++ b/src/main/webapp/sass/_core.scss @@ -2605,12 +2605,6 @@ Looks for any child element under .modal-fullscreen that has a class that contai #body .inline-user-badge { display: inline-flex; - .SRC-userImgSmall, - .SRC-userImgMedium, - .SRC-userImgLarge, - .SRC-centerContentInline { - display: inline-flex; - } } /* seamless attribute is not yet supported on most browsers, so define the style here for all iframes with this attribute */ @@ -3397,10 +3391,6 @@ div.border { } .UserBadge { display: inline-flex; - .SRC-userImgSmall, - .SRC-userImgMedium { - padding: 0px; - } } } #body { @@ -3793,8 +3783,8 @@ div.border { } .TeamManagerBadge { + width: 100%; margin-left: 2px; - margin-right: 2px; padding-left: 15px; position: relative; z-index: 1;