49 lines
578 B
CSS
49 lines
578 B
CSS
.container {
|
|
/* display: flex; */
|
|
/*background-color: #b8b8b8;*/
|
|
margin: 10px;
|
|
}
|
|
|
|
form {
|
|
width: 50%;
|
|
min-width: 50%;
|
|
margin: 0.5rem;
|
|
}
|
|
|
|
mat-label {
|
|
font-size: smaller;
|
|
}
|
|
|
|
input {
|
|
font-size: smaller;
|
|
}
|
|
|
|
button {
|
|
display: block;
|
|
width: 100%;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
code-input {
|
|
--item-spacing: 10px;
|
|
--item-height: 3rem;
|
|
color: #b8b8b8;
|
|
margin-right: 50%;
|
|
font-weight: bold;
|
|
font-size: larger;
|
|
}
|
|
|
|
.myError {
|
|
display: block;
|
|
width: 100%;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.cred {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: smaller;
|
|
margin-top: 1rem;
|
|
}
|