Skip to content

Commit

Permalink
Enhance style of EIS badges on person canvas (CFM-417)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Jan 30, 2026
1 parent d2585be commit e4988db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2725,6 +2725,9 @@ html.dark-mode .btn-default:active {
.bg-secondary {
background-color: var(--cmg-color-btn-bg-003);
}
.badge-eis {
box-shadow: var(--cmg-color-shadow-01);
}
/* Bootstrap bg-outline */
.bg-outline-primary {
color: var(--cmg-color-link);
Expand Down
4 changes: 4 additions & 0 deletions app/webroot/css/co-color.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@

--cmg-color-highlight-017: #cee6f8; /* alert: info border color (blue) */
--cmg-color-highlight-018: yellow; /* autocomplete highlight for query text */

--cmg-color-shadow-01: 0px 0px 2px 0px rgba(13,69,115,0.6); /* RGBA box-shadow color based on --cmg-color-btn-bg-001 */

/* Fonts */
--cmg-font-regular: 'open_sansregular','Trebuchet MS',Arial,Helvetica,sans-serif;
Expand Down Expand Up @@ -172,6 +174,8 @@ html.dark-mode {
--cmg-color-highlight-017: #333; /* alert: info border color (blue) */
--cmg-color-highlight-018: #cc0; /* autocomplete highlight for query text */

--cmg-color-shadow-01: 0px 0px 2px 0px rgba(13,69,115,0.8); /* RGBA box-shadow color based on --cmg-color-btn-bg-001 */

/* Bootstrap Overrides for Dark Mode */
--bs-light-rgb: #151515;
}
Expand Down

0 comments on commit e4988db

Please sign in to comment.