2020-03-09 11:28:26 +00:00
|
|
|
.wc-block-coupon-code__form {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 0;
|
2020-01-10 14:37:27 +00:00
|
|
|
|
2020-03-13 12:02:08 +00:00
|
|
|
.wc-block-coupon-code__input {
|
2020-03-23 11:22:00 +00:00
|
|
|
margin-bottom: 0;
|
2020-03-13 12:02:08 +00:00
|
|
|
margin-top: 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2020-01-10 14:37:27 +00:00
|
|
|
|
2020-03-13 12:02:08 +00:00
|
|
|
.wc-block-coupon-code__button {
|
|
|
|
height: 48px;
|
|
|
|
flex-shrink: 0;
|
|
|
|
margin-left: $gap;
|
|
|
|
padding-left: $gap-large;
|
|
|
|
padding-right: $gap-large;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2020-01-10 14:37:27 +00:00
|
|
|
}
|
2020-03-23 11:22:00 +00:00
|
|
|
|
|
|
|
.wc-block-coupon-code__row {
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.wc-block-form-input-validation-error {
|
|
|
|
margin-top: $gap-smaller;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|