mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
13 lines
215 B
CSS
13 lines
215 B
CSS
.notice {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-top: 10px;
|
|
font-size: var(--font-size-small);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.message {
|
|
text-align: center;
|
|
margin-right: 20px;
|
|
}
|