Skip to content

Instantly share code, notes, and snippets.

@designer-polymer
Created April 7, 2014 19:14
Show Gist options
  • Save designer-polymer/10033140 to your computer and use it in GitHub Desktop.
Save designer-polymer/10033140 to your computer and use it in GitHub Desktop.
designer
<polymer-element name="my-element">
<template>
<style>
#core_icon {
height: 24px;
width: 24px;
position: absolute;
left: 40px;
top: 80px;
}
</style>
<core-icon size="24" icon="search" theme="core-light-theme" id="core_icon"></core-icon>
</template>
<script>
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment