Files
element-call/src/DisconnectedBanner.module.css
T

19 lines
390 B
CSS
Raw Normal View History

2023-06-09 19:18:30 +02:00
/*
Copyright 2023, 2024 New Vector Ltd.
2023-06-09 19:18:30 +02:00
SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
2023-06-09 19:18:30 +02:00
*/
.banner {
position: absolute;
padding: 29px;
2023-08-28 16:45:17 -04:00
background-color: var(--cpd-color-bg-subtle-primary);
2023-06-09 19:18:30 +02:00
vertical-align: middle;
font-size: var(--font-size-body);
text-align: center;
z-index: 1;
top: 76px;
2023-06-13 17:08:29 +02:00
width: calc(100% - 58px);
2023-06-09 19:18:30 +02:00
}