Auth0 Product Style Guide. Use from our CDN!
We encourage to use our CDN resource, but if you want to extend you can use either Component(1) or Bower for that. Instructions below.
Just add this in your project's HTML and you are done.
<link href="https://cdn.auth0.com/styleguide/latest/index.css" rel="stylesheet" />If you require any other asset listed under the lib folder, you can follow a simple rule:
Add
https://cdn.auth0.com/styleguide/latest/to the asset path, like below.
<!-- I need the logo under `lib/logos/img/badge.png` -->
<img src="https://cdn.auth0.com/styleguide/latest/lib/logos/img/badge.png">Component usage is only recomended when you plan on extending base colors or mixins.
Bower usage is only recomended when you plan on extending base colors or mixins.
All the logos and branding are Auth0's property.
