mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-20 12:09:36 +02:00
13 lines
134 B
CSS
13 lines
134 B
CSS
|
.TableActions {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.TableAction {
|
||
|
width: 22px;
|
||
|
}
|
||
|
|
||
|
.TableAction:hover {
|
||
|
cursor: pointer;
|
||
|
}
|