1
0

PWA update available notification (#42)

This commit is contained in:
konrad
2019-12-18 21:30:20 +00:00
parent 81e9eef154
commit ff0f078ee6
5 changed files with 79 additions and 4 deletions

View File

@ -288,3 +288,18 @@ h1,h2,h3,h4,h5,h6{
height: 18px;
}
}
.update-notification {
margin: 1em;
display: flex;
align-items: center;
background: $warning;
padding: 0 0 0 .5em;
border-radius: $radius;
font-size: .9em;
color: darken($dark, 5);
.button {
margin-left: .5em;
}
}