Skip to content

Commit f119a57

Browse files
committed
dedicated dialog box for E2E messages
1 parent c6fa1e2 commit f119a57

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*
2+
Copyright 2016 OpenMarket Ltd
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
17+
.mx_EncryptedEventDialog .mx_MemberDeviceInfo {
18+
float: right;
19+
padding: 0px;
20+
margin-right: 42px;
21+
}
22+
23+
.mx_EncryptedEventDialog .mx_MemberDeviceInfo_textButton {
24+
border: 0px;
25+
height: 36px;
26+
border-radius: 40px;
27+
border: solid 1px #76cfa6;
28+
font-weight: 600;
29+
font-size: 14px;
30+
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
31+
margin-left: 0px;
32+
margin-right: 8px;
33+
padding-left: 1.5em;
34+
padding-right: 1.5em;
35+
outline: none;
36+
cursor: pointer;
37+
color: #76cfa6;
38+
background-color: #fff;
39+
}

0 commit comments

Comments
 (0)