Files
ThreadNet-Web/res/css/views/rooms/_RoomUpgradeWarningBar.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

45 lines
919 B
Plaintext
Raw Normal View History

2018-08-17 14:54:43 +01:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2018-2024 New Vector Ltd.
2018-08-17 14:54:43 +01:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
2018-08-17 14:54:43 +01:00
*/
.mx_RoomUpgradeWarningBar {
2019-06-25 15:40:22 -06:00
max-height: 235px;
2021-11-29 13:52:09 +01:00
background-color: $info-plinth-bg-color;
2019-06-25 15:40:22 -06:00
padding-left: 20px;
padding-right: 20px;
overflow: scroll;
}
.mx_RoomUpgradeWarningBar_wrapped {
width: 100%;
height: 100%;
display: flex;
2018-08-17 14:54:43 +01:00
text-align: center;
align-items: center;
flex-direction: column;
justify-content: center;
-webkit-align-items: center;
}
.mx_RoomUpgradeWarningBar_header {
2021-11-11 14:37:29 +01:00
color: $alert;
2018-08-17 14:54:43 +01:00
font-weight: bold;
}
.mx_RoomUpgradeWarningBar_body {
2021-11-11 14:37:29 +01:00
color: $alert;
2018-08-17 14:54:43 +01:00
}
.mx_RoomUpgradeWarningBar_upgradelink {
2021-11-11 14:37:29 +01:00
color: $alert;
2018-08-17 14:54:43 +01:00
text-decoration: underline;
}
.mx_RoomUpgradeWarningBar_small {
2021-11-29 13:52:09 +01:00
color: $info-plinth-fg-color;
2018-08-17 14:54:43 +01:00
font-size: 70%;
}