1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-21 04:19:37 +02:00
flame/client/src/components/Bookmarks/BookmarkTable/BookmarkTable.module.css

12 lines
133 B
CSS
Raw Normal View History

2021-05-25 11:44:11 +02:00
.TableActions {
display: flex;
align-items: center;
}
.TableAction {
width: 22px;
}
.TableAction:hover {
cursor: pointer;
}