UNPKG

chrome-devtools-frontend

Version:
33 lines (26 loc) 508 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. */ .docs-popup-wrapper { max-width: 350px; font-size: 12px; line-height: 1.4; } .docs-popup-section { margin-top: 8px; } .clickable { color: var(--sys-color-primary); } .underlined { text-decoration: underline; } .unbreakable-text { white-space: nowrap; } .footer { display: flex; justify-content: space-between; }