mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
11 lines
118 B
CSS
11 lines
118 B
CSS
.ActionIcons {
|
|
display: flex;
|
|
}
|
|
|
|
.ActionIcons svg {
|
|
width: 20px;
|
|
}
|
|
|
|
.ActionIcons svg:hover {
|
|
cursor: pointer;
|
|
}
|