chrome-devtools-frontend
Version:
Chrome DevTools UI
23 lines (20 loc) • 501 B
CSS
/*
* Copyright 2021 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
:host {
grid-column-start: span 2;
}
.section-header {
font: var(--sys-typescale-headline5);
margin: var(--sys-size-4) 0 var(--sys-size-5) var(--sys-size-9);
display: flex;
flex-direction: row;
align-items: center;
flex: auto;
text-overflow: ellipsis;
overflow: hidden;
color: var(--sys-color-on-surface);
user-select: none;
}