fix(remote-video-menu): Icon position
This commit is contained in:
parent
12d0aef686
commit
2af1e8da95
|
@ -63,7 +63,7 @@ $audioLevelShadow: rgba(9, 36, 77, 0.9);
|
||||||
$videoStateIndicatorColor: $defaultColor;
|
$videoStateIndicatorColor: $defaultColor;
|
||||||
$videoStateIndicatorBackground: $toolbarBackground;
|
$videoStateIndicatorBackground: $toolbarBackground;
|
||||||
$videoStateIndicatorSize: 40px;
|
$videoStateIndicatorSize: 40px;
|
||||||
$remoteVideoMenuIconLeft: initial;
|
$remoteVideoMenuIconMargin: initial;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Feedback Modal
|
* Feedback Modal
|
||||||
|
|
|
@ -409,10 +409,10 @@
|
||||||
height: 13px;
|
height: 13px;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
margin-right: $remoteVideoMenuIconMargin;
|
||||||
|
|
||||||
>i{
|
>i{
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
margin-left: $remoteVideoMenuIconLeft;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.remote-video-menu-trigger {
|
.remote-video-menu-trigger {
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
|
|
||||||
.remote-video-menu-trigger {
|
.remote-video-menu-trigger {
|
||||||
margin-bottom: 7px;
|
margin-bottom: 7px;
|
||||||
|
margin-left: $remoteVideoMenuIconMargin;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue