Align video call icon with banner text (#9460)
This commit is contained in:
parent
07a1e9a009
commit
f9a7d9fb7b
1 changed files with 4 additions and 4 deletions
|
@ -41,14 +41,14 @@ limitations under the License.
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: text-top;
|
vertical-align: middle;
|
||||||
content: "";
|
content: "";
|
||||||
background-color: $secondary-content;
|
background-color: $secondary-content;
|
||||||
mask-size: 16px;
|
mask-size: 16px;
|
||||||
|
mask-position-y: center;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 1.2em; /* to match line height */
|
||||||
margin-right: 4px;
|
margin-right: 8px;
|
||||||
bottom: 2px;
|
|
||||||
mask-image: url("$(res)/img/element-icons/call/video-call.svg");
|
mask-image: url("$(res)/img/element-icons/call/video-call.svg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue