| /* Copyright 2024 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. */ |
| |
| /* #css_wrapper_metadata_start |
| * #type=style-lit |
| * #scheme=relative |
| * #css_wrapper_metadata_end */ |
| |
| #body { |
| display: flex; |
| } |
| |
| .tonal-button { |
| margin-inline-end: 8px; |
| } |
| |
| #icon-wrapper, |
| cr-icon { |
| height: var(--cr-icon-size); |
| width: var(--cr-icon-size); |
| color: var(--google-red-700); |
| } |
| |
| @media (prefers-color-scheme: dark) { |
| #icon-wrapper, |
| cr-icon { |
| color: var(--google-red-300); |
| } |
| } |
| |
| #icon-wrapper { |
| margin-inline-end: 8px; |
| } |
| |
| #body-text { |
| color: var(--cr-primary-text-color); |
| } |
| |
| #file-name { |
| font-weight: bold; |
| } |