Settings
Customize your theme - UI
The Widget allows you to configure the theme of the user interface so that the styles are adjusted to the Partner’s brand style, and to the UX of its platform. The theme is set in the partner’s setting, and for this to be possible, the partner must send Ripio a CSS file with the variables corresponding to its brand style. Below is a template with the default values of the theme, it is recommended to copy and modify the necessary values: theme.css
Usage
The file with the theme can be assembled only with the values that need to be overwritten, the variables that are not overwritten will use the default value displayed in the template above.
Customize the typography
To use a font it is necessary to be able to import it from a static host and then modify the variable that ownsfont-family
.
Example:
- Font:
Monserrat
- Host:
https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap


Customize Buttons
In case we want to modify the styles of the buttons, only variables starting with--ripio-btn
modify the buttons.
Example:
Primary Button





