Simplify public cards page layout
This commit is contained in:
@@ -33,14 +33,12 @@
|
||||
</div>
|
||||
|
||||
<div class="sg-cards-public-page__cta-right-buttons" data-component="link-buttons">
|
||||
<div class="sg-component-row">
|
||||
<button class="sg-interaction-element sg-button sg-button--active" type="button" data-component="button" data-component-state="active">
|
||||
Link-Button
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -240,6 +240,7 @@
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding-inline: var(--spacing-small);
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page #component-content-wrapper-card > .sg-transparent-card {
|
||||
@@ -261,19 +262,18 @@
|
||||
|
||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-grid {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
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;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.sg-page-cards .sg-group-card > .sg-card {
|
||||
|
||||
Reference in New Issue
Block a user