30 lines
495 B
SCSS
30 lines
495 B
SCSS
.wc-block-coupon-code__form {
|
|
display: flex;
|
|
margin-bottom: 0;
|
|
|
|
.wc-block-coupon-code__input {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.wc-block-coupon-code__button {
|
|
height: 48px;
|
|
flex-shrink: 0;
|
|
margin-left: $gap;
|
|
padding-left: $gap-large;
|
|
padding-right: $gap-large;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.wc-block-coupon-code__row {
|
|
flex-direction: column;
|
|
|
|
.wc-block-form-input-validation-error {
|
|
margin-top: $gap-smaller;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
}
|