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