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:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user