From 6a1c541479b024bb120c5f9475d71afdaddf1814 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Mon, 30 Mar 2020 19:59:40 +0100 Subject: [PATCH] Remove specific error color on checkout page so that the error message takes the default foundation error color which is white --- app/assets/stylesheets/darkswarm/checkout.css.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/checkout.css.scss b/app/assets/stylesheets/darkswarm/checkout.css.scss index 458fd24d5e..56c4f17170 100644 --- a/app/assets/stylesheets/darkswarm/checkout.css.scss +++ b/app/assets/stylesheets/darkswarm/checkout.css.scss @@ -109,9 +109,4 @@ checkout { } } } - - .error { - color: #c82020; - } } -