mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-13 18:50:29 +03:00
Added server disconnection message (#35)
This commit is contained in:
parent
437c6f8262
commit
5a17badfae
2 changed files with 32 additions and 0 deletions
|
|
@ -26,6 +26,17 @@
|
|||
@extend .drawer-flexItem;
|
||||
@extend .drawer-flexBox;
|
||||
}
|
||||
|
||||
&__state {
|
||||
padding: var(--sp-extra-tight);
|
||||
border-top: 1px solid var(--bg-surface-border);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
& .text {
|
||||
color: var(--tc-danger-high);
|
||||
}
|
||||
}
|
||||
}
|
||||
.rooms__wrapper {
|
||||
@extend .drawer-flexItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue