2020-07-30 10:36:04 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-07-30 10:36:04 +08:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2020-07-30 10:36:04 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_NonUrgentEchoFailureToast {
|
|
|
|
.mx_NonUrgentEchoFailureToast_icon {
|
|
|
|
display: inline-block;
|
|
|
|
width: $font-18px;
|
|
|
|
height: $font-18px;
|
|
|
|
mask-position: center;
|
|
|
|
mask-size: contain;
|
|
|
|
mask-repeat: no-repeat;
|
2022-07-27 21:39:29 +08:00
|
|
|
background-color: #fff; /* we know that non-urgent toasts are always styled the same */
|
2022-12-12 19:24:14 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/cloud-off.svg");
|
2020-07-30 10:36:04 +08:00
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2022-12-12 19:24:14 +08:00
|
|
|
span {
|
|
|
|
/* includes the i18n block */
|
2020-07-30 10:36:04 +08:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|