nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / subheader / subheader.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 @-webkit-keyframes subheaderStickyHoverIn {
9   0% {
10     box-shadow: 0 0 0 0 transparent; }
11
12   100% {
13     box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }
14 @keyframes subheaderStickyHoverIn {
15   0% {
16     box-shadow: 0 0 0 0 transparent; }
17
18   100% {
19     box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }
20
21 @-webkit-keyframes subheaderStickyHoverOut {
22   0% {
23     box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
24
25   100% {
26     box-shadow: 0 0 0 0 transparent; } }
27
28 @keyframes subheaderStickyHoverOut {
29   0% {
30     box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
31
32   100% {
33     box-shadow: 0 0 0 0 transparent; } }
34
35 .md-subheader {
36   display: block;
37   font-size: 14px;
38   font-weight: 500;
39   line-height: 1em;
40   margin: 0 0 0 0;
41   margin-right: 16px;
42   position: relative; }
43   .md-subheader .md-subheader-inner {
44     padding: 16px 0px 16px 16px; }
45   .md-subheader:not(.md-sticky-no-effect) {
46     transition: 0.2s ease-out margin; }
47     .md-subheader:not(.md-sticky-no-effect):after {
48       position: absolute;
49       left: 0;
50       bottom: 0;
51       top: 0;
52       right: -16px;
53       content: ''; }
54     .md-subheader:not(.md-sticky-no-effect).md-sticky-clone {
55       z-index: 2; }
56     .md-subheader:not(.md-sticky-no-effect)[sticky-state="active"] {
57       margin-top: -2px; }
58     .md-subheader:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"] .md-subheader-inner:after {
59       -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both;
60               animation: subheaderStickyHoverOut 0.3s ease-out both; }
61   .md-subheader .md-subheader-content {
62     z-index: 1;
63     position: relative; }