feat: guide users after subscription activation

This commit is contained in:
3252a8
2026-05-24 22:24:02 +03:00
parent 1165dc3fa6
commit a60de46173
6 changed files with 178 additions and 24 deletions
+28
View File
@@ -78,6 +78,34 @@
gap: 10px;
}
.activation-success-dialog {
width: min(100%, 440px);
}
.activation-success-dialog-body {
display: grid;
justify-items: center;
gap: 16px;
}
.activation-success-mark {
display: grid;
width: 70px;
height: 70px;
place-items: center;
border: 1px solid color-mix(in srgb, var(--success) 38%, transparent);
border-radius: 50%;
background:
radial-gradient(circle at 30% 25%, color-mix(in srgb, white 42%, transparent), transparent 34%),
color-mix(in srgb, var(--success) 16%, var(--panel));
color: var(--success);
box-shadow: 0 18px 38px color-mix(in srgb, var(--success) 20%, transparent);
}
.activation-success-dialog-body .btn {
width: 100%;
}
.payment-divider {
height: 1px;
width: 100%;