From 5c4f52ccf17d7cab1e7a5986ca14ee55ecf3e72c Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Thu, 18 Jan 2018 15:43:35 +0530 Subject: [PATCH] [Fix] POS css --- erpnext/public/less/pos.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/erpnext/public/less/pos.less b/erpnext/public/less/pos.less index 0fcb654fff..af3008e909 100644 --- a/erpnext/public/less/pos.less +++ b/erpnext/public/less/pos.less @@ -216,6 +216,10 @@ input[type=number]::-webkit-outer-spin-button { } .grand-total-value { - font-size: 24px; + font-size: 18px; } +} + +.rounded-total-value { + font-size: 18px; } \ No newline at end of file