Skip to content

Instantly share code, notes, and snippets.

@vijaykarthik
Last active August 29, 2015 14:10
Show Gist options
  • Save vijaykarthik/36c3511e7c5c0d79ff6a to your computer and use it in GitHub Desktop.
Save vijaykarthik/36c3511e7c5c0d79ff6a to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#section2 {
box-sizing: border-box;
width: 420px;
height: 630px;
left: 1480px;
top: 300px;
}
#topeka_app {
width: 570px;
height: 680px;
min-height: 450px;
left: 440px;
top: 120px;
position: absolute;
}
#core_selector {
left: 1490px;
top: 780px;
}
#core_icon1 {
height: 256px;
width: 256px;
left: 1650px;
top: 820px;
}
#topeka_categories {
width: 300px;
height: 300px;
left: 1620px;
top: 760px;
}
#topeka_app1 {
width: 300px;
height: 300px;
min-height: 450px;
left: 1480px;
top: 540px;
}
</style>
<topeka-app selected="profile" disableleaderboard id="topeka_app" vertical layout></topeka-app>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment