| /* |
| * 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: 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; |
| } |
| |
| #baseline { |
| display: inline-flex; |
| align-items: flex-start; |
| gap: 4px; |
| } |
| |
| #baseline-icon { |
| width: 18px; |
| height: 18px; |
| } |