-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Rebranding #3788
[Feature] Rebranding #3788
Conversation
… feature/rebranding-logos
public/styles/component.scss
Outdated
} | ||
|
||
.euiCard .euiCard__top .euiIcon--app .euiIcon__fillSecondary{ | ||
fill: #256BD1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: This style could be affecting some components of Kibana apart from the Wazuh app. We should restrict this to the Wazuh app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: Was the secondary color changed? In this comment, the color seems to be #3585F9
. Could we be sure that color we should apply?
… selected theme - Apply brand images depending on app configuration with custom (no themes) or default (with themes) - Changed default values of `customization` app setting to empty. - customization.logo.app - customization.logo.sidebar - customization.logo.healthcheck - customization.logo.reports - Moved the app screenshots images to `screenshots` directory - Organize the default assets in the next structure: - fonts - images - icons: moved the icons (office365 and gmail) - themes: moved the default brand images. Added images for dark theme. - Moved some values to `contants.ts` file - Created functions related to the assets that create the path of them
…anagement directory - Add logos (line art) for Docker, GitHub, Google Cloud, Office 365 as ReactJS components - Replaced logos for Docker, GitHub, Google Cloud and Office 365 in `Management directory` - Add app styles for `light` and `dark` theme. - Created mixin to apply the brand color in `light` and `dark` themes. - Centralized the brand colors using SCSS variables - Changed some styles in the health check - Apply `primary` color for icons in the app menu
6df9d59
to
73faef4
Compare
Changes
Screenshots
|
Hi team, in this PR I merged, the work done by @yenienserrano in the PR. Changes are for version 4.3
Closes #3575