Skip to content

Commit

Permalink
fix: currency and percentage with form-control
Browse files Browse the repository at this point in the history
fix: if apply form-control align goes wrong
  • Loading branch information
PiemP committed Nov 21, 2023
1 parent 48f0248 commit dc75e6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/scss/custom/_form-input-number.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
&:before {
position: absolute;
left: 14px;
top: 0;
top: 8px;
// color: $color-text-muted;
font-weight: bold;
font-size: 1rem;
Expand Down Expand Up @@ -126,16 +126,16 @@
}

&.input-number-add {
top: -6px;
right: 20px;
top: 0px;
right: 22px;
&:after {
border-width: 0 5px 6px 5px;
border-color: transparent transparent $neutral-1-a7 transparent; // TODO Check if still necessary
}
}
&.input-number-sub {
bottom: -6px;
right: 20px;
bottom: 0px;
right: 22px;
&:after {
border-width: 6px 5px 0 5px;
border-color: $neutral-1-a7 transparent transparent transparent; // TODO Check if still necessary
Expand Down

0 comments on commit dc75e6c

Please sign in to comment.