mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-03 19:03:13 +08:00
13 lines
134 B
CSS
13 lines
134 B
CSS
.TableActions {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.TableAction {
|
|
width: 22px;
|
|
}
|
|
|
|
.TableAction:hover {
|
|
cursor: pointer;
|
|
}
|