Skip to content

Instantly share code, notes, and snippets.

@yubrajpokharel
Last active August 29, 2015 14:16
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 yubrajpokharel/52d6967d21f911454913 to your computer and use it in GitHub Desktop.
Save yubrajpokharel/52d6967d21f911454913 to your computer and use it in GitHub Desktop.
designer
<paper-shadow id="paper_shadow" z="2" animated>
<div id="div2" horizontal layout>
<div id="thread" layout horizontal flex on-hold="{{ onHold }">
<profile-img id="profileimage" src letter horizontal layout>
<core-icon icon="polymer" id="core_icon1"></core-icon>
</profile-img>
<div id="div3" flex layout horizontal>
<header id="header" layout vertical flex class="unread">
<span id="span5" layout horizontal center justified>
<time id="time">Feb 27</time>
</span>
<h2 id="heading" class="subject">What is the main source of karma?</h2>
<div id="div1" horizontal layout>
<paper-icon-button icon="question-answer" id="icons" one flex></paper-icon-button>
<div id="rating" horizontal layout one flex>
<span id="counter" center one flex>103</span>
</div>
<paper-icon-button icon="star" id="icons" one flex></paper-icon-button>
<div id="rating" horizontal layout one flex>
<span id="counter" center one flex>4.5</span>
</div>
<paper-icon-button icon="refresh" id="icons" one flex></paper-icon-button>
<div id="rating" horizontal layout one flex>
<span id="counter" center one flex>1.3K</span>
</div>
</div>
</header>
<div id="actionicons" self-start end vertical layout>
<paper-icon-button icon="more-vert" id="icons"></paper-icon-button>
</div>
</div>
</div>
</div>
</paper-shadow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment