UI Builder: Theming Basics
Developing Creative Business Solutions On ServiceNow on CodeCreative | A ServiceNow Blog
·
Jul 14, 2021
·
article
Purpose: Description of how themes work in ServiceNow’s UI Builder Experiences Setting Theme CSS Custom Properties UI Builder Experiences use CSS Custom Properties, a feature that is native to modern browsers. In UI Builder, these CSS Custom Property values are controlled by the UX Theme record’s JSON value where each property in the JSON is used to set the CSS Custom Property in the page. Using a web inspector, CSS Custom Properties can be identified beinging with two dashes “–*”.
View original source
https://codecreative.io/notebook/ui-builder-theming-basics/