Skip to content
Snippets Groups Projects
Commit ec013ead authored by jakubmudra's avatar jakubmudra
Browse files

edit

parents b35dcb83 edfc4e93
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,10 @@ ...@@ -9,9 +9,10 @@
{{/ programAppLink}} {{/ programAppLink}}
{{# homepage}} {{# homepage}}
<div> <div>
<p class="head-alt-lg text-white mb-4">Volební program</p> <p class="head-alt-lg text-white mb-4">ZOBRAZTE SI, CO VÁS ZAJÍMÁ
{{> 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" )}} Z VOLEBNÍHO PROGRAMU</p>
{{> 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" )}} {{> 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> <p class="mt-5 text-white">Aplikace vám vyselektuje programové <br>body vám na míru</p>
</div> </div>
{{/ homepage}} {{/ homepage}}
...@@ -25,4 +26,4 @@ ...@@ -25,4 +26,4 @@
</div> </div>
{{/ email}} {{/ email}}
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -6,7 +6,11 @@ ...@@ -6,7 +6,11 @@
position: relative; position: relative;
} }
.lead-collector-body-app:before { .lead-collector-body-app:before {
<<<<<<< HEAD
background-image: linear-gradient(180deg, #ff000000, black), url('../images/program-app-bg-full.png'); background-image: linear-gradient(180deg, #ff000000, black), url('../images/program-app-bg-full.png');
=======
background-image: linear-gradient(179deg, #ff000000, black), url('../images/program-app-bg-full.png');
>>>>>>> edfc4e93730045d15d00becd33d905a10cf95c25
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
content: ""; content: "";
...@@ -17,6 +21,10 @@ ...@@ -17,6 +21,10 @@
@media only screen and (max-width: 1100px) { @media only screen and (max-width: 1100px) {
.lead-collector-body-app:before { .lead-collector-body-app:before {
<<<<<<< HEAD
background-image: linear-gradient(180deg, #ff000000, black), url('../images/program-app-bg-mobile.png'); background-image: linear-gradient(180deg, #ff000000, black), url('../images/program-app-bg-mobile.png');
=======
background-image: linear-gradient(179deg, #ff000000, black), url('../images/program-app-bg-mobile.png');
>>>>>>> edfc4e93730045d15d00becd33d905a10cf95c25
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment