You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
428 B
22 lines
428 B
.codeInputContainer { |
|
.codeInput { |
|
font-size: 1.6rem; |
|
font-family: monospace; |
|
max-width: 220px; |
|
margin: auto; |
|
text-align: center; |
|
letter-spacing: 6px; |
|
border-color: var(--theme-color-palette-9); |
|
color: var(--theme-color-palette-9); |
|
} |
|
|
|
.submitButton { |
|
max-width: 150px; |
|
margin: auto; |
|
margin-top: 10px; |
|
} |
|
|
|
display: flex; |
|
justify-content: center; |
|
flex-direction: column; |
|
}
|
|
|