Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Your company might have a css that represents the corporate identity - or you may have other sources of reusable css styles that you want to include with minimal effort. Here is what you have to do to use corporate css files to drive the look and feel of your experiences:
- Add the corporate css file (e.g. company.css) to your resources
- In Application styles add the following at the beginning (before any other css style entry:
@import url(#{$resources}/Uploaded/company.css);
With the following content in company.css:
And this label definition:
Produces this outcome (you see it in the editor as well as in the preview):
Gotcha!