Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix spacing and highlighted border colour on transfer dial pad
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 7, 2021
1 parent c6331df commit 38e2d2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions res/css/views/dialogs/_InviteDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,24 @@ limitations under the License.
}
}

.mx_InviteDialog_dialPad .mx_InviteDialog_dialPadField:focus-within {
border-color: #0DBD8B;
}

.mx_InviteDialog_dialPad {
width: 224px;
margin-left: auto;
margin-right: auto;
}

.mx_InviteDialog_dialPad .mx_DialPad {
row-gap: 16px;
column-gap: 48px;

margin-left: auto;
margin-right: auto;
}

.mx_InviteDialog_transferConsultConnect {
padding-top: 16px;
/* This wants a drop shadow the full width of the dialog, so relative-position it
Expand Down

0 comments on commit 38e2d2f

Please sign in to comment.