mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-02 04:29:14 -04:00
Import files from Yawim
This commit is contained in:
parent
370003835e
commit
dd4809f519
18 changed files with 994 additions and 116 deletions
24
app/elements/buddy-finder/buddy-finder-button.html
Normal file
24
app/elements/buddy-finder/buddy-finder-button.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<link rel="import" href="../../../bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<dom-module id="buddy-finder-button">
|
||||
<template>
|
||||
<style>
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
|
||||
paper-icon-item {
|
||||
height: 60px;
|
||||
}
|
||||
</style>
|
||||
<paper-icon-item>
|
||||
<iron-icon icon="chat:wifi-tethering" item-icon></iron-icon>
|
||||
Find People
|
||||
</paper-icon-item>
|
||||
</template>
|
||||
<script>
|
||||
'use strict';
|
||||
Polymer({
|
||||
is: 'buddy-finder-button'
|
||||
});
|
||||
</script>
|
||||
</dom-module>
|
Loading…
Add table
Add a link
Reference in a new issue