mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Tidy up mx_InviteDialog_dialPad style rules (#8762)
This commit is contained in:
parent
022535e389
commit
41ee47f8c4
1 changed files with 31 additions and 35 deletions
|
@ -345,49 +345,45 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_InviteDialog_helpText {
|
.mx_InviteDialog_helpText {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_InviteDialog_helpText .mx_AccessibleButton_kind_link {
|
.mx_AccessibleButton_kind_link {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_InviteDialog_dialPad .mx_InviteDialog_dialPadField {
|
|
||||||
border-top: 0;
|
|
||||||
border-left: 0;
|
|
||||||
border-right: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
margin-top: 0;
|
|
||||||
border-color: $quaternary-content;
|
|
||||||
|
|
||||||
input {
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 600;
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_InviteDialog_dialPad .mx_InviteDialog_dialPadField:focus-within {
|
|
||||||
border-color: $accent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_InviteDialog_dialPadField .mx_Field_postfix {
|
|
||||||
/* Remove border separator between postfix and field content */
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_InviteDialog_dialPad {
|
.mx_InviteDialog_dialPad {
|
||||||
width: 224px;
|
width: 224px;
|
||||||
margin-top: 16px;
|
margin-top: $spacing-16;
|
||||||
margin-left: auto;
|
margin-inline: auto;
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_InviteDialog_dialPad .mx_DialPad {
|
.mx_InviteDialog_dialPadField {
|
||||||
row-gap: 16px;
|
border-top: 0;
|
||||||
column-gap: 48px;
|
border-inline: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
margin-top: 0;
|
||||||
|
border-color: $quaternary-content;
|
||||||
|
|
||||||
margin-left: auto;
|
&:focus-within {
|
||||||
margin-right: auto;
|
border-color: $accent;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 600;
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Field_postfix {
|
||||||
|
/* Remove border separator between postfix and field content */
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_DialPad {
|
||||||
|
row-gap: $spacing-16;
|
||||||
|
column-gap: 48px; // TODO: Use a spacing variable
|
||||||
|
margin-inline: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_InviteDialog_transferConsultConnect {
|
.mx_InviteDialog_transferConsultConnect {
|
||||||
|
|
Loading…
Reference in a new issue