1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-25 22:09:36 +02:00

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;
}