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
commit c8e016522d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
} }