chrome-devtools-frontend
Version:
Chrome DevTools UI
19 lines (15 loc) • 331 B
CSS
/*
* Copyright 2024 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;
padding: 5px 8px;
}
.passed-insights-section {
margin-top: var(--sys-size-5);
summary {
font-weight: var(--ref-typeface-weight-medium);
}
}