You can easily customize the appearance of your Universal Auth UI components by targeting their CSS class names. All Universal components include class names starting with the universal- prefix to make styling simple and predictable.Documentation Index
Fetch the complete documentation index at: https://rollout.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
How to Style Components
- Inspect the Element: In your browser, right-click the Auth UI component you want to style and select Inspect.
- Find the Class Name: Look for a class name that starts with universal-.
- Write Your Styles: In your CSS, target this class name and add your custom styles.