Added pw request page files

This commit is contained in:
MrFry 2020-04-08 19:09:37 +02:00
parent f07a1749f5
commit 42e6d4dd4c
2 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,42 @@
.buttonContainer {
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.button {
cursor: pointer;
text-align: center;
background-color: var(--text-color);
border: none;
padding: 10px 30px;
color: white;
width: 200px;
}
.text {
text-align: center;
font-size: 18px;
color: white;
padding: 10px;
}
.pw {
text-align: center;
font-size: 24px;
color: white;
padding: 20px;
font-weight: bold;
}
.remaining {
text-align: center;
font-size: 18px;
color: white;
padding: 10px;
}
.form {
margin: 0px;
}