12 lines
182 B
CSS
12 lines
182 B
CSS
.pin-input-root {
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
margin-top: 10px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.pin-input {
|
|
font-size: 17px;
|
|
border-radius: 10px;
|
|
}
|