Move Bestellungen table overrides to portal CSS
This commit is contained in:
@@ -82,3 +82,16 @@ body.sg-otc-order-overlay-open {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-large-table--bestellungen .sg-large-table__row {
|
||||||
|
grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(8.5rem, max-content);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-large-table--bestellungen .sg-large-table__cell--amount {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-large-table--bestellungen .sg-large-table__cell--amount .sg-large-table__sort-button {
|
||||||
|
justify-content: flex-end;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user