mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 09:56:57 +00:00
* feat: integrate billing api and wire up billing ui * feat: show billing to admin only if on plans other than basic plan * feat: show billing to admin only if on plans other than basic plan * feat: update notfound snapshot * chore: fix billing sidenav logic * chore: fix several bugs * chore: backend fix for billing * fix: window.open pop blocker issue and error ui (#3750) --------- Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com> Co-authored-by: Rajat Dabade <rajat@signoz.io>
13 lines
174 B
SCSS
13 lines
174 B
SCSS
.trial-expiry-banner {
|
|
padding: 8px;
|
|
background-color: #f25733;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.upgrade-link {
|
|
padding: 0px;
|
|
padding-right: 4px;
|
|
color: white;
|
|
}
|