[backport cloud/1.40] feat: add ever-present upgrade button for free-tier users (#9316)

Backport of #9315 to `cloud/1.40`

Automatically created by manual backport.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9316-backport-cloud-1-40-feat-add-ever-present-upgrade-button-for-free-tier-users-3166d73d365081039257c489cabc6b38)
by [Unito](https://www.unito.io)
This commit is contained in:
Hunter
2026-02-28 23:38:41 -05:00
committed by GitHub
parent fdda951516
commit 130e1eed7a
12 changed files with 118 additions and 30 deletions

View File

@@ -609,6 +609,10 @@
}
}
@utility bg-subscription-gradient {
background: var(--color-subscription-button-gradient);
}
@utility scrollbar-hide {
scrollbar-width: none;
&::-webkit-scrollbar {