nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / sticky / sticky.css
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 /* mixin definition ; sets LTR and RTL within the same style call */
8 .md-sticky-clone {
9   z-index: 2;
10   top: 0;
11   left: 0;
12   right: 0;
13   position: absolute !important;
14   -webkit-transform: translate3d(-9999px, -9999px, 0);
15           transform: translate3d(-9999px, -9999px, 0); }
16   .md-sticky-clone[sticky-state="active"] {
17     -webkit-transform: translate3d(0, 0, 0);
18             transform: translate3d(0, 0, 0); }
19     .md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect) .md-subheader-inner {
20       -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both;
21               animation: subheaderStickyHoverIn 0.3s ease-out both; }