Skip to content
Snippets Groups Projects
Commit 31b017f0 authored by OndraPetrzilka's avatar OndraPetrzilka
Browse files

Merge branch 'feature/pirati-cz' into feature/pirati-cz-ondra

parents 3d14bf11 91616ba0
Branches
No related tags found
3 merge requests!607Pirati.cz,!584Feature/pirati cz ondra,!575Feature/pirati cz
Pipeline #9337 passed
<div class="footer-section section-clip bg-cover bg-no-repeat flex" <div class="footer-section section-clip bg-cover bg-no-repeat flex"
style="background-image: url('https://images.pexels.com/photos/3073681/pexels-photo-3073681.jpeg')"> style="background-image: url('https://images.pexels.com/photos/3073681/pexels-photo-3073681.jpeg')">
<div class="flex items-center w-full"> <div class="grid-container items-center px-4">
<div class="grid-container"> <div class="grid-full flex flex-col">
<div class="flex flex-col items-end grid-left mb-4"> <div class="flex space-x-3 mb-4">
<i class="ico--anchor text-9xl mb-4 w-3/4"></i> <i class="ico--anchor text-7xl xl:text-9xl mb-4 xl:w-1/4"></i>
<span class="font-bold uppercase w-3/4"> <h5 class="uppercase mt-4 head-alt-md xl:head-alt-lg">Odebírej náš <br> newsletter</h5>
</div>
<div class="flex xl:space-x-3 flex-wrap flex-col xl:flex-row">
<span class="uppercase text-sm xl:text-base font-bold mb-2 xl:w-1/4">
Fake news tam nenajdeš, ale dozvíš se co chystáme doopravdy! Fake news tam nenajdeš, ale dozvíš se co chystáme doopravdy!
</span> </span>
</div> <div class="">
<div class="grid-content-with-right-side">
<h5 class="head-alt-md my-4 uppercase w-3/4 md:head-alt-lg">
Odebírej náš newsletter
</h5>
<div class="w-3/4">
{{> atoms-form-input(placeholder: "Tvůj email", classes: "mb-3 w-full") }} {{> atoms-form-input(placeholder: "Tvůj email", classes: "mb-3 w-full") }}
{{> atoms-form-checkbox(label: "Souhlasím se zpracováním osobních údajů", classes: "mb-3") }} {{> atoms-form-checkbox(label: "Souhlasím se zpracováním osobních údajů", classes: "mb-3") }}
{{> atoms-button-animated(btn-text: "Odebírat") }} {{> atoms-button-animated(btn-text: "Odebírat") }}
......
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
} }
.grid-full { .grid-full {
grid-column-start: left-side;; grid-column: left-side / right-side;
grid-column-end: right-side; grid-row: left-side / right-side;
} }
.grid-left-side { .grid-left-side {
......
.footer-section { .footer-section {
height: 981px; height: 450px;
} }
.person-box-medium { .person-box-medium {
...@@ -29,5 +29,8 @@ ...@@ -29,5 +29,8 @@
.simple-header-height { .simple-header-height {
height: 26rem; height: 26rem;
} }
.footer-section {
height: 981px;
}
} }
} }
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
} }
label { label {
@apply max-w-lg leading-tight uppercase; @apply max-w-lg leading-tight uppercase font-medium text-sm xl:text-base;
} }
&:after { &:after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment