This commit is contained in:
Roman Pyrih
2025-08-26 13:46:50 +02:00
parent 33a0c18532
commit 8d41f03f38
3 changed files with 2663 additions and 1303 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;
}
@@ -748,7 +738,8 @@ section#zarezerwuj-miejsce {
padding: 5px 15px;
}
&.wpcf7-date {}
&.wpcf7-date {
}
&.wpcf7-submit {
@extend .btn-1;
@@ -873,6 +864,9 @@ body.page-id-23 {
.box-bg {
position: absolute;
inset: 0;
max-width: 1920px;
margin-left: auto;
margin-right: auto;
img {
width: 100%;