Skip to content

Commit

Permalink
IBX-1601: Moved arrows in input number to the right (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 29, 2022
1 parent cc50b36 commit a9cd54b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/bundle/Resources/public/scss/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,18 @@
}
}

&--type-number {
.ibexa-input-text-wrapper {
&__actions {
right: calculateRem(32px);
}
}

.ibexa-input--text {
padding-right: calculateRem(12px);
}
}

&--search {
.ibexa-input--text {
padding-right: calculateRem(56px);
Expand Down

0 comments on commit a9cd54b

Please sign in to comment.