Skip to content

Instantly share code, notes, and snippets.

@robertonic
Last active February 10, 2016 16:55
Show Gist options
  • Save robertonic/c982a1ebd2ed118eb36f to your computer and use it in GitHub Desktop.
Save robertonic/c982a1ebd2ed118eb36f to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#design_host {
box-sizing: border-box;
}
#core_animated_pages {
width: 420px;
height: 582px;
overflow: hidden;
background-color: rgb(238, 238, 238);
left: 180px;
top: 80px;
position: absolute;
}
</style>
<core-card id="core_card" vertical layout></core-card>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment