commit | c8e016522dec4d078939a7b914f5fab5feb89d46 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Thu Jan 18 16:12:00 2018 +0530 |
committer | GitHub <noreply@github.com> | Thu Jan 18 16:12:00 2018 +0530 |
tree | 4ba1d02659564eedf404ca8baa3b0c201ac76b88 | |
parent | bd47abdc9aefa7f013da8784fbefccd355cadf73 [diff] | |
parent | 5c4f52ccf17d7cab1e7a5986ca14ee55ecf3e72c [diff] |
Merge pull request #12533 from rohitwaghchaure/pos_css_issue [Fix] POS css
diff --git a/erpnext/public/less/pos.less b/erpnext/public/less/pos.less index 0fcb654..af3008e 100644 --- a/erpnext/public/less/pos.less +++ b/erpnext/public/less/pos.less
@@ -216,6 +216,10 @@ } .grand-total-value { - font-size: 24px; + font-size: 18px; } +} + +.rounded-total-value { + font-size: 18px; } \ No newline at end of file