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

31 lines
498 B
CSS

.App {
/* GitHub.com frontend fonts */
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
font-size: 14px;
line-height: 1.5;
}
.Header {
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.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;
}