| /* 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 |
| * #import=./app_management_shared_style.css.js |
| * #import=//resources/cr_elements/cr_page_host_style_lit.css.js |
| * #include=app-management-shared-style cr-page-host-style-lit |
| * #css_wrapper_metadata_end */ |
| |
| #content { |
| background-color: var(--cr-card-background-color); |
| border-radius: var(--cr-card-border-radius); |
| box-shadow: var(--cr-card-shadow); |
| color: var(--cr-primary-text-color); |
| /* Follows margin used in chrome://history */ |
| margin-top: 24px; |
| } |
| |
| /* Follows styles in settings_subpage for header and app title */ |
| #headerLine { |
| min-height: 40px; |
| padding-bottom: 24px; |
| padding-top: 8px; |
| } |
| |
| #title-icon { |
| height: 36px; |
| margin-inline-end: 12px; |
| margin-inline-start: 2px; |
| width: 36px; |
| } |
| |
| #uninstall-button { |
| /* Push the button to the right in flex layout. */ |
| margin-inline-start: auto; |
| } |
| |
| .app-detail { |
| display: flex; |
| flex-direction: column; |
| gap: 2px; |
| padding: 13px 0; |
| } |