Files

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

45 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
Copyright 2015, 2016 OpenMarket Ltd
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.
*/
2022-06-25 12:50:58 +00:00
.mx_ViewSource {
pre {
font-size: $font-12px;
padding: 0.5em 1em;
word-wrap: break-word;
white-space: pre-wrap;
overflow-wrap: anywhere;
}
2021-03-03 22:38:30 +02:00
2022-06-25 12:50:58 +00:00
.mx_ViewSource_header {
border-bottom: 1px solid $quinary-content;
padding-bottom: var(--cpd-space-3x);
margin-bottom: var(--cpd-space-3x);
font-family: monospace;
2019-02-24 03:43:44 +00:00
2022-06-25 12:50:58 +00:00
.mx_CopyableText {
word-break: break-all;
}
}
2021-03-03 23:48:39 +02:00
2022-06-25 12:50:58 +00:00
.mx_ViewSource_heading {
font-size: $font-17px;
font-weight: 400;
color: $primary-content;
margin-top: var(--cpd-space-3x);
2022-06-25 12:50:58 +00:00
}
2022-06-25 12:50:58 +00:00
.mx_ViewSource_details {
margin-top: var(--cpd-space-3x);
2022-06-25 12:50:58 +00:00
}
2022-06-25 12:50:58 +00:00
.mx_CopyableText_border {
box-sizing: border-box;
width: 100%;
}
}