| /* 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 |
| * #scheme=relative |
| * #import=//resources/cr_elements/cr_shared_vars.css.js |
| * #css_wrapper_metadata_end */ |
| |
| .section-title { |
| color: var(--cr-primary-text-color); |
| font-size: 108%; |
| font-weight: 400; |
| letter-spacing: .25px; |
| margin-bottom: 12px; |
| margin-top: var(--cr-section-vertical-margin); |
| outline: none; |
| padding-bottom: 4px; |
| padding-top: 8px; |
| } |
| |
| .page-title { |
| font-weight: 400; |
| } |
| |
| .card { |
| background-color: var(--cr-card-background-color); |
| border-radius: var(--cr-card-border-radius); |
| box-shadow: var(--cr-card-shadow); |
| } |
| |
| .cr-centered-card-container { |
| padding-bottom: 20px; |
| } |