Files
qmining-page/src/components/todoStuff/todo.module.css
T
2020-12-21 13:21:35 +01:00

23 lines
258 B
CSS

.groupDescription {
font-size: 16px;
padding: 4px;
}
.groupContainer {
display: flex;
}
.group {
padding: 8px 16px;
cursor: pointer;
user-select: none;
}
.group:hover {
background-color: #333;
}
.selectedGroup {
background-color: #444;
}