Files
element-web/res/css/views/dialogs/_ConfirmUserActionDialog.pcss
T

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

33 lines
748 B
Plaintext
Raw Normal View History

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