Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
cetincakiroglu committed Mar 14, 2024
2 parents 6146e7d + 68813e2 commit f03f5fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme-base/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
@import './components/input/_inputicon';
@import './components/input/_inputmask';
@import './components/input/_inputnumber';
@import './components/input/_inputotp';
@import './components/input/_inputswitch';
@import './components/input/_inputtext';
@import './components/input/_listbox';
Expand Down
10 changes: 10 additions & 0 deletions theme-base/components/input/_inputotp.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.p-inputotp {
display: flex;
align-items: center;
gap: $inlineSpacing;
}

.p-inputotp-input {
text-align: center;
width: 2 * nth($inputPadding, 2) + 1rem;
}

0 comments on commit f03f5fb

Please sign in to comment.