Add load more navigation card row
This commit is contained in:
@@ -206,6 +206,22 @@
|
||||
<div class="sg-large-table__cell" role="cell">D10</div>
|
||||
<div class="sg-large-table__cell" role="cell">E10</div>
|
||||
</div>
|
||||
|
||||
<div class="sg-card-segment sg-card-segment--body sg-card-segment--white sg-large-table__row" role="row" data-component-part="large-table-row">
|
||||
<div class="sg-large-table__cell sg-large-table__cell--load-more" role="cell">
|
||||
<div class="sg-navigation-card-layout">
|
||||
<div class="sg-navigation-card-block">
|
||||
<article class="sg-card" data-component="card" data-pattern="navigation-card" aria-label="Navigations-Card">
|
||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body" data-pattern-part="navigation-card-segment">
|
||||
<div class="sg-navigation-card-center">
|
||||
<a class="sg-hyperlink" href="#" data-component="hyperlink">Mehr laden</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
@@ -108,6 +108,12 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sg-large-table__cell--load-more {
|
||||
grid-column: 1 / -1;
|
||||
padding: 0;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.sg-large-table__cell--header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user