Skip to content

Commit

Permalink
[CPCN-430] & [CPCN-291]
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzSF committed Oct 26, 2023
1 parent 34efb4e commit b6a72e2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions server/theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@


/* COMPONENT: SIDENAV */
--sidenav-color-bg: hsl(0, 3%, 15%);
--sidenav-color-item-bg--active: hsl(356, 72%, 46%);
--sidenav-color-item-fg--active: hsla(0, 0%, 100%, 1);
--sidenav-color-badge-bg: hsla(0, 0%, 98%, 1);
--sidenav-color-badge-fg: hsl(356, 72%, 46%);
--sidenav-color-badge-active-outline: hsl(356, 72%, 46%);
--sidenav-color-bg: hsl(0, 3%, 15%);
--sidenav-color-item-bg--active: hsl(356, 72%, 46%);
--sidenav-color-item-fg--active: hsla(0, 0%, 100%, 1);
--sidenav-color-badge-bg: hsla(0, 0%, 98%, 1);
--sidenav-color-badge-bg--active: hsla(0, 0%, 98%, 1);
--sidenav-color-badge-fg: hsl(356, 72%, 46%);
--sidenav-color-badge-fg--active: hsl(356, 72%, 46%);

/* COMPONENT: BUTTONS */
/* // Primary */
Expand All @@ -77,6 +78,12 @@

/* COMPONENT: MAIN FOOTER */
--footer-size--height: 48px;

/* COMPONENT: ALERTIFY NOTIFIER */
--ajs-message-color-bg--success: hsl(0, 3%, 15%);

/* COMPONENT: SEARCH RESULT PANEL (Tags list) */
--search-result-tags-list-color-bg: var(--main-header-color-bg);
}

.navbar__logo img.navbar__logo-img--fr {
Expand Down

0 comments on commit b6a72e2

Please sign in to comment.