Use the JoinRuleSettings component for the guest link access prompt.

Co-authored-by: fkwp <fkwp@users.noreply.github.com>
This commit is contained in:
Timo 2024-12-02 13:45:24 +01:00
parent d8ebc68aa8
commit 3633dbc5cb
5 changed files with 64 additions and 35 deletions

View file

@ -53,6 +53,14 @@ Please see LICENSE files in the repository root for full details.
display: block;
}
&.mx_StyledRadioButton_disabled {
opacity: 0.5;
}
&.mx_StyledRadioButton_disabled + span {
opacity: 0.5;
}
& + span {
display: inline-block;
margin-left: 34px;
@ -71,3 +79,7 @@ Please see LICENSE files in the repository root for full details.
font: var(--cpd-font-body-md-regular);
margin-top: var(--cpd-space-2x);
}
.mx_JoinRuleSettings_recommended {
color: $accent-1000;
}