DevTools shows unsupported renderer version dialog (#16897)

* DevTools shows unsupported renderer version dialog

* Optimistic CHANGELOG udpate
This commit is contained in:
Brian Vaughn
2019-09-26 08:41:46 -07:00
committed by GitHub
parent 84e83db1ee
commit b6606ecba8
12 changed files with 161 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
.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);
}