Appease the scss linter
parent
3488eaba3c
commit
6f1525c1f3
|
@ -15,67 +15,67 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_DMInviteDialog_addressBar {
|
.mx_DMInviteDialog_addressBar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
.mx_DMInviteDialog_editor {
|
.mx_DMInviteDialog_editor {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
width: 100%; // Needed to make the Field inside grow
|
width: 100%; // Needed to make the Field inside grow
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Field {
|
.mx_Field {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DMInviteDialog_goButton {
|
.mx_DMInviteDialog_goButton {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DMInviteDialog_section {
|
.mx_DMInviteDialog_section {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: $muted-fg-color;
|
color: $muted-fg-color;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DMInviteDialog_roomTile {
|
.mx_DMInviteDialog_roomTile {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $user-tile-hover-bg-color;
|
background-color: $user-tile-hover-bg-color;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DMInviteDialog_roomTile_name {
|
.mx_DMInviteDialog_roomTile_name {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DMInviteDialog_roomTile_userId {
|
.mx_DMInviteDialog_roomTile_userId {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: $muted-fg-color;
|
color: $muted-fg-color;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DMInviteDialog_roomTile_time {
|
.mx_DMInviteDialog_roomTile_time {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: $muted-fg-color;
|
color: $muted-fg-color;
|
||||||
float: right;
|
float: right;
|
||||||
line-height: 36px; // Height of the avatar to keep the time vertically aligned
|
line-height: 36px; // Height of the avatar to keep the time vertically aligned
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue