mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Create banner to display when new version is available
This commit is contained in:
parent
d79c804591
commit
4f24834265
2 changed files with 51 additions and 0 deletions
15
components/common/UpdateNotice.module.css
Normal file
15
components/common/UpdateNotice.module.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue