2019-08-12 23:35:39 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2019-08-12 23:35:39 +02:00
|
|
|
Copyright 2019 The Matrix.org Foundation C.I.C.
|
|
|
|
|
2024-09-09 15:57:16 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-08-12 23:35:39 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_SetIntegrationManager {
|
2022-06-26 12:43:33 +02:00
|
|
|
.mx_SettingsFlag {
|
|
|
|
align-items: center;
|
2019-08-12 23:35:39 +02:00
|
|
|
|
2022-06-26 12:43:33 +02:00
|
|
|
.mx_SetIntegrationManager_heading_manager {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
column-gap: $spacing-4;
|
|
|
|
}
|
2019-11-21 04:05:32 +01:00
|
|
|
|
2022-06-26 12:43:33 +02:00
|
|
|
.mx_ToggleSwitch {
|
|
|
|
align-self: flex-start;
|
2022-07-27 15:39:29 +02:00
|
|
|
min-width: var(--ToggleSwitch-min-width); /* avoid compression */
|
2022-06-26 12:43:33 +02:00
|
|
|
}
|
|
|
|
}
|
2019-11-21 04:05:32 +01:00
|
|
|
}
|