blob: cb00cb8ff469161d8702573b60e7b3db9af4694f [file] [log] [blame]
/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
:host {
display: block;
position: relative;
}
iron-icon[icon='cr:warning'] {
color: var(--google-yellow-500);
margin-bottom: 0;
margin-inline-end: 15px;
margin-inline-start: 0;
margin-top: 0;
}
#navigation {
color: white;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}