Use the JoinRuleSettings component for the guest link access prompt. (#28614)
* Use the JoinRuleSettings component for the guest link access prompt. Co-authored-by: fkwp <fkwp@users.noreply.github.com> * increase timeout * fix tests --------- Co-authored-by: fkwp <fkwp@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user