Save
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;
|
||||
}
|
||||
@@ -748,7 +738,8 @@ section#zarezerwuj-miejsce {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
&.wpcf7-date {}
|
||||
&.wpcf7-date {
|
||||
}
|
||||
|
||||
&.wpcf7-submit {
|
||||
@extend .btn-1;
|
||||
@@ -756,7 +747,7 @@ section#zarezerwuj-miejsce {
|
||||
}
|
||||
|
||||
&:focus {
|
||||
+p {
|
||||
+ p {
|
||||
top: -7px;
|
||||
font-size: 10px;
|
||||
padding: 3px 10px;
|
||||
@@ -765,7 +756,7 @@ section#zarezerwuj-miejsce {
|
||||
|
||||
&.wpcf7-text {
|
||||
&:not(:placeholder-shown) {
|
||||
~p {
|
||||
~ p {
|
||||
top: -7px;
|
||||
font-size: 10px;
|
||||
padding: 3px 10px;
|
||||
@@ -774,7 +765,7 @@ section#zarezerwuj-miejsce {
|
||||
}
|
||||
|
||||
&.wpcf7-date {
|
||||
~p {
|
||||
~ p {
|
||||
top: -7px;
|
||||
font-size: 10px;
|
||||
padding: 3px 10px;
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user