| b69ab31 | | | 1 | /** |
| b69ab31 | | | 2 | * Copyright (c) Meta Platforms, Inc. and affiliates. |
| b69ab31 | | | 3 | * |
| b69ab31 | | | 4 | * This source code is licensed under the MIT license found in the |
| b69ab31 | | | 5 | * LICENSE file in the root directory of this source tree. |
| b69ab31 | | | 6 | */ |
| b69ab31 | | | 7 | |
| b69ab31 | | | 8 | .confirm-unsaved-edits-pre-split { |
| b69ab31 | | | 9 | max-width: 500px; |
| b69ab31 | | | 10 | padding: var(--pad); |
| b69ab31 | | | 11 | padding-bottom: 0; |
| b69ab31 | | | 12 | } |
| b69ab31 | | | 13 | |
| b69ab31 | | | 14 | .confirm-unsaved-edits-pre-split vscode-divider { |
| b69ab31 | | | 15 | margin-top: calc(2 * var(--pad)); |
| b69ab31 | | | 16 | } |
| b69ab31 | | | 17 | |
| b69ab31 | | | 18 | .confirm-unsaved-edits-pre-split .commits-with-unsaved-changes { |
| b69ab31 | | | 19 | padding: var(--pad); |
| b69ab31 | | | 20 | display: flex; |
| b69ab31 | | | 21 | flex-direction: column; |
| b69ab31 | | | 22 | gap: var(--pad); |
| b69ab31 | | | 23 | } |
| b69ab31 | | | 24 | |
| b69ab31 | | | 25 | .confirm-unsaved-edits-pre-split .commits-with-unsaved-changes .commit-row { |
| b69ab31 | | | 26 | display: flex; |
| b69ab31 | | | 27 | flex-direction: column; |
| b69ab31 | | | 28 | gap: var(--halfpad); |
| b69ab31 | | | 29 | } |
| b69ab31 | | | 30 | |
| b69ab31 | | | 31 | .confirm-unsaved-edits-pre-split .commits-with-unsaved-changes .commit { |
| b69ab31 | | | 32 | display: flex; |
| b69ab31 | | | 33 | gap: var(--pad); |
| b69ab31 | | | 34 | align-items: center; |
| b69ab31 | | | 35 | pointer-events: none; |
| b69ab31 | | | 36 | } |
| b69ab31 | | | 37 | |
| b69ab31 | | | 38 | .confirm-unsaved-edits-pre-split .commits-with-unsaved-changes .unsaved-message-indicator, |
| b69ab31 | | | 39 | .confirm-unsaved-edits-pre-split |
| b69ab31 | | | 40 | .commits-with-unsaved-changes |
| b69ab31 | | | 41 | .selected-commit |
| b69ab31 | | | 42 | .commit-details:before { |
| b69ab31 | | | 43 | display: none; |
| b69ab31 | | | 44 | } |
| b69ab31 | | | 45 | |
| b69ab31 | | | 46 | .confirm-unsaved-edits-pre-split .commits-with-unsaved-changes .field-name { |
| b69ab31 | | | 47 | padding-inline: var(--halfpad); |
| b69ab31 | | | 48 | display: inline-flex; |
| b69ab31 | | | 49 | gap: var(--halfpad); |
| b69ab31 | | | 50 | align-items: center; |
| b69ab31 | | | 51 | font-weight: bold; |
| b69ab31 | | | 52 | text-transform: uppercase; |
| b69ab31 | | | 53 | font-size: 90%; |
| b69ab31 | | | 54 | opacity: 0.9; |
| b69ab31 | | | 55 | } |
| b69ab31 | | | 56 | |
| b69ab31 | | | 57 | .confirm-unsaved-edits-pre-split .commits-with-unsaved-changes .byline { |
| b69ab31 | | | 58 | padding-inline: calc(2 * var(--pad)); |
| b69ab31 | | | 59 | display: flex; |
| b69ab31 | | | 60 | gap: var(--halfpad); |
| b69ab31 | | | 61 | align-items: center; |
| b69ab31 | | | 62 | } |