Customize themes for the Desktop Assistant application by applying available themes or modifying specific theme CSS variables to align with your organization's branding.
Procedimento
-
Navigate to .
-
Customize the Desktop Assistant theme.
Nota: Employee Center (EC) Theme is the default theme applied for Desktop Assistant.
| Method | Steps |
|---|
| Apply another available theme |
- In the Desktop Assistant form, select the Lookup using list icon
in the Theme field.
- On the Themes page, select a theme from the themes list.
The selected theme is updated in the Theme field of the Desktop Assistant form.
- Select Update.
|
| Customize the default theme by modifying specific CSS variables |
- In the Desktop Assistant form, select the Preview this record icon
near the Theme field.
- In the preview dialog box, select Open Record.
- In the CSS variables section, modify the predefined variables in one of the following ways:
- Direct value assignment: Assign values directly to the variables. For example,
$sp-space—xl: 4px;
- Indirect value assignment: Create a reference to an existing variable by assigning to a variable the value of another variable. For example,
$badge-color: $text-white;
- Using the ceil () function: Calculate a variable value and use the ceil () function to round up the value to the nearest whole number. For example,
ceil(($font-size-base * 1.125)) // 18px;
- Select Update.
|
| Customize a theme other than the default
theme |
- In the Desktop Assistant form, select the Lookup using list icon
in the Theme field.
- On the Themes page, select a theme from the themes list.
The selected theme is updated in the Theme field of the Desktop Assistant form.
- Select
the Preview this record icon
near the Theme field.
- In the preview dialog box, select Open Record.
- In the CSS variables section, modify the predefined variables in one of the following ways:
- Direct value assignment: Assign values directly to the variables. For example,
$sp-space—xl: 4px;
- Indirect value assignment: Create a reference to an existing variable by assigning to a variable the value of another variable. For example,
$badge-color: $text-white;
- Using the ceil () function: Calculate a variable value and use the ceil () function to round up the value to the nearest whole number. For example,
ceil(($font-size-base * 1.125)) // 18px;
- Select Update.
|