Use the JoinRuleSettings component for the guest link access prompt.
Co-authored-by: fkwp <fkwp@users.noreply.github.com>
This commit is contained in:
parent
d8ebc68aa8
commit
3633dbc5cb
5 changed files with 64 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue