Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -53,7 +53,7 @@ limitations under the License.
|
|||
box-shadow: 0px 4px 4px 0px #00000026; /* Same on both themes */
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: "";
|
||||
display: inline-block;
|
||||
|
||||
mask-repeat: no-repeat;
|
||||
|
@ -77,7 +77,7 @@ limitations under the License.
|
|||
&::before {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
mask-image: url('$(res)/img/element-icons/message/chevron-up.svg');
|
||||
mask-image: url("$(res)/img/element-icons/message/chevron-up.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_dropdownButton_collapsed::before {
|
||||
|
@ -94,24 +94,24 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_mic::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/mic-on.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-on.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_vid::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/cam-on.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/cam-on.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_screensharing {
|
||||
background-color: $accent;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/screensharing.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/screensharing.svg");
|
||||
background-color: white; /* Same on both themes */
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_sidebar::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/sidebar-on.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/sidebar-on.svg");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -123,18 +123,18 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_mic::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/mic-off.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-off.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_vid::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/cam-off.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/cam-off.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_screensharing {
|
||||
background-color: $call-view-button-on-background;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/screensharing.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/screensharing.svg");
|
||||
background-color: $call-view-button-on-foreground;
|
||||
}
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ limitations under the License.
|
|||
background-color: $call-view-button-on-background;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/sidebar-off.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/sidebar-off.svg");
|
||||
background-color: $call-view-button-on-foreground;
|
||||
}
|
||||
}
|
||||
|
@ -152,20 +152,20 @@ limitations under the License.
|
|||
|
||||
/* Stateless buttons */
|
||||
&.mx_LegacyCallViewButtons_dialpad::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/dialpad.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/dialpad.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_hangup {
|
||||
background-color: $alert;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/hangup.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/hangup.svg");
|
||||
background-color: white; /* Same on both themes */
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_more::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/more.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/more.svg");
|
||||
}
|
||||
/* Stateless buttons */
|
||||
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ limitations under the License.
|
|||
background-color: $accent;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
|
@ -61,7 +61,7 @@ limitations under the License.
|
|||
mask-repeat: no-repeat;
|
||||
mask-size: 20px;
|
||||
mask-position: center;
|
||||
background-color: #FFF; /* on all themes */
|
||||
mask-image: url('$(res)/img/element-icons/call/voice-call.svg');
|
||||
background-color: #fff; /* on all themes */
|
||||
mask-image: url("$(res)/img/element-icons/call/voice-call.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ limitations under the License.
|
|||
justify-content: center;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
content: "";
|
||||
border-radius: 4px;
|
||||
|
||||
height: 4px;
|
||||
|
|
|
@ -37,7 +37,7 @@ limitations under the License.
|
|||
|
||||
.mx_LegacyCallViewHeader_secondaryCallInfo {
|
||||
&::before {
|
||||
content: '·';
|
||||
content: "·";
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
|
@ -68,19 +68,19 @@ limitations under the License.
|
|||
|
||||
&.mx_LegacyCallViewHeader_button_fullscreen {
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/element-icons/call/fullscreen.svg');
|
||||
mask-image: url("$(res)/img/element-icons/call/fullscreen.svg");
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewHeader_button_pin {
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/element-icons/room/pin-upright.svg');
|
||||
mask-image: url("$(res)/img/element-icons/room/pin-upright.svg");
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewHeader_button_expand {
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/element-icons/call/expand.svg');
|
||||
mask-image: url("$(res)/img/element-icons/call/expand.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ limitations under the License.
|
|||
vertical-align: middle;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: "";
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
|
@ -124,6 +124,6 @@ limitations under the License.
|
|||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
mask-position: center;
|
||||
mask-image: url('$(res)/img/element-icons/call/voice-call.svg');
|
||||
mask-image: url("$(res)/img/element-icons/call/voice-call.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -80,11 +80,11 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_VideoFeed_mic_muted::before {
|
||||
mask-image: url('$(res)/img/voip/mic-muted.svg');
|
||||
mask-image: url("$(res)/img/voip/mic-muted.svg");
|
||||
}
|
||||
|
||||
&.mx_VideoFeed_mic_unmuted::before {
|
||||
mask-image: url('$(res)/img/voip/mic-unmuted.svg');
|
||||
mask-image: url("$(res)/img/voip/mic-unmuted.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue