umami/components/common/UpdateNotice.module.css
2022-12-08 23:43:43 -08:00

19 lines
248 B
CSS

.notice {
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
}
.message {
font-size: var(--font-size-sm);
font-weight: 600;
flex: 1;
text-align: center;
margin-right: 20px;
}
.buttons {
flex: 0;
}