|
@@ -52,28 +52,28 @@ const menus: Array<MenuScroll> = [
|
|
|
const stickyMenuActions: Array<ActionMenuItem> = [
|
|
const stickyMenuActions: Array<ActionMenuItem> = [
|
|
|
{
|
|
{
|
|
|
type: ActionMenuItemType.FOLLOW_LINK,
|
|
type: ActionMenuItemType.FOLLOW_LINK,
|
|
|
- bgColor: "blue-square",
|
|
|
|
|
|
|
+ color: "primary",
|
|
|
icon: "fa-regular fa-comments icon",
|
|
icon: "fa-regular fa-comments icon",
|
|
|
text: "Nous contacter",
|
|
text: "Nous contacter",
|
|
|
url: "/nous-contacter",
|
|
url: "/nous-contacter",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
type: ActionMenuItemType.FOLLOW_LINK,
|
|
type: ActionMenuItemType.FOLLOW_LINK,
|
|
|
- bgColor: "blue-square",
|
|
|
|
|
|
|
+ color: "primary",
|
|
|
icon: "fa-solid fa-circle-info icon",
|
|
icon: "fa-solid fa-circle-info icon",
|
|
|
text: "Demander une demo",
|
|
text: "Demander une demo",
|
|
|
url: "/nous-contacter",
|
|
url: "/nous-contacter",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
type: ActionMenuItemType.FOLLOW_LINK,
|
|
type: ActionMenuItemType.FOLLOW_LINK,
|
|
|
- bgColor: "blue-square",
|
|
|
|
|
|
|
+ color: "primary",
|
|
|
icon: "fa-brands fa-readme icon",
|
|
icon: "fa-brands fa-readme icon",
|
|
|
text: "Brochure",
|
|
text: "Brochure",
|
|
|
url: "https://www.opentalent.fr/fileadmin/stockage/commercial/plaquettes_commerciales/De%CC%81pliant-school_23.pdf",
|
|
url: "https://www.opentalent.fr/fileadmin/stockage/commercial/plaquettes_commerciales/De%CC%81pliant-school_23.pdf",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
type: ActionMenuItemType.CALL_US,
|
|
type: ActionMenuItemType.CALL_US,
|
|
|
- bgColor: "darkblue-square",
|
|
|
|
|
|
|
+ color: "secondary",
|
|
|
icon: "fa-solid fa-phone icon",
|
|
icon: "fa-solid fa-phone icon",
|
|
|
text: "Nous Appeler",
|
|
text: "Nous Appeler",
|
|
|
},
|
|
},
|
|
@@ -88,5 +88,10 @@ const stickyMenuActions: Array<ActionMenuItem> = [
|
|
|
--on-primary-color: #0e2d32;
|
|
--on-primary-color: #0e2d32;
|
|
|
--primary-color-alt: #262626;
|
|
--primary-color-alt: #262626;
|
|
|
--on-primary-color-alt: #c3e5e7;
|
|
--on-primary-color-alt: #c3e5e7;
|
|
|
|
|
+
|
|
|
|
|
+ --action-menu-primary-color: #c3e5e7;
|
|
|
|
|
+ --action-menu-on-primary-color: #262626;
|
|
|
|
|
+ --action-menu-secondary-color: #0e2d32;
|
|
|
|
|
+ --action-menu-on-secondary-color: #ffffff;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|