fitness
Kirill Pet 8 months ago
parent ff26f2213c
commit 0f3b5cd7e8
  1. 9
      assets/css/gp-style-tablet.css
  2. 4
      index.html

@ -213,14 +213,15 @@
.phone-menu__text--no-line{ .phone-menu__text--no-line{
text-decoration: none; text-decoration: none;
} }
.phone-menu__sub .title-1{
text-transform: capitalize;
}
.phone-social{ .phone-social{
margin-top: 24px; margin-top: 24px;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.phone-menu{ .phone-menu{
display: block; display: block;
} }
@ -762,6 +763,10 @@ main{
top: 20px; top: 20px;
right: 20px; right: 20px;
} }
.modal__item .text--bo-line.form__link{
margin-top: 6px;
margin-left: 0;
}
/* modal */ /* modal */
@media only screen and (max-width: 992px) {} @media only screen and (max-width: 992px) {}

@ -1137,7 +1137,7 @@
<input type="checkbox" id="free__agreement" class="form__checkbox" required=""> <input type="checkbox" id="free__agreement" class="form__checkbox" required="">
<div class="form-checkbox__square"></div> <div class="form-checkbox__square"></div>
<p class="form-additional__text text-3"> <p class="form-additional__text text-3">
Я принимаю Я принимаю<br>
<a href="#" class="text--bo-line form__link">Политику конфиденциальности</a> <a href="#" class="text--bo-line form__link">Политику конфиденциальности</a>
</p> </p>
</label> </label>
@ -1186,7 +1186,7 @@
<input type="checkbox" id="free__agreement" class="form__checkbox" required=""> <input type="checkbox" id="free__agreement" class="form__checkbox" required="">
<div class="form-checkbox__square"></div> <div class="form-checkbox__square"></div>
<p class="form-additional__text text-3"> <p class="form-additional__text text-3">
Я принимаю Я принимаю<br>
<a href="#" class="text--bo-line form__link">Политику конфиденциальности</a> <a href="#" class="text--bo-line form__link">Политику конфиденциальности</a>
</p> </p>
</label> </label>

Loading…
Cancel
Save