Remove specific error color on checkout page so that the error message takes the default foundation error color which is white

This commit is contained in:
Luis Ramos
2020-03-30 19:59:40 +01:00
parent 523faa670d
commit 6a1c541479

View File

@@ -109,9 +109,4 @@ checkout {
}
}
}
.error {
color: #c82020;
}
}