qmining-page/src/pages/pwRequest.module.css
2021-03-06 15:00:42 +01:00

44 lines
611 B
CSS

.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 {
margin: 10px;
}
.pwContainer {
font-family: 'Courier New', Courier, monospace;
text-align: center;
font-size: 24px;
color: white;
padding: 20px;
font-weight: bold;
}
.form {
margin: 0px;
}
.text span {
color: var(--text-color);
}