final fix
This commit is contained in:
parent
4dfef3e226
commit
9716d6a0cf
@ -1,7 +1,7 @@
|
|||||||
<section class="order" id="order">
|
<section class="order" id="order">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="order__text">
|
<div class="order__text">
|
||||||
<h3>Хотите заказать мероприятие или детский праздник?</h3>
|
<h3>Хотите заказать квест или детский праздник?</h3>
|
||||||
<p>Оставьте свои контактные данные, и мы свяжемся с Вами в ближайшее время!</p>
|
<p>Оставьте свои контактные данные, и мы свяжемся с Вами в ближайшее время!</p>
|
||||||
</div>
|
</div>
|
||||||
<form class="order__form" method="POST" action="<?php echo admin_url('admin-ajax.php?action=send_mail')?>">
|
<form class="order__form" method="POST" action="<?php echo admin_url('admin-ajax.php?action=send_mail')?>">
|
||||||
@ -10,8 +10,7 @@
|
|||||||
<input type="tel" class="form-control" id="orderTel" aria-describedby="emailHelp" placeholder="Телефон">
|
<input type="tel" class="form-control" id="orderTel" aria-describedby="emailHelp" placeholder="Телефон">
|
||||||
<input type="email" class="form-control" id="orderEmail" aria-describedby="emailHelp" placeholder="Email">
|
<input type="email" class="form-control" id="orderEmail" aria-describedby="emailHelp" placeholder="Email">
|
||||||
<textarea class="form-control" id="orderOthers" aria-describedby="emailHelp" placeholder="Дата праздника и пожелания"></textarea>
|
<textarea class="form-control" id="orderOthers" aria-describedby="emailHelp" placeholder="Дата праздника и пожелания"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<small>Нажимая кнопку "Оставить заявку", Вы соглашаетесь на обработку персональных данных</small>
|
|
||||||
<button type="submit" class="btn btn-success btn-round">Оставить заявку</button>
|
<button type="submit" class="btn btn-success btn-round">Оставить заявку</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="places-img">
|
<div class="places-img">
|
||||||
<img src="<?php the_post_thumbnail_url() ?>" alt="place">
|
<img src="<?php the_post_thumbnail_url() ?>" alt="place">
|
||||||
<p><span>1</span> из <span>7</span></p>
|
<p><span>1</span> из <span>3</span></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -250,7 +250,17 @@
|
|||||||
background-color: #000000 !important
|
background-color: #000000 !important
|
||||||
border: 3px solid #f2f2f2 !important
|
border: 3px solid #f2f2f2 !important
|
||||||
.owl-stage-outer
|
.owl-stage-outer
|
||||||
padding: 15px 0 !important
|
padding-bottom: 15px !important
|
||||||
|
|
||||||
|
.ent
|
||||||
|
.owl-stage-outer
|
||||||
|
padding-bottom: 30px !important
|
||||||
|
.principals
|
||||||
|
.owl-stage-outer
|
||||||
|
padding: 15px !important
|
||||||
|
.discount
|
||||||
|
.owl-stage-outer
|
||||||
|
padding: 15px 0 !important
|
||||||
|
|
||||||
.btn-danger
|
.btn-danger
|
||||||
background-color: $main-color
|
background-color: $main-color
|
||||||
|
|||||||
@ -6,6 +6,7 @@
|
|||||||
color: #1e212b
|
color: #1e212b
|
||||||
max-width: 940px
|
max-width: 940px
|
||||||
margin: 20px auto
|
margin: 20px auto
|
||||||
|
margin-bottom: 0
|
||||||
|
|
||||||
.quest-description__icons_main
|
.quest-description__icons_main
|
||||||
padding: 20px 0 !important
|
padding: 20px 0 !important
|
||||||
@ -84,7 +85,7 @@
|
|||||||
font-weight: 600
|
font-weight: 600
|
||||||
letter-spacing: 0.4px
|
letter-spacing: 0.4px
|
||||||
margin-bottom: 12px
|
margin-bottom: 12px
|
||||||
color: #F55663
|
color: red
|
||||||
p
|
p
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
font-size: 22px !important
|
font-size: 22px !important
|
||||||
@ -142,7 +143,7 @@
|
|||||||
.ent
|
.ent
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
padding-top: 40px !important
|
padding-top: 40px !important
|
||||||
padding-bottom: 40px
|
padding-bottom: 0px
|
||||||
&:before, &:after
|
&:before, &:after
|
||||||
display: none !important
|
display: none !important
|
||||||
&-slider
|
&-slider
|
||||||
|
|||||||
@ -39,6 +39,8 @@
|
|||||||
&__form
|
&__form
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
flex-grow: 1
|
||||||
|
width: 100%
|
||||||
.form-group
|
.form-group
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
input,textarea
|
input,textarea
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user