2018-04-12 07:23:35 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2018-04-12 07:23:35 +08:00
|
|
|
Copyright 2017 Vector Creations Ltd.
|
|
|
|
|
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.
|
2018-04-12 07:23:35 +08:00
|
|
|
*/
|
|
|
|
|
2021-09-17 22:34:49 +08:00
|
|
|
.mx_ConfirmUserActionDialog .mx_Dialog_content .mx_ConfirmUserActionDialog_user {
|
2018-04-12 07:23:35 +08:00
|
|
|
min-height: 48px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ConfirmUserActionDialog_avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ConfirmUserActionDialog_name {
|
2021-09-28 23:22:05 +08:00
|
|
|
padding-top: 2px;
|
2020-03-31 22:26:23 +08:00
|
|
|
font-size: $font-18px;
|
2018-04-12 07:23:35 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ConfirmUserActionDialog_userId {
|
2020-03-31 22:26:23 +08:00
|
|
|
font-size: $font-13px;
|
2018-04-12 07:23:35 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ConfirmUserActionDialog_reasonField {
|
2023-06-29 18:30:25 +08:00
|
|
|
font: var(--cpd-font-body-md-regular);
|
2021-08-12 17:27:12 +08:00
|
|
|
color: $primary-content;
|
2021-08-12 17:10:47 +08:00
|
|
|
background-color: $background;
|
2018-04-12 07:23:35 +08:00
|
|
|
}
|