mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
44 lines
611 B
CSS
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);
|
|
}
|