update components

This commit is contained in:
Luke Pulverenti 2016-07-15 17:16:18 -04:00
parent 9254ff721d
commit 3197c48232
162 changed files with 902 additions and 9728 deletions

View file

@ -13,17 +13,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="../../paper-ripple/paper-ripple.html">
<dom-module id="test-radio-button">
<style>
:host #ink {
position: absolute;
top: -16px;
left: -16px;
width: 48px;
height: 48px;
}
</style>
<template>
<style>
:host #ink {
position: absolute;
top: -16px;
left: -16px;
width: 48px;
height: 48px;
}
</style>
<div id="container">
<paper-ripple id="ink" class="circle" center></paper-ripple>
</div>