Save
This commit is contained in:
@@ -3690,6 +3690,19 @@ body.page-id-414 main .box-1 p {
|
||||
letter-spacing: -0.32px;
|
||||
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 {
|
||||
padding-top: 32px;
|
||||
@@ -4269,4 +4282,68 @@ body.single-kariera main.page-single-kariera article.kariera .entry-footer .entr
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
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 */
|
||||
File diff suppressed because one or more lines are too long
@@ -3398,6 +3398,20 @@ body.page-id-414 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,12 +59,11 @@
|
||||
<div class="row">
|
||||
<div class="col col-1">
|
||||
<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 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>
|
||||
<?php foreach ($footer['col_1']['btns'] as $btn) : ?>
|
||||
<a href="<?php echo esc_url($btn['btn']['url']); ?>" target="<?php echo esc_attr($btn['target'] ?: '_self'); ?>">
|
||||
<?php echo esc_html($btn['btn']['title']); ?>
|
||||
</a>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
<div class="col col-2">
|
||||
<ol>
|
||||
|
||||
34
wp-content/themes/brpp-prawo-podatki/page-526.php
Normal file
34
wp-content/themes/brpp-prawo-podatki/page-526.php
Normal 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();
|
||||
Reference in New Issue
Block a user