2 * Angular Material Design
3 * https://github.com/angular/material
7 @-webkit-keyframes subheaderStickyHoverIn {
9 box-shadow: 0 0 0 0 transparent; }
11 box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }
13 @keyframes subheaderStickyHoverIn {
15 box-shadow: 0 0 0 0 transparent; }
17 box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }
19 @-webkit-keyframes subheaderStickyHoverOut {
21 box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
23 box-shadow: 0 0 0 0 transparent; } }
25 @keyframes subheaderStickyHoverOut {
27 box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
29 box-shadow: 0 0 0 0 transparent; } }
31 .md-subheader-wrapper:not(.md-sticky-no-effect) {
32 -webkit-transition: 0.2s ease-out margin;
33 transition: 0.2s ease-out margin; }
34 .md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
36 .md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
38 .md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state="active"] {
40 .md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"] .md-subheader-inner:after {
41 -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both;
42 animation: subheaderStickyHoverOut 0.3s ease-out both; }
51 .md-subheader .md-subheader-inner {
54 .md-subheader .md-subheader-content {