Compile timeout- Adding the paywall component (#23606)

* adding the upgrade prompt component

* adding the container queries for cards

* removing comment

* styles:lint:fix

* adding ? for checking

GitOrigin-RevId: 63250f73fa543b510423835633de04eff69c47c5
This commit is contained in:
Davinder Singh
2025-02-17 09:04:40 +00:00
committed by Copybot
parent 05045ee9f7
commit cd7b1bf649
3 changed files with 33 additions and 8 deletions
@@ -2,6 +2,14 @@
border-radius: var(--border-radius-base);
box-shadow: 0 4px 6px 0 #1e25301f;
padding: var(--spacing-06);
background-color: var(--white);
container: inline-size; // Defines the parent as a container
.upgrade-prompt-card-container {
@container (max-width: 700px) {
width: 100%;
}
}
.row {
margin-left: 0;