New box ena footer btn
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -8,8 +8,7 @@ $cRed: #ff475d;
|
||||
$cBlack: #141414;
|
||||
$cWhite: #ffffff;
|
||||
|
||||
$fArticulatCF: 'Articulat CF',
|
||||
sans-serif;
|
||||
$fArticulatCF: 'Articulat CF', sans-serif;
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
@@ -93,33 +92,24 @@ input[type='checkbox'] {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
|
||||
@each $breakpoint,
|
||||
$max in $container-max-widths {
|
||||
@each $breakpoint, $max in $container-max-widths {
|
||||
@if $breakpoint==sm {
|
||||
@media (min-width: 576px) {
|
||||
max-width: $max;
|
||||
}
|
||||
}
|
||||
|
||||
@else if $breakpoint==md {
|
||||
} @else if $breakpoint==md {
|
||||
@media (min-width: 768px) {
|
||||
max-width: $max;
|
||||
}
|
||||
}
|
||||
|
||||
@else if $breakpoint==lg {
|
||||
} @else if $breakpoint==lg {
|
||||
@media (min-width: 992px) {
|
||||
max-width: $max;
|
||||
}
|
||||
}
|
||||
|
||||
@else if $breakpoint==xl {
|
||||
} @else if $breakpoint==xl {
|
||||
@media (min-width: 1200px) {
|
||||
max-width: $max;
|
||||
}
|
||||
}
|
||||
|
||||
@else if $breakpoint==xxl {
|
||||
} @else if $breakpoint==xxl {
|
||||
@media (min-width: 1400px) {
|
||||
max-width: $max;
|
||||
}
|
||||
@@ -750,7 +740,8 @@ section#zarezerwuj-miejsce {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
&.wpcf7-date {}
|
||||
&.wpcf7-date {
|
||||
}
|
||||
|
||||
&.wpcf7-submit {
|
||||
@extend .btn-1;
|
||||
@@ -1455,7 +1446,8 @@ body.page-id-23 {
|
||||
}
|
||||
}
|
||||
|
||||
body.page-id-3 {
|
||||
body.page-id-3,
|
||||
body.page-id-1317 {
|
||||
main#main {
|
||||
padding-top: 140px;
|
||||
padding-bottom: 140px;
|
||||
|
||||
@@ -76,6 +76,9 @@
|
||||
<li>
|
||||
<a href="<?php echo $footer_box['privacy-policy']['url']; ?>"><?php echo $footer_box['privacy-policy']['title']; ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo $footer_box['terms-and-conditions']['url']; ?>"><?php echo $footer_box['terms-and-conditions']['title']; ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<?php echo $footer_box['contact']; ?>
|
||||
</li>
|
||||
|
||||
17
wp-content/themes/skysafe/page-1317.php
Normal file
17
wp-content/themes/skysafe/page-1317.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!--
|
||||
Name: Regulamin parkingu
|
||||
->
|
||||
<?php get_header(); ?>
|
||||
|
||||
<main id="main">
|
||||
<div class="container">
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();
|
||||
get_template_part( 'template-parts/content', 'page' );
|
||||
endwhile;
|
||||
?>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
@@ -49,12 +49,26 @@
|
||||
<div class="tile-col-1">
|
||||
<?php echo $box2['big_card']['title']; ?>
|
||||
<p><?php echo $box2['big_card']['text']; ?></p>
|
||||
<?php if (isset($box2['big_card']['btn']['url'])) : ?>
|
||||
<a class="btn-1" href="<?php echo $box2['big_card']['btn']['url']; ?>" <?php echo isset($box2['big_card']['btn']['target']) ? $box2['big_card']['btn']['target'] : ''; ?>><?php echo $box2['big_card']['btn']['title']; ?></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="tile-col-2">
|
||||
<img src="<?php echo $box2['big_card']['img']; ?>" alt="img">
|
||||
</div>
|
||||
</div>
|
||||
<div class="tile tile-img">
|
||||
<div class="tile-col-2">
|
||||
<img src="<?php echo $box2['big_card_2']['img']; ?>" alt="img">
|
||||
</div>
|
||||
<div class="tile-col-1">
|
||||
<?php echo $box2['big_card_2']['title']; ?>
|
||||
<p><?php echo $box2['big_card_2']['text']; ?></p>
|
||||
<?php if (isset($box2['big_card_2']['btn']['url'])) : ?>
|
||||
<a class="btn-1" href="<?php echo $box2['big_card_2']['btn']['url']; ?>" <?php echo isset($box2['big_card_2']['btn']['target']) ? $box2['big_card_2']['btn']['target'] : ''; ?>><?php echo $box2['big_card_2']['btn']['title']; ?></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user