From 2ae88ae2874806dc6da8fc7473cebc55efed45f7 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 24 Aug 2017 12:54:12 +0530 Subject: [PATCH] Added style for /month text --- hosting/static/hosting/css/landing-page.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 7a569dc8..883d7bc2 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -536,6 +536,13 @@ a.unlink:hover { .dcl-order-table-total .tbl-total { text-align: center; color: #000; + padding-left: 44px; +} + +.tbl-total .dcl-price-month { + font-size: 16px; + text-transform: capitalize; + color: #000; } .tbl-no-padding { @@ -782,4 +789,4 @@ a.list-group-item-danger.active:focus { } .panel-danger > .panel-heading .badge { background-color: #eb4d5c; -} \ No newline at end of file +}