UNPKG

chrome-devtools-frontend

Version:
41 lines (32 loc) 576 B
/* * Copyright 2023 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 { padding: 6px; } .docs-popup-wrapper { max-width: 350px; font-size: 12px; line-height: 1.4; } .docs-popup-section { margin-top: 8px; } .clickable { color: var(--color-link); } .underlined { text-decoration: underline; } .unbreakable-text { white-space: nowrap; } .footer { display: flex; justify-content: space-between; } .dont-show input { vertical-align: bottom; }