Sha256: d41340b8f16af4917b18f83fb9d76dc917f961b543c761a6a20d66b7548c1aee
Contents?: true
Size: 667 Bytes
Versions: 16
Compression:
Stored size: 667 Bytes
Contents
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.7.0-rc3 */ .md-sticky-clone { z-index: 1; top: 0; left: 0; right: 0; position: absolute !important; -webkit-transform: translate3d(-9999px, -9999px, 0); transform: translate3d(-9999px, -9999px, 0); } .md-sticky-clone[sticky-state="active"] { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect):after { -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both; animation: subheaderStickyHoverIn 0.3s ease-out both; }
Version data entries
16 entries across 16 versions & 1 rubygems