9 lines
125 B
CSS
9 lines
125 B
CSS
@import './inputtext';
|
|
|
|
.p-inputotp {
|
|
@apply flex items-center gap-2
|
|
}
|
|
|
|
.p-inputotp-input {
|
|
@apply text-center w-10
|
|
} |