From c8604faa7a7ab4221d78e14b17bba92d587b3eec Mon Sep 17 00:00:00 2001 From: jakubmudra <194-parbamine@users.noreply.gitlab> Date: Sun, 16 May 2021 12:56:12 +0000 Subject: [PATCH] Update lead-banner-pirati-stan.mustache --- .../13-lead-banner/lead-banner-pirati-stan.mustache | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_patterns/02-organisms/13-lead-banner/lead-banner-pirati-stan.mustache b/source/_patterns/02-organisms/13-lead-banner/lead-banner-pirati-stan.mustache index db7737e..a911cfe 100644 --- a/source/_patterns/02-organisms/13-lead-banner/lead-banner-pirati-stan.mustache +++ b/source/_patterns/02-organisms/13-lead-banner/lead-banner-pirati-stan.mustache @@ -9,9 +9,10 @@ {{/ programAppLink}} {{# homepage}} <div> - <p class="head-alt-lg text-white mb-4">Volební program</p> - {{> atoms-icon-button(icon: "ico--chevron-right", bodyClasses: "bg-white text-black py-5 px-12 hover:text-white hover:bg-black hover:border-black", iconClasses: "px-5 bg-white text-black", classes: "bg-white text-black btn--hoveractive border mr-6 mt-5 bg-white" )}} - {{> atoms-icon-button(icon: "ico--chevron-right", bodyClasses: "bg-transparent text-white py-5 px-12 hover:text-black hover:bg-white", iconClasses: "bg-transparent text-white px-5 border-white", classes: "btn--hoveractive border border-white mt-5 bg-transparent" )}} + <p class="head-alt-lg text-white mb-4">ZOBRAZTE SI, CO VÁS ZAJÍMÁ +Z VOLEBNÍHO PROGRAMU</p> + {{> atoms-icon-button(icon: "ico--chevron-right", bodyClasses: "bg-white text-black py-5 px-12 hover:text-white hover:bg-black hover:border-black", iconClasses: "px-5 bg-white text-black", classes: "bg-white text-black btn--hoveractive border mr-6 mt-5 bg-white", cta: "Ukažte mi program přesně pro mě" )}} + {{> atoms-icon-button(icon: "ico--chevron-right", bodyClasses: "bg-transparent text-white py-5 px-12 hover:text-black hover:bg-white", iconClasses: "bg-transparent text-white px-5 border-white", classes: "btn--hoveractive border border-white mt-5 bg-transparent", cta: "Chci vidět celý váš program" )}} <p class="mt-5 text-white">Aplikace vám vyselektuje programové <br>body vám na míru</p> </div> {{/ homepage}} @@ -25,4 +26,4 @@ </div> {{/ email}} </div> -</div> \ No newline at end of file +</div> -- GitLab