| /* Copyright 2022 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=vars |
| * #import=chrome://resources/cr_elements/cr_shared_vars.css.js |
| * #css_wrapper_metadata_end */ |
| |
| html { |
| --scrollbar-width: 7px; |
| --scrollbar-background: var(--google-grey-200); |
| --privacy-sandbox-dialog-buttons-row-height: 64px; |
| --privacy-sandbox-privacy-policy-back-button-section-height: 32px; |
| } |
| |
| @media (prefers-color-scheme: dark) { |
| html { |
| --scrollbar-background: var(--google-grey-700); |
| } |
| } |