mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
11 lines
167 B
SCSS
11 lines
167 B
SCSS
.p-inputotp {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $inlineSpacing;
|
|
}
|
|
|
|
.p-inputotp-input {
|
|
text-align: center;
|
|
width: 2 * nth($inputPadding, 2) + 1rem;
|
|
}
|