UNPKG

chrome-devtools-frontend

Version:
33 lines (29 loc) 718 B
/* * Copyright 2025 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ :host { display: block; flex-shrink: 0; width: 100%; border: 2px solid var(--sys-color-neutral-container); border-radius: 12px; margin-bottom: 12px; overflow: hidden; background-color: var(--sys-color-cdt-base-container); } .header { padding: 10px 16px; cursor: pointer; user-select: none; display: flex; align-items: center; background-color: var(--sys-color-surface3); justify-content: space-between; transition: background-color 0.2s ease-in-out; } .content { background-color: var(--sys-color-surface); padding: 12px 16px; }