umami/components/common/UpdateNotice.module.css

18 lines
214 B
CSS
Raw Normal View History

.notice {
display: flex;
justify-content: center;
align-items: center;
2022-03-03 23:23:57 +01:00
padding-top: 20px;
}
.message {
2022-03-03 23:23:57 +01:00
font-weight: 600;
flex: 1;
text-align: center;
margin-right: 20px;
}
2022-03-03 23:23:57 +01:00
.buttons {
flex: 0;
}