UNPKG

chrome-devtools-frontend

Version:
44 lines (35 loc) 670 B
/* * Copyright 2023 The Chromium Authors * 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: 420px; font-size: var(--sys-typescale-body4-size); line-height: 1.4; } .docs-popup-section { margin-top: var(--sys-size-5); } .clickable { color: var(--sys-color-primary); } .underlined { text-decoration: underline; } .unbreakable-text { white-space: nowrap; } .footer { display: flex; justify-content: space-between; } #baseline { display: inline-flex; align-items: flex-start; gap: var(--sys-size-3); } #baseline-icon { width: 18px; height: 18px; }