Customize themes for Desktop Assistant
Customize themes for the Desktop Assistant application by applying available themes or modifying specific theme CSS variables to align with your organization's branding.
Before you begin
Confirm that the DEX Desktop Assistant [sn_dex_desktop] application has been installed. For more information, see Install Application and Device Health and Download and install Desktop Assistant.
Role required: sn_dex_desktop.admin
Procedure
- Navigate to All > Desktop Assistant > Configuration > Application.
-
Customize the Desktop Assistant theme.
Note: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;
- Direct value assignment: Assign values directly to the variables. For example,
- 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;
- Direct value assignment: Assign values directly to the variables. For example,
- Select Update.
For more information, see Variables to customize a theme for Desktop Assistant.
- In the Desktop Assistant form, select the Lookup using list icon