This commit is contained in:
2025-09-29 15:46:12 +02:00
parent a60adef6e8
commit 8604599c46
7 changed files with 264 additions and 7 deletions

View File

@@ -654,8 +654,7 @@ footer#site-footer .footer-2 .row .col-1 {
flex-basis: 40%;
display: flex;
flex-direction: column;
justify-content: space-between;
row-gap: 20px;
row-gap: 10px;
}
footer#site-footer .footer-2 .row .col-1 p {
color: #ffffff;
@@ -664,6 +663,7 @@ footer#site-footer .footer-2 .row .col-1 p {
line-height: 1;
letter-spacing: -0.32px;
margin: 0;
flex: 1;
}
footer#site-footer .footer-2 .row .col-1 a {
color: #9e9e9e;
@@ -1714,7 +1714,6 @@ body.page-id-38 main .box-2 .row .col-2 .tiles {
}
body.page-id-38 main .box-2 .row .col-2 .tiles .tile {
flex-basis: 33.3333333333%;
padding-bottom: 230px;
}
@media (max-width: 991px) {
body.page-id-38 main .box-2 .row .col-2 .tiles .tile {
@@ -1748,6 +1747,7 @@ body.page-id-38 main .box-2 .row .col-2 .tiles .tile {
body.page-id-38 main .box-2 .row .col-2 .tiles .tile .tile-data {
position: relative;
padding-left: 48px;
padding-bottom: 230px;
}
@media (max-width: 991px) {
body.page-id-38 main .box-2 .row .col-2 .tiles .tile .tile-data {
@@ -3557,4 +3557,106 @@ body.single-post main.page-single-post article.post .entry-footer .entry-meta *
font-size: 16px;
line-height: 1;
letter-spacing: -0.32px;
}
body.page-id-3 main {
padding-top: 80px;
}
body.page-id-3 main .box-1 {
margin-bottom: 100px;
}
body.page-id-3 main .box-1 h1 {
color: #232323;
font-weight: 500;
font-size: 64px;
line-height: 120%;
letter-spacing: -1.4px;
}
@media (max-width: 991px) {
body.page-id-3 main .box-1 h1 {
font-size: 48px;
}
}
@media (max-width: 575px) {
body.page-id-3 main .box-1 h1 {
font-size: 40px;
}
}
body.page-id-3 main .box-1 h3 {
color: #232323;
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: -1.4px;
margin-bottom: 15px;
margin-top: 30px;
}
@media (max-width: 991px) {
body.page-id-3 main .box-1 h3 {
font-size: 22px;
}
}
@media (max-width: 575px) {
body.page-id-3 main .box-1 h3 {
font-size: 18px;
}
}
body.page-id-3 main .box-1 p {
color: #232323;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}
body.page-id-414 main {
padding-top: 80px;
}
body.page-id-414 main .box-1 {
margin-bottom: 100px;
}
body.page-id-414 main .box-1 h1 {
color: #232323;
font-weight: 500;
font-size: 64px;
line-height: 120%;
letter-spacing: -1.4px;
}
@media (max-width: 991px) {
body.page-id-414 main .box-1 h1 {
font-size: 48px;
}
}
@media (max-width: 575px) {
body.page-id-414 main .box-1 h1 {
font-size: 40px;
}
}
body.page-id-414 main .box-1 h3 {
color: #232323;
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: -1.4px;
margin-bottom: 15px;
margin-top: 30px;
}
@media (max-width: 991px) {
body.page-id-414 main .box-1 h3 {
font-size: 22px;
}
}
@media (max-width: 575px) {
body.page-id-414 main .box-1 h3 {
font-size: 18px;
}
}
body.page-id-414 main .box-1 p {
color: #232323;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}/*# sourceMappingURL=custom.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -646,8 +646,7 @@ footer#site-footer {
flex-basis: 40%;
display: flex;
flex-direction: column;
justify-content: space-between;
row-gap: 20px;
row-gap: 10px;
p {
color: $cWhite;
@@ -656,6 +655,7 @@ footer#site-footer {
line-height: 1;
letter-spacing: -0.32px;
margin: 0;
flex: 1;
}
a {
@@ -1451,7 +1451,6 @@ body.page-id-38 {
.tile {
flex-basis: calc(100% / 3);
padding-bottom: 230px;
@include respond-below(lg) {
padding-left: 20px;
@@ -1492,6 +1491,7 @@ body.page-id-38 {
.tile-data {
position: relative;
padding-left: 48px;
padding-bottom: 230px;
@include respond-below(lg) {
padding-left: 30px;
@@ -3304,3 +3304,85 @@ body.single-post {
}
}
}
//* Polityka prywatności
body.page-id-3 {
main {
padding-top: 80px;
.box-1 {
margin-bottom: 100px;
h1 {
@include h2($cBlack);
}
h3 {
color: $cBlack;
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: -1.4px;
margin-bottom: 15px;
margin-top: 30px;
@include respond-below(lg) {
font-size: 22px;
}
@include respond-below(sm) {
font-size: 18px;
}
}
p {
color: $cBlack;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}
}
}
}
//* RODO
body.page-id-414 {
main {
padding-top: 80px;
.box-1 {
margin-bottom: 100px;
h1 {
@include h2($cBlack);
}
h3 {
color: $cBlack;
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: -1.4px;
margin-bottom: 15px;
margin-top: 30px;
@include respond-below(lg) {
font-size: 22px;
}
@include respond-below(sm) {
font-size: 18px;
}
}
p {
color: $cBlack;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}
}
}
}

View File

@@ -57,6 +57,9 @@
<a href="<?php echo esc_url($footer['col_1']['btn']['url']); ?>" target="<?php echo esc_attr($footer['col_1']['btn']['target'] ?: '_self'); ?>">
<?php echo esc_html($footer['col_1']['btn']['title']); ?>
</a>
<a href="<?php echo esc_url($footer['col_1']['btn_2']['url']); ?>" target="<?php echo esc_attr($footer['col_1']['btn_2']['target'] ?: '_self'); ?>">
<?php echo esc_html($footer['col_1']['btn_2']['title']); ?>
</a>
</div>
<div class="col col-2">
<ol>

View File

@@ -0,0 +1,34 @@
<?php
/**
* Page: Polityka prywatności
*/
get_header();
?>
<main id="primary" class="site-main">
<div class="box-0">
<?php get_template_part('inc/breadcrumb');?>
</div>
<div class="box-1">
<div class="container">
<div class="row">
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'page' );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</div>
</div>
</div>
</main>
<?php
get_footer();

View File

@@ -0,0 +1,34 @@
<?php
/**
* Page: RODO
*/
get_header();
?>
<main id="primary" class="site-main">
<div class="box-0">
<?php get_template_part('inc/breadcrumb');?>
</div>
<div class="box-1">
<div class="container">
<div class="row">
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'page' );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</div>
</div>
</div>
</main>
<?php
get_footer();

View File

@@ -25,9 +25,11 @@
<div class="box-text">
<p><?php echo esc_html($box1['text']); ?></p>
</div>
<?php if($box1['btn']['title'] !== '') : ?>
<a class="btn_3" href="<?php echo esc_url($box1['btn']['url']); ?>" target="<?php echo esc_attr($box1['btn']['target'] ?: '_self'); ?>">
<?php echo esc_html($box1['btn']['title']); ?>
</a>
<?php endif; ?>
</div>
</div>
</div>