Polish subscription profile controls and status styling
Build and Deploy Gateway / build-and-push (push) Successful in 19s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-11 10:04:13 +03:00
parent 021cdb28d0
commit 17849ffd73
4 changed files with 29 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.23.10',
gatewayClient: '0.24.10',
macClient: '0.23.11',
gatewayClient: '0.24.11',
gatewayBackend: '0.24.0',
});
+12
View File
@@ -163,6 +163,8 @@
.client-profile-delete {
width: 36px;
height: 36px;
display: grid;
place-items: center;
padding: 0;
border: 0;
background: transparent;
@@ -364,6 +366,9 @@
}
.client-profile-activate {
font: var(--type-micro);
letter-spacing: var(--type-micro-tracking);
text-transform: var(--type-micro-transform);
white-space: nowrap;
}
@@ -428,6 +433,13 @@
border-bottom-color: oklch(0.68 0.15 28);
}
.client-profile-form-status {
color: oklch(0.68 0.15 28);
font: var(--type-control);
letter-spacing: var(--type-control-tracking);
text-transform: var(--type-control-transform);
}
.client-profile-form-actions {
display: flex;
justify-content: flex-end;