Updated version check components and strings.

This commit is contained in:
Mike Cao 2020-09-29 16:25:44 -07:00
parent 9f9208ad18
commit 57bb1cb655
20 changed files with 124 additions and 62 deletions

View file

@ -1,15 +1,13 @@
.wrapper {
width: 100%;
.notice {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: var(--font-size-xsmall);
}
.heading {
align-items: center;
padding-top: 10px;
font-size: var(--font-size-small);
font-weight: 600;
margin: auto 10px;
}
.message,
.heading {
display: inline-block;
.message {
text-align: center;
margin-right: 20px;
}