3.2 Customizing CSS
Using custom styles in iframe
Most important CSS classes for customization
el-main
- This is the main element, wrapping everything inside of it, you can here for example change themax-width
parameterel-collapse-item
- This is the wrapper around groupsconnector-image
- The highlighted connectors have this classel-button--primary
- This is the primary buttonel-form-item__label
- This is the label inside the Connector Auth formauth-connector-img
- This is the Connector Auth image above the Connector Auth formdocs__container
- This is the container that contains the external and internal docs
You are of course not limited to these classes. You can prepare your customization in the best way by opening the embed without any customization first and then changing specific classes in your web browser's inspector.
Implementing the CSS for your Embed
Please provide your custom CSS to our support team and we will implement it for you. The File should be a .css file and e.g. look similar to this file
Last updated