This commit is contained in:
2026-02-19 13:50:51 +01:00
parent a7ef53dd9c
commit 13c0051830
5 changed files with 186 additions and 7 deletions

View File

@@ -3690,6 +3690,19 @@ body.page-id-414 main .box-1 p {
letter-spacing: -0.32px; letter-spacing: -0.32px;
margin-bottom: 0.8em; margin-bottom: 0.8em;
} }
body.page-id-414 main .box-1 ol,
body.page-id-414 main .box-1 ul {
list-style: initial;
}
body.page-id-414 main .box-1 ol li,
body.page-id-414 main .box-1 ul li {
color: #232323;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}
body.page-id-473 main.kariera-page { body.page-id-473 main.kariera-page {
padding-top: 32px; padding-top: 32px;
@@ -4269,4 +4282,68 @@ body.single-kariera main.page-single-kariera article.kariera .entry-footer .entr
font-size: 16px; font-size: 16px;
line-height: 1; line-height: 1;
letter-spacing: -0.32px; letter-spacing: -0.32px;
}
body.page-id-526 main {
padding-top: 80px;
}
body.page-id-526 main .box-1 {
margin-bottom: 100px;
}
body.page-id-526 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-526 main .box-1 h1 {
font-size: 48px;
}
}
@media (max-width: 575px) {
body.page-id-526 main .box-1 h1 {
font-size: 40px;
}
}
body.page-id-526 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-526 main .box-1 h3 {
font-size: 22px;
}
}
@media (max-width: 575px) {
body.page-id-526 main .box-1 h3 {
font-size: 18px;
}
}
body.page-id-526 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-526 main .box-1 ol,
body.page-id-526 main .box-1 ul {
list-style: initial;
}
body.page-id-526 main .box-1 ol li,
body.page-id-526 main .box-1 ul li {
color: #232323;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}/*# sourceMappingURL=custom.css.map */ }/*# sourceMappingURL=custom.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -3398,6 +3398,20 @@ body.page-id-414 {
letter-spacing: -0.32px; letter-spacing: -0.32px;
margin-bottom: 0.8em; margin-bottom: 0.8em;
} }
ol,
ul {
list-style: initial;
li {
color: $cBlack;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}
}
} }
} }
} }
@@ -4006,3 +4020,58 @@ body.single-kariera {
} }
} }
} }
//* RODO
body.page-id-526 {
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;
}
ol,
ul {
list-style: initial;
li {
color: $cBlack;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.32px;
margin-bottom: 0.8em;
}
}
}
}
}

View File

@@ -59,12 +59,11 @@
<div class="row"> <div class="row">
<div class="col col-1"> <div class="col col-1">
<p><?php echo esc_html($footer['col_1']['title']); ?></p> <p><?php echo esc_html($footer['col_1']['title']); ?></p>
<a href="<?php echo esc_url($footer['col_1']['btn']['url']); ?>" target="<?php echo esc_attr($footer['col_1']['btn']['target'] ?: '_self'); ?>"> <?php foreach ($footer['col_1']['btns'] as $btn) : ?>
<?php echo esc_html($footer['col_1']['btn']['title']); ?> <a href="<?php echo esc_url($btn['btn']['url']); ?>" target="<?php echo esc_attr($btn['target'] ?: '_self'); ?>">
</a> <?php echo esc_html($btn['btn']['title']); ?>
<a href="<?php echo esc_url($footer['col_1']['btn_2']['url']); ?>" target="<?php echo esc_attr($footer['col_1']['btn_2']['target'] ?: '_self'); ?>"> </a>
<?php echo esc_html($footer['col_1']['btn_2']['title']); ?> <?php endforeach; ?>
</a>
</div> </div>
<div class="col col-2"> <div class="col col-2">
<ol> <ol>

View File

@@ -0,0 +1,34 @@
<?php
/**
* Page: RODO dla kandydatów
*/
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();