chrome-devtools-frontend
Version:
Chrome DevTools UI
45 lines (37 loc) • 782 B
CSS
/**
* Copyright 2016 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 {
user-select: text;
}
.platform-fonts {
flex-shrink: 0;
}
.font-usage {
color: var(--sys-color-token-subtle);
padding-left: 3px;
}
.title {
padding: 0 5px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: var(--sys-color-divider);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
height: 24px;
background-color: var(--sys-color-surface2);
display: flex;
align-items: center;
}
.font-stats-item {
padding: 5px 1em;
div {
margin-bottom: 2px;
}
&:not(:last-child) {
border-bottom: 1px solid var(--sys-color-divider);
}
}