Change forms
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 46s

This commit is contained in:
2024-03-29 21:13:14 +01:00
parent e6c792712e
commit 6227356074
7 changed files with 14 additions and 4 deletions

View File

@@ -102,4 +102,4 @@ Nos conseillers mobilité vous accompagnent tout au long de l'année pour suivre
{{% /column %}}
{{< /flex-row >}}
{{< kantree-form-inline "https://kantree.io/f/b776abd6-kit-go-s-abonner" "1400" >}}
{{< center >}}{{< link-button "https://n8n.coopgo.io/form/ee962eeb-529d-409a-ba3f-2c4d5741973b" "bg-primary white big p-15 m-30" >}}Contacter COOPGO{{< /link-button >}}{{< /center >}}

View File

@@ -102,4 +102,5 @@ Nos équipes vous accompagnent pour définir un projet de mobilité inclusive en
{{% /column %}}
{{< /flex-row >}}
{{< kantree-form-inline "https://kantree.io/f/b776abd6-kit-go-s-abonner" "1400" >}}
{{< center >}}{{< link-button "https://n8n.coopgo.io/form/24b57c28-989c-4704-b28e-46b6c59f3fcb" "bg-primary white big p-15 m-30" >}}Contacter COOPGO{{< /link-button >}}{{< /center >}}

View File

@@ -107,4 +107,4 @@ Nous vous accompagnons pour définir une stratégie territoriale de mobilité te
{{< /flex-row >}}
{{< kantree-form-inline "https://kantree.io/f/b776abd6-kit-go-s-abonner" "1400" >}}
{{< center >}}{{< link-button "https://n8n.coopgo.io/form/81520df4-3b3a-42f9-b9ad-fce4d42b277a" "bg-primary white big p-15 m-30" >}}Contacter COOPGO{{< /link-button >}}{{< /center >}}

View File

@@ -2510,6 +2510,9 @@ button:hover {
.small {
font-size: 0.8em; }
.big {
font-size: 1.2em; }
nav#navbar {
z-index: 100;
display: flex;

View File

@@ -167,3 +167,7 @@ $sides: (top, bottom, left, right);
.small {
font-size: 0.8em;
}
.big {
font-size: 1.2em;
}

View File

@@ -1 +1 @@
<div class="center-childs">{{.Inner}}</div>
<div class="center-childs" style="text-align: center;">{{.Inner}}</div>

View File

@@ -0,0 +1,2 @@
<a href="{{.Get 0}}"><button class="{{.Get 1}}">{{.Inner}}</button></a>