| 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 | .commit-cloud-info { |
| b69ab31 | | | 9 | display: flex; |
| b69ab31 | | | 10 | flex-direction: column; |
| b69ab31 | | | 11 | gap: calc(1 * var(--pad)); |
| b69ab31 | | | 12 | margin-top: calc(-1 * var(--pad)); |
| b69ab31 | | | 13 | } |
| b69ab31 | | | 14 | |
| b69ab31 | | | 15 | .commit-cloud-header { |
| b69ab31 | | | 16 | font-size: 90%; |
| b69ab31 | | | 17 | margin-bottom: calc(-1 * var(--pad)); |
| b69ab31 | | | 18 | } |
| b69ab31 | | | 19 | |
| b69ab31 | | | 20 | .commit-cloud-row, |
| b69ab31 | | | 21 | .commit-cloud-row > .subtle { |
| b69ab31 | | | 22 | display: flex; |
| b69ab31 | | | 23 | flex-direction: row; |
| b69ab31 | | | 24 | gap: var(--pad); |
| b69ab31 | | | 25 | align-items: center; |
| b69ab31 | | | 26 | } |
| b69ab31 | | | 27 | |
| b69ab31 | | | 28 | .commit-cloud-sync-status-badge { |
| b69ab31 | | | 29 | padding-block: var(--pad); |
| b69ab31 | | | 30 | } |
| b69ab31 | | | 31 | .commit-cloud-sync-status-badge > * { |
| b69ab31 | | | 32 | display: flex; |
| b69ab31 | | | 33 | gap: var(--halfpad); |
| b69ab31 | | | 34 | align-items: center; |
| b69ab31 | | | 35 | } |
| b69ab31 | | | 36 | |
| b69ab31 | | | 37 | .commit-cloud-dropdown-container { |
| b69ab31 | | | 38 | width: 100%; |
| b69ab31 | | | 39 | z-index: 3; |
| b69ab31 | | | 40 | box-sizing: border-box; |
| b69ab31 | | | 41 | display: flex; |
| b69ab31 | | | 42 | flex-flow: column nowrap; |
| b69ab31 | | | 43 | align-items: flex-start; |
| b69ab31 | | | 44 | justify-content: flex-start; |
| b69ab31 | | | 45 | } |
| b69ab31 | | | 46 | |
| b69ab31 | | | 47 | .commit-cloud-dropdown-container label { |
| b69ab31 | | | 48 | display: block; |
| b69ab31 | | | 49 | color: var(--vscode-foreground); |
| b69ab31 | | | 50 | cursor: pointer; |
| b69ab31 | | | 51 | line-height: normal; |
| b69ab31 | | | 52 | margin-bottom: 2px; |
| b69ab31 | | | 53 | font-size: 90%; |
| b69ab31 | | | 54 | } |
| b69ab31 | | | 55 | |
| b69ab31 | | | 56 | .commit-cloud-dropdown-container vscode-dropdown { |
| b69ab31 | | | 57 | min-width: 200px; |
| b69ab31 | | | 58 | } |
| b69ab31 | | | 59 | |
| b69ab31 | | | 60 | .commit-cloud-backup-list { |
| b69ab31 | | | 61 | margin-left: calc(3 * var(--pad)); |
| b69ab31 | | | 62 | } |
| b69ab31 | | | 63 | |
| b69ab31 | | | 64 | .commit-cloud-workspace-actions { |
| b69ab31 | | | 65 | display: flex; |
| b69ab31 | | | 66 | flex-direction: column; |
| b69ab31 | | | 67 | gap: var(--pad); |
| b69ab31 | | | 68 | width: 100%; |
| b69ab31 | | | 69 | } |
| b69ab31 | | | 70 | |
| b69ab31 | | | 71 | .commit-cloud-new-workspace-input vscode-text-field { |
| b69ab31 | | | 72 | flex-grow: 1; |
| b69ab31 | | | 73 | } |
| b69ab31 | | | 74 | .commit-cloud-new-workspace-input { |
| b69ab31 | | | 75 | display: flex; |
| b69ab31 | | | 76 | align-items: flex-end; |
| b69ab31 | | | 77 | gap: var(--halfpad); |
| b69ab31 | | | 78 | } |