File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1204,12 +1204,21 @@ table.cart {
1204
1204
padding-bottom : 1em ;
1205
1205
margin-bottom : 1em ;
1206
1206
border-bottom : 1px solid $color_border ;
1207
+
1208
+ .coupon-error-notice {
1209
+ color : $error ;
1210
+ text-align : left ;
1211
+ }
1207
1212
}
1208
1213
1209
1214
input {
1210
1215
display : block ;
1211
1216
width : 100% ;
1212
1217
margin : ms (-3 ) 0 ;
1218
+
1219
+ & .input-text.has-error {
1220
+ box-shadow : inset 2px 0 0 $error ;
1221
+ }
1213
1222
}
1214
1223
}
1215
1224
}
@@ -1275,6 +1284,14 @@ ul#shipping_method {
1275
1284
*/
1276
1285
.checkout_coupon {
1277
1286
margin-bottom : ms (5 );
1287
+
1288
+ .coupon-error-notice {
1289
+ color : $error ;
1290
+ }
1291
+
1292
+ .input-text.has-error {
1293
+ box-shadow : inset 2px 0 0 $error ;
1294
+ }
1278
1295
}
1279
1296
1280
1297
form .checkout {
You can’t perform that action at this time.
0 commit comments