2019-02-07 18:53:41 +01:00
|
|
|
/*
|
|
|
|
Copyright 2019 New Vector Ltd.
|
2020-01-31 16:28:58 +01:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
2019-02-07 18:53:41 +01:00
|
|
|
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2019-02-08 15:57:36 +01:00
|
|
|
.mx_VerificationShowSas_decimalSas {
|
2019-02-07 18:53:41 +01:00
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
2019-02-08 15:57:36 +01:00
|
|
|
|
|
|
|
.mx_VerificationShowSas_decimalSas span {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_VerificationShowSas_emojiSas {
|
|
|
|
text-align: center;
|
2020-01-29 23:44:49 +01:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 25px 0;
|
2019-02-08 15:57:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_VerificationShowSas_emojiSas_block {
|
|
|
|
display: inline-block;
|
2020-01-31 16:28:58 +01:00
|
|
|
margin-bottom: 16px;
|
2020-01-29 23:44:49 +01:00
|
|
|
position: relative;
|
2020-01-31 16:28:58 +01:00
|
|
|
width: 52px;
|
2019-02-08 15:57:36 +01:00
|
|
|
}
|
|
|
|
|
2020-02-01 13:48:52 +01:00
|
|
|
.mx_Dialog .mx_VerificationShowSas_emojiSas_block,
|
|
|
|
.mx_AuthPage_modal .mx_VerificationShowSas_emojiSas_block {
|
|
|
|
width: 60px;
|
2019-02-08 15:57:36 +01:00
|
|
|
}
|
|
|
|
|
2020-02-01 13:48:52 +01:00
|
|
|
.mx_VerificationShowSas_emojiSas_emoji {
|
2020-03-30 19:18:10 +02:00
|
|
|
font-size: 2.133rem;
|
2020-01-29 23:44:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-08 15:57:36 +01:00
|
|
|
.mx_VerificationShowSas_emojiSas_label {
|
2020-01-31 16:28:58 +01:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2020-03-30 19:18:10 +02:00
|
|
|
font-size: 0.8rem;
|
2020-01-29 23:44:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_VerificationShowSas_emojiSas_break {
|
|
|
|
flex-basis: 100%;
|
2019-02-08 15:57:36 +01:00
|
|
|
}
|