Skip to content

Commit

Permalink
css revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Oct 21, 2020
1 parent 0a300fc commit cf32e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/components/stencil/cart/_cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,11 @@ $cart-item-label-offset: $cart-thumbnail-maxWidth + $cart-item-sp
}

.form-select {
background-position: right top;
background-position: right remCalc(5px) top remCalc(7px);
background-size: remCalc(20px) remCalc(20px);
height: remCalc(32px);
margin-bottom: spacing("half");
padding: 0 spacing("half");
padding: spacing("third") spacing("half");
}

.form-inlineMessage {
Expand Down

0 comments on commit cf32e93

Please sign in to comment.