2020-11-05 15:50:42 +00:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-11-05 15:50:42 +00:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
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.
|
2020-11-05 15:50:42 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.mx_NewRoomIntro {
|
2020-11-18 13:09:43 +00:00
|
|
|
margin: 40px 0 48px 64px;
|
2020-11-05 15:50:42 +00:00
|
|
|
|
|
|
|
|
.mx_MiniAvatarUploader_hasAvatar:not(.mx_MiniAvatarUploader_busy):not(:hover) {
|
2021-04-26 14:10:09 -04:00
|
|
|
.mx_MiniAvatarUploader_indicator {
|
|
|
|
|
display: none;
|
2020-11-05 15:50:42 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_NewRoomIntro_buttons {
|
|
|
|
|
margin-top: 28px;
|
2022-03-24 19:51:52 +00:00
|
|
|
display: flex;
|
|
|
|
|
flex-flow: wrap;
|
|
|
|
|
gap: 14px 12px;
|
2020-11-05 15:50:42 +00:00
|
|
|
|
|
|
|
|
.mx_AccessibleButton {
|
|
|
|
|
line-height: $font-24px;
|
2021-03-24 15:30:03 +00:00
|
|
|
display: inline-block;
|
2020-11-05 15:50:42 +00:00
|
|
|
|
2026-01-08 11:20:55 +00:00
|
|
|
svg {
|
2020-11-05 15:50:42 +00:00
|
|
|
display: inline-block;
|
2026-01-08 11:20:55 +00:00
|
|
|
color: $button-fg-color;
|
2020-11-05 15:50:42 +00:00
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
> h2 {
|
2026-04-02 17:13:17 +01:00
|
|
|
margin: var(--cpd-space-6x) 0 var(--cpd-space-4x);
|
|
|
|
|
font: var(--cpd-font-heading-md-semibold);
|
2020-11-05 15:50:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
> p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: $font-15px;
|
2021-08-12 11:30:35 +02:00
|
|
|
color: $secondary-content;
|
2020-11-05 15:50:42 +00:00
|
|
|
}
|
|
|
|
|
}
|