Create banner to display when new version is available

This commit is contained in:
MoltenCoffee
2020-09-26 13:03:13 +02:00
parent d79c804591
commit 4f24834265
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.wrapper {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: var(--font-size-xsmall);
}
.heading {
font-weight: 600;
margin: auto 10px;
}
.message,
.heading {
display: inline-block;
}