15 lines
297 B
SCSS
15 lines
297 B
SCSS
input.codeInput {
|
|
width: inherit !important;
|
|
text-align: center;
|
|
padding-top: 20px !important;
|
|
padding-bottom: 20px !important;
|
|
border-radius: 2px;
|
|
outline: solid gray 2px;
|
|
font-size: 4.8em;
|
|
}
|
|
|
|
.codeContainer > button {
|
|
max-width: auto !important;
|
|
width: inherit !important;
|
|
}
|