@import 'facades/setup'; html, body { width: 100%; height: 100%; font-weight: normal; position: relative; overflow:hidden; -webkit-overflow-scrolling: none; -webkit-text-size-adjust: none; } body.ios { -webkit-backface-visibility: hidden; &.phone{ font-size: 114%; } } body.android.phone { font-size: 116%; } body.desktop { font-size: 114%; } body { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; } a{ -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-user-drag: none; } input, textarea { -webkit-user-select: auto; } .hbox { -webkit-box-orient: horizontal; } .vbox { -webkit-box-orient: vertical; }