diff --git a/src/Checkout/Subtotal.css b/src/Checkout/Subtotal.css index ef0938e..3e44fb8 100644 --- a/src/Checkout/Subtotal.css +++ b/src/Checkout/Subtotal.css @@ -14,3 +14,18 @@ display: flex; align-items: center; } + +.subtotal__gift > input { + margin-right: 5px; +} + +.subtotal > button { + background: #f0c14b; + border-radius: 2px; + width: 100%; + height: 30px; + border: 1px solid; + margin-top: 10px; + border-color: #a88734 #9c7e31 #846a29; + color: #111; +}