mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
23 lines
269 B
CSS
23 lines
269 B
CSS
.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;
|
|
}
|