This commit is contained in:
Adria Navarro 2025-02-21 12:37:46 +01:00
parent 621066bdc0
commit f880c5450d
1 changed files with 12 additions and 0 deletions

View File

@ -642,4 +642,16 @@
background-color: var(--spectrum-global-color-gray-50);
cursor: pointer;
}
/* Upgrade */
.upgrade {
display: flex;
flex-direction: column;
align-items: center;
gap: var(--spacing-l);
}
.upgrade :global(p) {
text-align: center;
align-self: center;
}
</style>