1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00
flame/client/src/components/Bookmarks/BookmarkTable/BookmarkTable.module.css
2021-05-25 11:44:11 +02:00

12 lines
No EOL
133 B
CSS

.TableActions {
display: flex;
align-items: center;
}
.TableAction {
width: 22px;
}
.TableAction:hover {
cursor: pointer;
}