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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user