mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b6606ecba8
* DevTools shows unsupported renderer version dialog * Optimistic CHANGELOG udpate
20 lines
314 B
CSS
20 lines
314 B
CSS
.Row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.Column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.Title {
|
|
font-size: var(--font-size-sans-large);
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.ReleaseNotesLink {
|
|
color: var(--color-button-active);
|
|
} |