mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
19 lines
282 B
CSS
19 lines
282 B
CSS
.NoCommitData {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.Header {
|
|
font-size: var(--font-size-sans-large);
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.FilterMessage {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|