Add classes for screensharing buttons

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-05-07 20:29:45 +02:00
parent 4a6d8ebdf0
commit 198722eb41
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 12 additions and 0 deletions

View File

@ -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 {
&::before {
background-image: url('$(res)/img/voip/hangup.svg');