mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
21 lines
366 B
CSS
21 lines
366 B
CSS
#scheduled_messages_overlay_container {
|
|
.scheduled-messages-loading {
|
|
margin-top: 10px;
|
|
display: grid;
|
|
|
|
> * {
|
|
grid-row-start: 1;
|
|
grid-column-start: 1;
|
|
margin: auto;
|
|
}
|
|
}
|
|
|
|
.no-overlay-messages {
|
|
display: none;
|
|
|
|
&:only-child {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|