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