Apply prettier formatting

This commit is contained in:
Michael Weimann 2022-12-12 12:24:14 +01:00
parent 1cac306093
commit 526645c791
No known key found for this signature in database
GPG key ID: 53F535A266BB9584
1576 changed files with 65385 additions and 62478 deletions

View file

@ -39,7 +39,7 @@ limitations under the License.
display: inline-flex;
&::before {
content: '';
content: "";
height: 16px;
width: 16px;
@ -51,24 +51,24 @@ limitations under the License.
}
.mx_LegacyCallEvent_silence::before {
mask-image: url('$(res)/img/voip/silence.svg');
mask-image: url("$(res)/img/voip/silence.svg");
}
.mx_LegacyCallEvent_unSilence::before {
mask-image: url('$(res)/img/voip/un-silence.svg');
mask-image: url("$(res)/img/voip/un-silence.svg");
}
&.mx_LegacyCallEvent_voice {
.mx_LegacyCallEvent_type_icon::before,
.mx_LegacyCallEvent_content_button_callBack span::before,
.mx_LegacyCallEvent_content_button_answer span::before {
mask-image: url('$(res)/img/element-icons/call/voice-call.svg');
mask-image: url("$(res)/img/element-icons/call/voice-call.svg");
}
&.mx_LegacyCallEvent_rejected,
&.mx_LegacyCallEvent_noAnswer {
.mx_LegacyCallEvent_type_icon::before {
mask-image: url('$(res)/img/voip/declined-voice.svg');
mask-image: url("$(res)/img/voip/declined-voice.svg");
}
}
}
@ -77,13 +77,13 @@ limitations under the License.
.mx_LegacyCallEvent_type_icon::before,
.mx_LegacyCallEvent_content_button_callBack span::before,
.mx_LegacyCallEvent_content_button_answer span::before {
mask-image: url('$(res)/img/element-icons/call/video-call.svg');
mask-image: url("$(res)/img/element-icons/call/video-call.svg");
}
&.mx_LegacyCallEvent_rejected,
&.mx_LegacyCallEvent_noAnswer {
.mx_LegacyCallEvent_type_icon::before {
mask-image: url('$(res)/img/voip/declined-video.svg');
mask-image: url("$(res)/img/voip/declined-video.svg");
}
}
}
@ -91,13 +91,13 @@ limitations under the License.
&.mx_LegacyCallEvent_missed {
&.mx_LegacyCallEvent_voice {
.mx_LegacyCallEvent_type_icon::before {
mask-image: url('$(res)/img/voip/missed-voice.svg');
mask-image: url("$(res)/img/voip/missed-voice.svg");
}
}
&.mx_LegacyCallEvent_video {
.mx_LegacyCallEvent_type_icon::before {
mask-image: url('$(res)/img/voip/missed-video.svg');
mask-image: url("$(res)/img/voip/missed-video.svg");
}
}
}
@ -142,7 +142,7 @@ limitations under the License.
margin-right: 5px;
&::before {
content: '';
content: "";
position: absolute;
height: 13px;
width: 13px;
@ -179,7 +179,7 @@ limitations under the License.
.mx_LegacyCallEvent_content_button_reject {
span::before {
mask-image: url('$(res)/img/element-icons/call/hangup.svg');
mask-image: url("$(res)/img/element-icons/call/hangup.svg");
}
}