Skip to content

Commit

Permalink
Fix build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Jan 4, 2025
1 parent 4d97b82 commit c771610
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
flex-direction: row;
align-items: center;
margin-right: -$caret-width;
margin-right: calc(-1 * $caret-width);
}

.bk-date-picker--input {
Expand All @@ -25,7 +25,7 @@
width: $caret-width;
height: $caret-width;
position: relative;
left: -$caret-width;
left: calc(-1 * $caret-width);
top: bk.rem-from-px(-1);
}

Expand Down

0 comments on commit c771610

Please sign in to comment.