2019-11-07 17:39:50 +01:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-01-30 20:03:26 +00:00
|
|
|
Copyright 2019, 2020 The Matrix.org Foundation C.I.C.
|
2019-11-07 17:39:50 +01:00
|
|
|
|
2025-01-06 11:18:54 +00: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.
|
2019-11-07 17:39:50 +01:00
|
|
|
*/
|
|
|
|
|
|
2022-07-08 08:58:49 +00:00
|
|
|
.mx_EventTileBubble.mx_cryptoEvent {
|
|
|
|
|
margin: var(--EventTileBubble_margin-block) auto;
|
|
|
|
|
|
2026-01-05 17:14:51 +00:00
|
|
|
&.mx_cryptoEvent_icon svg {
|
|
|
|
|
color: $header-panel-text-primary-color;
|
2020-01-30 20:03:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_cryptoEvent_state,
|
|
|
|
|
.mx_cryptoEvent_buttons {
|
2019-11-07 17:39:50 +01:00
|
|
|
grid-column: 3;
|
|
|
|
|
grid-row: 1 / 3;
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-30 20:03:26 +00:00
|
|
|
.mx_cryptoEvent_buttons {
|
2019-11-07 17:39:50 +01:00
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
2021-07-01 15:22:44 +01:00
|
|
|
gap: 5px;
|
2019-11-07 17:39:50 +01:00
|
|
|
}
|
|
|
|
|
|
2020-01-30 20:03:26 +00:00
|
|
|
.mx_cryptoEvent_state {
|
2019-11-07 17:39:50 +01:00
|
|
|
width: 130px;
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
margin: auto 0;
|
|
|
|
|
text-align: center;
|
2021-10-16 19:54:00 +02:00
|
|
|
color: $tertiary-content;
|
2020-11-04 17:00:07 +00:00
|
|
|
overflow-wrap: break-word;
|
|
|
|
|
font-size: $font-12px;
|
2019-11-07 17:39:50 +01:00
|
|
|
}
|
|
|
|
|
}
|