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