Sha256: f1daa2bfd7dd4c30ca9285d2a65e81238ae456711b2c752c45b38de667569c68
Contents?: true
Size: 663 Bytes
Versions: 16
Compression:
Stored size: 663 Bytes
Contents
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.7.1 */ .md-sticky-clone { z-index: 2; 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