mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
19 lines
251 B
CSS
19 lines
251 B
CSS
.notice {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.message {
|
|
font-size: var(--font-size-small);
|
|
font-weight: 600;
|
|
flex: 1;
|
|
text-align: center;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.buttons {
|
|
flex: 0;
|
|
}
|