We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f8b6a commit a32d702Copy full SHA for a32d702
assets/css/woocommerce/woocommerce.scss
@@ -1204,12 +1204,21 @@ table.cart {
1204
padding-bottom: 1em;
1205
margin-bottom: 1em;
1206
border-bottom: 1px solid $color_border;
1207
+
1208
+ .coupon-error-notice {
1209
+ color: $error;
1210
+ text-align: left;
1211
+ }
1212
}
1213
1214
input {
1215
display: block;
1216
width: 100%;
1217
margin: ms(-3) 0;
1218
1219
+ &.input-text.has-error {
1220
+ box-shadow: inset 2px 0 0 $error;
1221
1222
1223
1224
@@ -1275,6 +1284,14 @@ ul#shipping_method {
1275
1284
*/
1276
1285
.checkout_coupon {
1277
1286
margin-bottom: ms(5);
1287
1288
1289
1290
1291
1292
+ .input-text.has-error {
1293
1294
1278
1295
1279
1296
1280
1297
form.checkout {
0 commit comments