| /* | |
| * Copyright 2021 The Chromium Authors | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| .content { | |
| display: grid; | |
| grid-template-columns: min-content 1fr; | |
| } | |
| .key { | |
| color: var(--sys-color-token-subtle); | |
| padding: 0 6px; | |
| text-align: right; | |
| white-space: pre; | |
| } | |
| .value { | |
| color: var(--sys-color-token-subtle); | |
| margin-inline-start: 0; | |
| padding: 0 6px; | |
| } | |
| .error-text { | |
| color: var(--sys-color-error-bright); | |
| font-weight: bold; | |
| } |