LIL-158 - Перенос дополнительных полей в форму регистрации

remotes/origin/hasaccess
Vitaly Baev 8 years ago
parent 36c54352cb
commit 16c8fd3f65
  1. 4
      project/templates/lilcity/index.html
  2. 6
      web/build/css/app.css
  3. 5
      web/src/sass/_common.sass

@ -262,7 +262,6 @@
</div>
<div id="learner-auth-field-error__password"
class="field__error learner-auth-form__field-error"></div>
<div id="learner-auth-field-error__all" class="auth-register__common-error form__common-error learner-auth-form__field-error"></div>
</div>
<div class="auth__foot">
@ -318,6 +317,9 @@
<div id="learner-registration-field-error__all"
class="auth-register__common-error form__common-error learner-registration-form__field-error"></div>
</div>
<div class="auth__text">Согласен с условиями обработки данных и&nbsp;возвратом услуги.</div>
<label class="auth__label switch"><input class="switch__input" name="newsletter" value="true" type="checkbox" checked><span
class="switch__content">Согласен на важную рассылку: новости школы и курсов</span></label>
<div class="auth__foot">
<button id="learner-registration-form__submit-button" class="auth__btn btn btn_light">
ЗАРЕГИСТРИРОВАТЬСЯ

@ -2540,6 +2540,12 @@ a.grey-link:hover {
display: none;
}
.auth__text {
margin-bottom: 20px;
line-height: 1.3;
text-decoration: underline;
}
.popup {
display: none;
position: fixed;

@ -1985,6 +1985,11 @@ a.grey-link
&__pass
display: none
.auth__text
margin-bottom: 20px
line-height: 1.3
text-decoration: underline
.popup
display: none
position: fixed

Loading…
Cancel
Save