feat: update loyalty overview table ui
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
.container {
|
||||
/* These negative margins are needed for horizontally scrollable lists of cards */
|
||||
margin-right: calc(0px - var(--Spacing-x2));
|
||||
/* These negative margins are needed for getting the right background color for mobile loyalty table overview */
|
||||
margin: 0 calc(0px - var(--Spacing-x2)) calc(0px - var(--Spacing-x9))
|
||||
calc(0px - var(--Spacing-x2));
|
||||
overflow-x: hidden;
|
||||
padding-right: var(--Spacing-x2);
|
||||
padding: 0 var(--Spacing-x2) var(--Spacing-x9) var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.header {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x1);
|
||||
padding-bottom: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.tableTitle {
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
.preamble {
|
||||
@@ -22,4 +28,8 @@
|
||||
margin-right: var(--Spacing-x0);
|
||||
margin-left: var(--Spacing-x0);
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user