Add CTA right card variant
This commit is contained in:
@@ -236,6 +236,34 @@
|
||||
margin: var(--spacing-large) 0;
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-card {
|
||||
width: 60%;
|
||||
max-width: none;
|
||||
margin-inline-start: auto;
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-grid {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: var(--spacing-large);
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-copy {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-buttons {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.sg-page-cards .sg-group-card > .sg-card {
|
||||
flex: 0 0 100%;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user