Skip to content

Instantly share code, notes, and snippets.

@kpgarrod
Created July 23, 2014 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kpgarrod/4faf2692126153e44d24 to your computer and use it in GitHub Desktop.
Save kpgarrod/4faf2692126153e44d24 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>
#google_signin {
left: 1320px;
top: 450px;
position: absolute;
}
</style>
<google-signin clientid="281568026242.apps.googleusercontent.com" scopes="https://www.googleapis.com/auth/calendar.readonly" id="google_signin"></google-signin>
</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