Sha256: a295cd9dbac12bd4d89345c6a390c4f42d2c9cc018c3f2e37e4fc9668b59efef
Contents?: true
Size: 552 Bytes
Versions: 6
Compression:
Stored size: 552 Bytes
Contents
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace .pace-progress { display: block; position: fixed; z-index: 2000; top: 0; left: 0; height: 12px; background: #29d; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transform: translateY(-50px); transform: translateY(-50px); pointer-events: none; } .pace.pace-active .pace-progress { -webkit-transform: translateY(0); transform: translateY(0); }
Version data entries
6 entries across 6 versions & 2 rubygems