OLD | NEW |
(Empty) | |
| 1 <x-meta id="section" label="Section" isContainer group="Core"> |
| 2 |
| 3 <template> |
| 4 |
| 5 <section style="width: 200px; height: 300px;" layout vertical></section> |
| 6 |
| 7 </template> |
| 8 |
| 9 </x-meta> |
| 10 |
| 11 <x-meta id="core-drawer-panel" label="Drawer Panel" isContainer group="Core"> |
| 12 |
| 13 <template> |
| 14 |
| 15 <core-drawer-panel style="position: absolute; top: 0; right: 0; bottom: 0; l
eft: 0;"> |
| 16 <section drawer style="background-color: #fafafa; box-shadow: rgba(0, 0, 0
, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;"></section> |
| 17 <section main style="height: 100%; box-sizing: border-box; background-colo
r: #ddd"></section> |
| 18 </core-drawer-panel> |
| 19 |
| 20 </template> |
| 21 |
| 22 <template id="imports"> |
| 23 |
| 24 <link rel="import" href="core-drawer-panel.html"> |
| 25 |
| 26 </template> |
| 27 |
| 28 </x-meta> |
OLD | NEW |