chrome-devtools-frontend
Version:
Chrome DevTools UI
46 lines (39 loc) • 930 B
CSS
/**
* Copyright 2016 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@scope to (devtools-widget > *) {
:scope {
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: var(--sys-size-1) solid;
border-bottom: var(--sys-size-1) solid;
border-color: var(--sys-color-divider);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
height: var(--sys-size-11);
background-color: var(--sys-color-surface2);
display: flex;
align-items: center;
}
.font-stats-item {
padding: 5px 1em;
div {
margin-bottom: var(--sys-size-2);
}
&:not(:last-child) {
border-bottom: var(--sys-size-1) solid var(--sys-color-divider);
}
}
}