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:
parent
b005dd503f
commit
a6f451606d
|
@ -26,7 +26,7 @@ html,body {
|
||||||
.tablet-scrolling {
|
.tablet-scrolling {
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
.mobile [class*="z-"]:not([class*="z-icon-"]) {
|
.mobile [class*="z-"] {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue