IDEMPIERE-4482 Mobile Improvements - Font (#328)

For mobile, a uniform default font-size of 16 for everything (including
z-icon and z-group-icon) seems to work better.
This commit is contained in:
hengsin 2020-10-28 10:00:41 +08:00 committed by GitHub
parent b005dd503f
commit a6f451606d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ html,body {
.tablet-scrolling {
-webkit-overflow-scrolling: touch;
}
.mobile [class*="z-"]:not([class*="z-icon-"]) {
.mobile [class*="z-"] {
font-size: 16px;
}