Change forms
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 46s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 46s
This commit is contained in:
@@ -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 >}}
|
||||
|
||||
@@ -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 >}}
|
||||
@@ -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 >}}
|
||||
|
||||
@@ -2510,6 +2510,9 @@ button:hover {
|
||||
.small {
|
||||
font-size: 0.8em; }
|
||||
|
||||
.big {
|
||||
font-size: 1.2em; }
|
||||
|
||||
nav#navbar {
|
||||
z-index: 100;
|
||||
display: flex;
|
||||
|
||||
@@ -167,3 +167,7 @@ $sides: (top, bottom, left, right);
|
||||
.small {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.big {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<div class="center-childs">{{.Inner}}</div>
|
||||
<div class="center-childs" style="text-align: center;">{{.Inner}}</div>
|
||||
|
||||
2
themes/coopgo-theme/layouts/shortcodes/link-button.html
Normal file
2
themes/coopgo-theme/layouts/shortcodes/link-button.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<a href="{{.Get 0}}"><button class="{{.Get 1}}">{{.Inner}}</button></a>
|
||||
|
||||
Reference in New Issue
Block a user