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
@@ -1021,12 +1021,23 @@ select {
|
|||||||
transition-delay: 250ms;
|
transition-delay: 250ms;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
@include respond-below(lg) {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.c-col {
|
.c-col {
|
||||||
&-1 {
|
&-1 {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|
||||||
|
@include respond-below(lg) {
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
width: 100%;
|
||||||
|
max-width: fit-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1034,6 +1045,10 @@ select {
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
|
||||||
|
@include respond-below(lg) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: #1e2832;
|
color: #1e2832;
|
||||||
font-family: $font3;
|
font-family: $font3;
|
||||||
@@ -1050,6 +1065,10 @@ select {
|
|||||||
row-gap: 50px;
|
row-gap: 50px;
|
||||||
column-gap: 60px;
|
column-gap: 60px;
|
||||||
|
|
||||||
|
@include respond-below(lg) {
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
.info-tile {
|
.info-tile {
|
||||||
&-1 {
|
&-1 {
|
||||||
p {
|
p {
|
||||||
|
|||||||
14
templates_user/pages/reklamacje.php
Normal file
14
templates_user/pages/reklamacje.php
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
$locatickToken = "def50200c2785b95ec6cc2630840a99098821ef6c58f4f88c835804a8c3fa3daecbfc2b1b08a9e0f19c6ab46208aaf10935e7fa2fbc2aaf6f1a4d1cb88fd52ff02751f8bf18b12eb6d6a9895cc758bdbb0512a9832f41b55010eab0a33ccc0468b3753e639ec";
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div class="main-page">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<script type="module" src="TUTAJ URL DO PLIKU JS FORMULARZA"></script>
|
||||||
|
<locatick-form-plugin token="<?php echo $locatickToken; ?>"></locatick-form-plugin>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user