Merge pull request #12533 from rohitwaghchaure/pos_css_issue

[Fix] POS css
This commit is contained in:
rohitwaghchaure
2018-01-18 16:12:00 +05:30
committed by GitHub

View File

@@ -216,6 +216,10 @@ input[type=number]::-webkit-outer-spin-button {
} }
.grand-total-value { .grand-total-value {
font-size: 24px; font-size: 18px;
} }
}
.rounded-total-value {
font-size: 18px;
} }