add LargeTable component
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.largeTableContainer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.columns {
|
||||
display: none;
|
||||
position: relative;
|
||||
@@ -95,3 +99,13 @@
|
||||
margin: 0 calc(var(--Spacing-x2) * -1);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1367px) {
|
||||
.columns {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.largeTableContainer {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user