mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 23:11:32 +03:00
52 lines
1.4 KiB
SCSS
52 lines
1.4 KiB
SCSS
|
/*
|
||
|
Copyright 2018 New Vector 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_MemberStatusMessageAvatar_contextMenu_message {
|
||
|
display: inline-block;
|
||
|
border-radius: 3px 0 0 3px;
|
||
|
border: 1px solid $input-border-color;
|
||
|
font-size: 13px;
|
||
|
padding: 7px 7px 7px 9px;
|
||
|
width: 135px;
|
||
|
background-color: $primary-bg-color !important;
|
||
|
}
|
||
|
|
||
|
.mx_MemberStatusMessageAvatar_contextMenu_submit {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.mx_MemberStatusMessageAvatar_contextMenu_submit img {
|
||
|
vertical-align: middle;
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
|
||
|
.mx_MemberStatusMessageAvatar_contextMenu hr {
|
||
|
border: 0.5px solid $menu-border-color;
|
||
|
}
|
||
|
|
||
|
.mx_MemberStatusMessageAvatar_contextMenu_clearIcon {
|
||
|
margin: 5px 15px 5px 5px;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.mx_MemberStatusMessageAvatar_contextMenu_clear {
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
.mx_MemberStatusMessageAvatar_contextMenu_hasStatus .mx_MemberStatusMessageAvatar_contextMenu_clear {
|
||
|
color: $warning-color;
|
||
|
}
|