Skip to content

Instantly share code, notes, and snippets.

@cmackay
Created May 17, 2014 21:03
Show Gist options
  • Save cmackay/d172160a19d0191876a2 to your computer and use it in GitHub Desktop.
Save cmackay/d172160a19d0191876a2 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#core_drawer_panel {
top: 80px;
right: 0px;
bottom: 0px;
left: 130px;
}
</style>
<core_drawer_panel> </core_drawer_panel>
</template>
<script>
Polymer('my-element', {
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment