OLD | NEW |
(Empty) | |
| 1 <x-meta id="core-scaffold" label="Scaffold" isContainer group="Core"> |
| 2 |
| 3 <template> |
| 4 |
| 5 <core-scaffold style="position: absolute; top: 0; right: 0; bottom: 0; left:
0;"> |
| 6 |
| 7 <core-header-panel navigation flex mode="seamed" style="background-color:
#fff;"> |
| 8 |
| 9 <core-toolbar style="background-color: #4F7DC9 ; color: #fff;"></core-to
olbar> |
| 10 |
| 11 <core-menu valueattr="label" style="font-size: 16px;" theme="core-light-
theme"> |
| 12 <core-item icon="settings" label="Item1"></core-item> |
| 13 <core-item icon="settings" label="Item2"></core-item> |
| 14 </core-menu> |
| 15 |
| 16 </core-header-panel> |
| 17 |
| 18 <div tool>Title</div> |
| 19 |
| 20 </core-scaffold> |
| 21 |
| 22 </template> |
| 23 |
| 24 <template id="imports"> |
| 25 |
| 26 <link rel="import" href="core-scaffold.html"> |
| 27 <link rel="import" href="../core-header-panel/core-header-panel.html"> |
| 28 <link rel="import" href="../core-menu/core-menu.html"> |
| 29 <link rel="import" href="../core-item/core-item.html"> |
| 30 |
| 31 </template> |
| 32 |
| 33 </x-meta> |
| 34 |
| 35 <x-meta id="core-card" label="Card" isContainer group="Core"> |
| 36 |
| 37 <template> |
| 38 |
| 39 <core-card style="position: absolute; width: 300px; height: 300px; backgroun
d-color: #fff; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px,
rgba(0, 0, 0, 0.098) 0px 0px 3px;" layout vertical></core-card> |
| 40 |
| 41 </template> |
| 42 |
| 43 </x-meta> |
OLD | NEW |