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

@ -126,7 +126,7 @@ limitations under the License.
border-radius: calc($size / 2);
&::before {
content: '';
content: "";
display: inline-block;
mask-repeat: no-repeat;
mask-size: 20px;
@ -137,11 +137,11 @@ limitations under the License.
}
&.mx_CallView_deviceButton_audio::before {
mask-image: url('$(res)/img/voip/call-view/mic-on.svg');
mask-image: url("$(res)/img/voip/call-view/mic-on.svg");
}
&.mx_CallView_deviceButton_video::before {
mask-image: url('$(res)/img/voip/call-view/cam-on.svg');
mask-image: url("$(res)/img/voip/call-view/cam-on.svg");
}
}
@ -158,9 +158,9 @@ limitations under the License.
border-radius: calc($size / 2);
&::before {
content: '';
content: "";
display: inline-block;
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
mask-image: url("$(res)/img/feather-customised/chevron-down.svg");
mask-size: $size;
mask-position: center;
background-color: $call-lobby-primary-content;
@ -181,11 +181,11 @@ limitations under the License.
.mx_CallView_deviceButton {
&.mx_CallView_deviceButton_audio::before {
mask-image: url('$(res)/img/voip/call-view/mic-off.svg');
mask-image: url("$(res)/img/voip/call-view/mic-off.svg");
}
&.mx_CallView_deviceButton_video::before {
mask-image: url('$(res)/img/voip/call-view/cam-off.svg');
mask-image: url("$(res)/img/voip/call-view/cam-off.svg");
}
}
}