1 <link rel=
"import" href=
"core-style.html">
3 <core-style id=
"my-toolbar">
7 background-color: steelblue;
11 polyfill-next-selector {
12 content:
':host
> *
';
19 <polymer-element name=
"my-toolbar" horizontal=
"" center=
"" layout=
"" assetpath=
"">
21 <core-style ref=
"my-toolbar"></core-style>
26 <core-style id=
"my-panel">
28 display: inline-block;
30 width: calc({{
100 / g.columns }}% -
16px);
39 <polymer-element name=
"my-panel" vertical=
"" center=
"" center-justified=
"" layout=
"" assetpath=
"">
41 <core-style ref=
"my-panel"></core-style>
44 </polymer-element><script src=
"elements-extracted.js"></script>