improve onboarding

This commit is contained in:
Thibault Duplessis 2020-01-17 22:01:19 -06:00
parent 9853ffb609
commit d846bed73a
2 changed files with 5 additions and 5 deletions

View file

@ -174,7 +174,9 @@ object student {
p(
"Make sure to copy or write down the password now. You wont be able to see it again!"
),
code("Password: ", password.value)
pre(s"""Student: ${student.realName}
Username: ${usernameOrId(student.userId)}
Password: ${password.value}""")
)
},
standardFlash(),

View file

@ -214,10 +214,8 @@ $clas-color: rgb(127, 90, 240);
p {
margin-top: 1em;
}
code {
font-weight: bold;
font-size: 2em;
display: block;
pre {
font-size: 1.5em;
}
.button {
display: block;