umami/components/common/UpdateNotice.module.css

14 lines
215 B
CSS
Raw Normal View History

.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;
}