1 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. -->
5 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
6 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/polymer/polymer.html">
9 Blue header for New Gaia UI, contains blue avatar logo and user email.
12 <gaia-header email="user@example.com">
16 'email' - displayed email.
18 <dom-module name=
"gaia-header">
19 <link rel=
"stylesheet" href=
"gaia_header.css">
22 <img src=
"chrome://theme/IDR_LOGO_AVATAR_CIRCLE_BLUE_COLOR" alt
24 <div id=
"email"><span>[[email]]
<span></div>