Compare commits

..

No commits in common. "0379693eaa1a6157701b09a4402017da01f9a37f" and "3bdc6f77a0f8b331e3b49c3e6e81d730d8c61ef3" have entirely different histories.

4 changed files with 0 additions and 41 deletions

View File

@ -4,23 +4,3 @@
margin: 0 auto; margin: 0 auto;
} }
/* スクショimg要素を中央揃え横並びで表示させる*/
.ss_img {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0 auto;
width: 100%;
max-width: 100%;
padding: 0;
list-style: none;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.ss_img img {
height: 120mm;
margin: 0 auto;
}

View File

@ -1,20 +0,0 @@
# 保護者アカウント登録
<div class="ss_img">
![新規登録画面](/documents/img/ss/parent_register.png)
</div>
## 概要
- 初期状態で表示されるログイン画面左下の`新規登録`ボタンから登録画面へ推移できます。
- 資格情報を入力し、`新規登録`ボタンを押すことでアカウント登録できます。
## 詳細
- メールアドレス
- 現時点で形式のバリデーションはありません。
- アドレス認証は行われません。
- 重複チェックは行われます
- パスワード
- 現時点で形式のバリデーションはありません。

View File

@ -3,4 +3,3 @@ flows/parent_1.md
flows/parent_2.md flows/parent_2.md
flows/child_1.md flows/child_1.md
flows/auth.md flows/auth.md
auth/parent.md

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB