mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
22 lines
428 B
SCSS
22 lines
428 B
SCSS
.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;
|
|
}
|