mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
17 lines
240 B
CSS
17 lines
240 B
CSS
.NoInteractions {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.Header {
|
|
font-size: var(--font-size-sans-large);
|
|
}
|
|
|
|
.Link {
|
|
color: var(--color-button);
|
|
}
|