Initial commit of the new ChatInviteDialog

This commit is contained in:
wmwragg 2016-09-05 12:03:43 +01:00
parent 519dd16135
commit 2acbad36a6
2 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,34 @@
/*
Copyright 2016 OpenMarket Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_ChatInviteDialog_input {
line-height: 36px;
font-size: 14px;
padding-left: 12px;
padding-right: 12px;
margin: 0;
}
.mx_ChatInviteDialog_cancel {
position: absolute;
right: 11px;
top: 13px;
cursor: pointer;
}
.mx_ChatInviteDialog_cancel object {
pointer-events: none;
}