initial commit
This commit is contained in:
13
src/assets/third-party/react-table.css
vendored
Normal file
13
src/assets/third-party/react-table.css
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
.cell-center {
|
||||
text-align: center;
|
||||
}
|
||||
.cell-center > * {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.cell-right {
|
||||
text-align: right;
|
||||
}
|
||||
.cell-right > * {
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
Reference in New Issue
Block a user