Align video call icon with banner text (#9460)

pull/28788/head^2
Robin 2022-10-19 15:11:13 -04:00 committed by GitHub
parent 07a1e9a009
commit f9a7d9fb7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -41,14 +41,14 @@ limitations under the License.
&::before {
display: inline-block;
vertical-align: text-top;
vertical-align: middle;
content: "";
background-color: $secondary-content;
mask-size: 16px;
mask-position-y: center;
width: 16px;
height: 16px;
margin-right: 4px;
bottom: 2px;
height: 1.2em; /* to match line height */
margin-right: 8px;
mask-image: url("$(res)/img/element-icons/call/video-call.svg");
}
}