Sha256: 2d68836e1aa03c3e3182d1b251c917d39d9974e1918e445fe3841dd0d9c660c4
Contents?: true
Size: 435 Bytes
Versions: 9
Compression:
Stored size: 435 Bytes
Contents
// // Stage // All application content is contained within a single stage. This mixin should be applied // to that element only. // ---------------------------------------------------------------------------------------- @mixin mobile-stage{ -webkit-text-size-adjust: none; user-select:none; -webkit-user-select:none; font-family: "Helvetica Neue", Helvetica; position: absolute; right: 0; top: 0; left: 0; bottom: 0; }
Version data entries
9 entries across 9 versions & 1 rubygems