commit | 5c4f52ccf17d7cab1e7a5986ca14ee55ecf3e72c | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Jan 18 15:43:35 2018 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Jan 18 16:10:19 2018 +0530 |
tree | 832323c6d82119df3c838af1c8dcdffae723b5c3 | |
parent | b44ef0b249b3d4181cda9034ad0d40a90966d629 [diff] |
[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