mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 12:33:12 +08:00
12 lines
118 B
CSS
12 lines
118 B
CSS
.ActionIcons {
|
|
display: flex;
|
|
}
|
|
|
|
.ActionIcons svg {
|
|
width: 20px;
|
|
}
|
|
|
|
.ActionIcons svg:hover {
|
|
cursor: pointer;
|
|
}
|