blob: 8c590b02f130c26159a6609288669171cb862edb [file] [log] [blame]
<link rel="import" href="../../html/polymer.html">
<link rel="import" href="../../html/assert.html">
<link rel="import" href="../../html/util.html">
<dom-module id="cr-profile-avatar-selector-grid">
<template>
<style>
:host {
display: inline-flex;
flex-wrap: wrap;
margin: calc(var(--avatar-spacing) / -2);
}
</style>
<slot></slot>
</template>
<script src="cr_profile_avatar_selector_grid.js"></script>
</dom-module>