From b67a12f01b33b0b74c51b43071143e21fb9099b1 Mon Sep 17 00:00:00 2001 From: PCoder Date: Sun, 16 Jul 2017 16:04:15 +0530 Subject: [PATCH] Adjusted styles for error message --- hosting/static/hosting/css/landing-page.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 9f54e22b..a50ae6fd 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -543,6 +543,12 @@ a.unlink:hover { width: 10%; } +#card-errors { + clear: both; + padding: 0 0 10px; + color: #eb4d5c; +} + @media (max-width: 767px) { .dcl-order-table-total span { padding-left: 3px;