3 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS
6 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
12 --paper-header-panel-shadow: {
15 box-shadow: inset
0px 5px 6px -3px rgba
(0, 0, 0, 0.4);
18 @apply
(--layout-vertical
);
25 @apply
(--layout-flex
);
30 -webkit-overflow-scrolling: touch
;
34 @apply
(--layout-vertical
);
35 @apply
(--layout-flex
);
43 :host
([mode
=scroll
]) #mainContainer
{
44 @apply
(--paper-header-panel-scroll-container
);
49 :host
([mode
=scroll
]) {
52 -webkit-overflow-scrolling: touch
;
58 :host
([mode
=cover
]) #mainContainer
{
59 @apply
(--paper-header-panel-cover-container
);
68 :host
([mode
=cover
]) #mainPanel
{
75 :host
([mode
=standard
]) #mainContainer
{
76 @apply
(--paper-header-panel-standard-container
);
82 :host
([mode
=seamed
]) #mainContainer
{
83 @apply
(--paper-header-panel-seamed-container
);
90 :host
([mode
=waterfall
]) #mainContainer
{
91 @apply
(--paper-header-panel-waterfall-container
);
95 * mode: waterfall-tall
97 :host
([mode
=waterfall-tall
]) #mainContainer
{
98 @apply
(--paper-header-panel-waterfall-tall-container
);
102 @apply
(--paper-header-panel-shadow
);
109 pointer-events: none
;
111 -webkit-transition: opacity
0.5s;
112 transition: opacity
0.5s;
117 #dropShadow.has-shadow
{