Last active
January 14, 2021 04:43
-
-
Save Leming1488/116f73c110a894faecaf748bcfb11f99 to your computer and use it in GitHub Desktop.
Revisions
-
Leming1488 revised this gist
Jan 14, 2021 . 1 changed file with 0 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,20 +10,4 @@ <h3 class="title title--h3">Вход</h3> </div> </div> </form> -
Leming1488 renamed this gist
Jan 11, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Leming1488 revised this gist
Jan 11, 2021 . 1 changed file with 22 additions and 23 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,30 +1,29 @@ <form data-cy="login" onsubmit="return false;"> <h3 class="title title--h3">Вход</h3> <div class="auth_form-email-input-wrapper"> <div class="input_wrapper input_wrapper--xl input_wrapper--email" data-cy="email-wrapper"> <input type="email" placeholder="Эл. почта" name="email" class="input_element" data-cy="email" value=""> <label class="input_label">Эл. почта</label> <div class="input_error" data-cy="email-error">Поле обязательно для заполнения</div> </div> </div> <div class="auth_form-password-input-wrapper"> <div class="input_wrapper input_wrapper--xl input_wrapper--password" data-cy="password-wrapper"> <input type="password" placeholder="Пароль" name="password" class="input_element" data-cy="password" autocomplete="new-password" value="" pattern="[A-Za-z0-9]{7,}"> <label class="input_label">Пароль</label> <div class="input_error" data-cy="password-error">Поле обязательно для заполнения</div> </div> </div> <a data-cy="forgot-link" class="auth_form-forgot-link" href="/auth/reset">Забыли пароль?</a> <button type="submit" class="button button--primary button--l" data-cy="auth_form_submit">Войти</button> <div class="auth_form-switch_wrapper"> <p class="auth_form-switch-text">Ещё нет аккаунта? <a data-cy="registration-link" href="/auth/registration">Зарегистрироваться </a></p> </div> </form> -
Leming1488 created this gist
Jan 11, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ <form data-cy="login" onsubmit="return false;"> <h3 class="title title--h3">Вход</h3> <div class="auth_form-email-input-wrapper"> <div class="input_wrapper input_wrapper--xl input_wrapper--email" data-cy="email-wrapper"> <input type="email" placeholder="Эл. почта" name="email" class="input_element" data-cy="email" value=""> <label class="input_label">Эл. почта</label> <div class="input_error" data-cy="email-error">Поле обязательно для заполнения</div> </div> </div> <div class="auth_form-password-input-wrapper"> <div class="input_wrapper input_wrapper--xl input_wrapper--password" data-cy="password-wrapper"> <input type="password" placeholder="Пароль" name="password" class="input_element" data-cy="password" autocomplete="new-password" value="" pattern="[A-Za-z0-9]{7,}"> <label class="input_label">Пароль</label> <div class="input_error" data-cy="password-error">Поле обязательно для заполнения</div> </div> </div> <a data-cy="forgot-link" class="auth_form-forgot-link" href="/auth/reset">Забыли пароль?</a> <button type="submit" class="button button--primary button--l" data-cy="auth_form_submit">Войти</button> <div class="auth_form-switch_wrapper"> <p class="auth_form-switch-text">Ещё нет аккаунта? <a data-cy="registration-link" href="/auth/registration">Зарегистрироваться </a></p> </div> </form>