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