|
| 1 | +.project-settings-v2-dialog [data-slot="dialog-container"] { |
| 2 | + background: var(--v2-background-bg-base); |
| 3 | +} |
| 4 | + |
| 5 | +.project-settings-v2-dialog [data-slot="dialog-body"] { |
| 6 | + padding: 0; |
| 7 | + overflow: hidden; |
| 8 | +} |
| 9 | + |
| 10 | +.project-settings-v2 { |
| 11 | + height: 100%; |
| 12 | +} |
| 13 | + |
| 14 | +.project-settings-v2-nav { |
| 15 | + display: flex; |
| 16 | + flex-direction: column; |
| 17 | + gap: 4px; |
| 18 | + width: 100%; |
| 19 | +} |
| 20 | + |
| 21 | +.project-settings-v2-panel { |
| 22 | + display: flex; |
| 23 | + flex-direction: column; |
| 24 | + height: 100%; |
| 25 | + min-width: 0; |
| 26 | + overflow: hidden !important; |
| 27 | + user-select: none; |
| 28 | +} |
| 29 | + |
| 30 | +.project-settings-v2-panel :is(input, textarea, [contenteditable="true"]) { |
| 31 | + user-select: text; |
| 32 | +} |
| 33 | + |
| 34 | +.project-settings-v2-form { |
| 35 | + display: flex; |
| 36 | + flex-direction: column; |
| 37 | + height: 100%; |
| 38 | + min-height: 0; |
| 39 | +} |
| 40 | + |
| 41 | +.project-settings-v2-scroll { |
| 42 | + display: flex; |
| 43 | + flex: 1; |
| 44 | + flex-direction: column; |
| 45 | + gap: 24px; |
| 46 | + min-height: 0; |
| 47 | + padding: 40px; |
| 48 | + overflow-y: auto; |
| 49 | +} |
| 50 | + |
| 51 | +.project-settings-page-header { |
| 52 | + display: flex; |
| 53 | + flex-direction: column; |
| 54 | + gap: 6px; |
| 55 | +} |
| 56 | + |
| 57 | +.project-settings-page-header h2 { |
| 58 | + color: var(--v2-text-text-base); |
| 59 | + font-size: 15px; |
| 60 | + font-weight: 640; |
| 61 | + line-height: 1; |
| 62 | +} |
| 63 | + |
| 64 | +.project-settings-page-header > span { |
| 65 | + color: var(--v2-text-text-muted); |
| 66 | + font-size: 11px; |
| 67 | + font-weight: 440; |
| 68 | + line-height: 1; |
| 69 | +} |
| 70 | + |
| 71 | +.project-settings-extensions { |
| 72 | + display: flex; |
| 73 | + flex-direction: column; |
| 74 | + height: 100%; |
| 75 | + min-height: 0; |
| 76 | + padding: 40px; |
| 77 | +} |
| 78 | + |
| 79 | +.project-settings-extension-tabs { |
| 80 | + flex: 1; |
| 81 | + height: auto; |
| 82 | + min-height: 0; |
| 83 | + margin-top: 24px; |
| 84 | + overflow: visible; |
| 85 | +} |
| 86 | + |
| 87 | +.project-settings-extension-tabs[data-component="tabs-v2"][data-variant="pill"] > [data-slot="tabs-v2-list"] { |
| 88 | + width: auto; |
| 89 | + padding-inline: 0 !important; |
| 90 | +} |
| 91 | + |
| 92 | +.project-settings-extension-tabs[data-component="tabs-v2"][data-variant="pill"] > [data-slot="tabs-v2-list"]::before { |
| 93 | + display: none; |
| 94 | +} |
| 95 | + |
| 96 | +.project-settings-extension-tabs[data-component="tabs-v2"][data-variant="pill"] |
| 97 | + > [data-slot="tabs-v2-list"] |
| 98 | + [data-slot="tabs-v2-trigger-wrapper"] { |
| 99 | + border-radius: 6px; |
| 100 | +} |
| 101 | + |
| 102 | +.project-settings-extension-tabs[data-component="tabs-v2"][data-variant="pill"] |
| 103 | + > [data-slot="tabs-v2-list"] |
| 104 | + [data-slot="tabs-v2-trigger"] { |
| 105 | + padding-inline: 8px; |
| 106 | +} |
| 107 | + |
| 108 | +.project-settings-extension-tabs [data-slot="tabs-v2-content"] { |
| 109 | + overflow-y: auto; |
| 110 | +} |
| 111 | + |
| 112 | +.project-settings-extension-section { |
| 113 | + display: flex; |
| 114 | + flex-direction: column; |
| 115 | + gap: 16px; |
| 116 | + padding-top: 20px; |
| 117 | +} |
| 118 | + |
| 119 | +.project-settings-extension-section-header { |
| 120 | + display: flex; |
| 121 | + align-items: center; |
| 122 | + justify-content: space-between; |
| 123 | + gap: 16px; |
| 124 | + color: var(--v2-text-text-base); |
| 125 | + font-size: 13px; |
| 126 | + font-weight: 530; |
| 127 | + line-height: 1; |
| 128 | +} |
| 129 | + |
| 130 | +.project-settings-extension-section-header > :last-child { |
| 131 | + color: var(--v2-text-text-faint); |
| 132 | + font-size: 11px; |
| 133 | + font-weight: 440; |
| 134 | +} |
| 135 | + |
| 136 | +.project-settings-extension-link { |
| 137 | + color: var(--v2-text-text-accent) !important; |
| 138 | + text-decoration: none; |
| 139 | +} |
| 140 | + |
| 141 | +.project-settings-extension-link:hover { |
| 142 | + text-decoration: underline; |
| 143 | +} |
| 144 | + |
| 145 | +.project-settings-extension-card { |
| 146 | + padding-inline: 12px; |
| 147 | + overflow: hidden; |
| 148 | + border: 0.5px solid var(--v2-border-border-base); |
| 149 | + border-radius: 8px; |
| 150 | + background: var(--v2-background-bg-base); |
| 151 | +} |
| 152 | + |
| 153 | +.project-settings-extension-row { |
| 154 | + display: flex; |
| 155 | + align-items: center; |
| 156 | + justify-content: space-between; |
| 157 | + gap: 12px; |
| 158 | + min-height: 48px; |
| 159 | + border-bottom: 0.5px solid var(--v2-border-border-base); |
| 160 | +} |
| 161 | + |
| 162 | +.project-settings-extension-row:last-child { |
| 163 | + border-bottom: 0; |
| 164 | +} |
| 165 | + |
| 166 | +.project-settings-extension-row-main { |
| 167 | + display: flex; |
| 168 | + flex: 1; |
| 169 | + align-items: center; |
| 170 | + gap: 10px; |
| 171 | + min-width: 0; |
| 172 | +} |
| 173 | + |
| 174 | +.project-settings-extension-row-icon { |
| 175 | + flex-shrink: 0; |
| 176 | + color: var(--v2-icon-icon-muted); |
| 177 | +} |
| 178 | + |
| 179 | +.project-settings-extension-row-name { |
| 180 | + min-width: 0; |
| 181 | + overflow: hidden; |
| 182 | + color: var(--v2-text-text-base); |
| 183 | + font-size: 13px; |
| 184 | + font-weight: 530; |
| 185 | + text-overflow: ellipsis; |
| 186 | + white-space: nowrap; |
| 187 | +} |
| 188 | + |
| 189 | +.project-settings-extension-row-status { |
| 190 | + display: flex; |
| 191 | + align-items: center; |
| 192 | + gap: 6px; |
| 193 | + flex-shrink: 0; |
| 194 | + color: var(--v2-text-text-muted); |
| 195 | + font-size: 11px; |
| 196 | +} |
| 197 | + |
| 198 | +.project-settings-extension-row-status-dot { |
| 199 | + width: 5px; |
| 200 | + height: 5px; |
| 201 | + border-radius: 50%; |
| 202 | + background: var(--v2-state-fg-warning); |
| 203 | +} |
| 204 | + |
| 205 | +.project-settings-shared { |
| 206 | + display: flex; |
| 207 | + flex-direction: column; |
| 208 | + gap: 12px; |
| 209 | +} |
| 210 | + |
| 211 | +.project-settings-shared-trigger { |
| 212 | + display: flex; |
| 213 | + align-items: center; |
| 214 | + align-self: flex-start; |
| 215 | + gap: 6px; |
| 216 | + color: var(--v2-text-text-base); |
| 217 | + font-size: 11px; |
| 218 | + font-weight: 530; |
| 219 | +} |
| 220 | + |
| 221 | +.project-settings-shared-chevron { |
| 222 | + width: 12px; |
| 223 | + height: 12px; |
| 224 | + color: var(--v2-icon-icon-muted); |
| 225 | + transition: transform 120ms ease; |
| 226 | +} |
| 227 | + |
| 228 | +.project-settings-shared-chevron.open { |
| 229 | + transform: rotate(90deg); |
| 230 | +} |
| 231 | + |
| 232 | +.project-settings-shared-count { |
| 233 | + padding: 1px 4px; |
| 234 | + border-radius: 3px; |
| 235 | + background: var(--v2-background-bg-layer-02); |
| 236 | + color: var(--v2-text-text-muted); |
| 237 | + font-size: 9px; |
| 238 | +} |
0 commit comments