Loading
Salesforce now sends email only from verified domains. Read More
Help Agent Performance DegradationRead More
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Customize SLDS Design Tokens in Omniscript (Managed Package)

          Customize SLDS Design Tokens in Omniscript (Managed Package)

          For the managed package runtime, modify the appearance of an Omniscript by overriding Salesforce's SLDS Design tokens. Omniscript elements use SLDS Design Tokens for styling. Override tokens that have global access to modify the appearance of your Omniscript.

          Managed Package app icon This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.

          Design Tokens are not supported in Safari browsers, the classic Omniscript designer, and Community pages.

          Required Versions

          Available beginning with Vlocity Insurance and Health Spring '20 and CME Fall '20.

          • View the Design Tokens that have global access.

          • Preview and inspect an Omniscript in a developer console to view the current tokens present in the Omniscript.

          1. In your Omniscript's Setup panel, click the Styling Options section or Lightning Design System Design Tokens section.
            image
          2. In the Lightning Design System Design Tokens field, enter tokens by applying these changes:
            1. Remove the dashes and apply camelcase to the token. For example, the token $spacing-xx-small must be $spacingXxSmall.

            2. Replace the token's $ symbol with --lwc-.

              --lwc-spacingXxSmall
            3. Set the token's value, and end the line for each token using a ;.

              --lwc-spacingXxSmall: 10rem; 
              --lwc-spacingSmall: 5rem;
              --lwc-spacingMedium: 2rem;
              image
           
          Loading
          Salesforce Help | Article