Customize corporate style
To customize the colors of the GBC to align with your corporate branding, you can modify theme variables.
In this task you apply some customization to the user interface by modifying styles in the theme.scss.json file. For more information about this file, go to theme.scss.json file.
To apply corporate colors to the UI interface using theme variables, start by customizing the
main UI variables that dictate the overall appearance. Focus on the following variables:
Variable | Description |
---|---|
$ui-primary-color |
The primary brand color used throughout the interface. |
$ui-on-primary-color |
Color for text or icons that appear on top of the primary color. |
$ui-background-color |
The main background color of the UI. |
$ui-field-color |
Color for input fields and form elements. |
$ui-border-color |
Color for borders around UI elements. |
$ui-text-icon-color |
General color for text and icons across the interface. |
$ui-error-color |
Color used for displaying error messages. |
$ui-font-family |
Font family for standard text throughout the UI. |
$ui-font-family-monospace |
Font family for monospaced text, typically used in code displays. |
$ui-density |
Variable for UI density (will be implemented shortly). |
Steps to customize the UI's theme style
Refer to the other topics in this section on customization that provide procedures such as adding your company's logo and/or changing the favicon, and so on.