Add classes for screensharing buttons
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
4a6d8ebdf0
commit
198722eb41
1 changed files with 12 additions and 0 deletions
|
@ -353,6 +353,18 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_CallView_callControls_button_screensharingOn {
|
||||||
|
&::before {
|
||||||
|
background-image: url('$(res)/img/voip/screensharing-on.svg');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_CallView_callControls_button_screensharingOff {
|
||||||
|
&::before {
|
||||||
|
background-image: url('$(res)/img/voip/screensharing-off.svg');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mx_CallView_callControls_button_hangup {
|
.mx_CallView_callControls_button_hangup {
|
||||||
&::before {
|
&::before {
|
||||||
background-image: url('$(res)/img/voip/hangup.svg');
|
background-image: url('$(res)/img/voip/hangup.svg');
|
||||||
|
|
Loading…
Reference in a new issue