mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Remove obsolete style blocks from _MemberInfo.pcss (#10816)
* Remove obsolete style blocks from _MemberInfo.pcss Deprecated by2b432b0d82
* Remove obsolete style blocks from _MemberInfo.pcss Deprecated byfce36ec826
This commit is contained in:
parent
f4f2cb19b7
commit
556a36f7d5
1 changed files with 0 additions and 39 deletions
|
@ -115,42 +115,3 @@ limitations under the License.
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
line-height: $font-23px;
|
line-height: $font-23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberInfo_createRoom {
|
|
||||||
cursor: pointer;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MemberInfo_createRoom_label {
|
|
||||||
width: initial !important;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MemberInfo label {
|
|
||||||
font-size: $font-13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MemberInfo label .mx_MemberInfo_label_text {
|
|
||||||
display: inline-block;
|
|
||||||
max-width: 180px;
|
|
||||||
vertical-align: text-top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MemberInfo input[type="radio"] {
|
|
||||||
vertical-align: -2px;
|
|
||||||
margin-right: 5px;
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MemberInfo_statusMessage {
|
|
||||||
font-size: $font-11px;
|
|
||||||
opacity: 0.5;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: clip;
|
|
||||||
}
|
|
||||||
.mx_MemberInfo .mx_MemberInfo_scrollContainer {
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue