Moved table actions to separate component

This commit is contained in:
Paweł Malak
2021-11-20 14:17:51 +01:00
parent f963c1980b
commit 089ace562a
2 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.TableActions {
display: flex;
align-items: center;
}
.TableAction {
width: 22px;
}
.TableAction:hover {
cursor: pointer;
}