mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added pw request page files
This commit is contained in:
parent
f07a1749f5
commit
42e6d4dd4c
2 changed files with 103 additions and 0 deletions
42
src/pages/pwRequest.module.css
Normal file
42
src/pages/pwRequest.module.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue