react/shells/dev/app/ToDoList/List.css

17 lines
189 B
CSS
Raw Normal View History

2019-01-23 03:04:37 +08:00
.Input {
font-size: 1rem;
padding: 0.25rem;
}
.IconButton {
padding: 0.25rem;
border: none;
background: none;
cursor: pointer;
}
.List {
margin: 0.5rem 0 0;
padding: 0;
}