blob: 8f53f98061351c516f897a688ddf5a07d6f4fbab [file] [log] [blame]
/*
* Copyright 2017 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
:host {
overflow: auto;
}
.count {
flex: none;
margin: 0 var(--sys-size-3);
}
devtools-icon {
margin-right: var(--sys-size-3);
&[name="cross-circle"] {
color: var(--sys-color-error-bright);
}
&[name="warning"] {
color: var(--icon-warning);
}
&[name="info"] {
color: var(--icon-info);
}
}
.tree-element-title {
flex-grow: 1;
}