Branding
BioT offers a few options to brand the Manufacturer and Organization portals.
Custom Logo
You can supply us a your custom logo. The logo should be in SVG format.
The logo will be embedded in to the different portals and appear in the login screen in the upper left corner:
And after login, in the upper right corner:
Theme Colors
BioT allows setting up the portal colors. There are 4 basic color topics:
Palette {
primary: ColorShades;
secondary: ColorShades;
error: ColorShades;
grayScale: ColorShades;
}
For each topic the following colors are available:
ColorShades {
darkest: string;
darker3: string;
darker2: string;
darker: string;
dark: string;
medium: string;
light: string;
lighter: string;
lightest: string;
}
A color is defined by a HEX color code. For example, the string #0A32E6
will produce some blue text.
Fonts
BioT allows to set custom fonts for the following UI elements:
Typography {
fontFamily: string;
h1: TypographySettings;
h2: TypographySettings;
h3: TypographySettings;
h4: TypographySettings;
h5: TypographySettings;
h6: TypographySettings;
h7: TypographySettings;
button: {
small: TypographySettings;
regular: TypographySettings;
big: TypographySettings;
};
link: {
regular: TypographySettings;
};
body1: TypographySettings;
body2: TypographySettings;
}
For each element the following font attributes can be customized:
TypographySettings {
font-size: string;
font-weight: string;
line-height: string;
letter-spacing: string;
}
Custom Messages
BioT allows to set custom messages in the different portals. For example the welcome message can be customized to welcome the user in to your custom organization portal:
Portal Customization
To customize any of these elements please contact us and let us know what elements would you like to customize in your portal. We will update you on how to send us the materials and will apply them for you.
Updated 20 days ago