Sha256: 2020ef313426708030bb042ab68cb4b0664307378b028c66c529780978d0e4be
Contents?: true
Size: 687 Bytes
Versions: 9
Compression:
Stored size: 687 Bytes
Contents
@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; }
Version data entries
9 entries across 9 versions & 1 rubygems