Files
react/shells/dev/app/ToDoList/ListItem.css
Brian Vaughn 5e0dfdac54 Initial commit
2019-01-22 11:04:37 -08:00

24 lines
260 B
CSS

.ListItem {
list-style-type: none;
}
.Input {
cursor: pointer;
}
.Label {
cursor: pointer;
padding: 0.25rem;
color: #555;
}
.Label:hover {
color: #000;
}
.IconButton {
padding: 0.25rem;
border: none;
background: none;
cursor: pointer;
}