1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 05:19:37 +02:00
flame/client/src/components/Apps/AppTable/AppTable.module.css
2021-06-17 10:56:27 +02:00

29 lines
No EOL
378 B
CSS

.TableActions {
display: flex;
align-items: center;
}
.TableAction {
width: 22px;
}
.TableAction:hover {
cursor: pointer;
}
.Message {
width: 100%;
display: flex;
justify-content: center;
align-items: baseline;
color: var(--color-primary);
margin-bottom: 20px;
}
.Message span {
color: var(--color-accent);
}
.Message span:hover {
cursor: pointer;
}