1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00
flame/client/src/components/UI/Icons/ActionIcons/ActionIcons.module.css
2022-03-25 11:04:16 +01:00

11 lines
118 B
CSS

.ActionIcons {
display: flex;
}
.ActionIcons svg {
width: 20px;
}
.ActionIcons svg:hover {
cursor: pointer;
}