OLD | NEW |
| (Empty) |
1 <x-meta id="core-scroll-header-panel" label="Scroll Header Panel" isContainer gr
oup="Core"> | |
2 | |
3 <template> | |
4 | |
5 <core-scroll-header-panel condenses style="width: 380px; height: 460px;"> | |
6 | |
7 <core-toolbar class="tall" style="background-color: #4285f4; color: #f1f1f
1; fill: #f1f1f1;"> | |
8 | |
9 <core-icon-button icon="arrow-back"></core-icon-button> | |
10 <div flex></div> | |
11 <core-icon-button icon="search"></core-icon-button> | |
12 <core-icon-button icon="more-vert"></core-icon-button> | |
13 | |
14 <div class="bottom indent">Title</div> | |
15 | |
16 </core-toolbar> | |
17 | |
18 <section content style="height: 5000px; background: linear-gradient(rgb(21
4, 227, 231), lightblue);"></section> | |
19 | |
20 </core-scroll-header-panel> | |
21 | |
22 </template> | |
23 | |
24 <template id="imports"> | |
25 | |
26 <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
27 <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
28 <link rel="import" href="core-scroll-header-panel.html"> | |
29 | |
30 </template> | |
31 | |
32 </x-meta> | |
OLD | NEW |