mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
17 lines
214 B
CSS
17 lines
214 B
CSS
.notice {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.message {
|
|
font-weight: 600;
|
|
flex: 1;
|
|
text-align: center;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.buttons {
|
|
flex: 0;
|
|
}
|