🎨 Unify document icon font family (#8485)

This commit is contained in:
Yingyi / 颖逸 2023-06-08 23:43:17 +08:00 committed by GitHub
parent 455a5739ef
commit dabf7c7ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -282,6 +282,7 @@
padding: 4px 0 4px 8px;
line-height: 22px;
flex-shrink: 0;
font-family: var(--b3-font-family-emoji);
& > img,
& > svg {
@ -298,6 +299,7 @@
height: 14px;
width: 14px;
flex-shrink: 0;
font-family: var(--b3-font-family-emoji);
}
&__text {

View file

@ -123,6 +123,7 @@
text-align: center;
font-size: 16px;
font-family: var(--b3-font-family-emoji);
margin-right: 4px;
line-height: 22px;
transition: var(--b3-transition);
@ -155,6 +156,7 @@
width: 14px;
line-height: 14px;
font-size: 12px;
font-family: var(--b3-font-family-emoji);
// doc icon in the bookmark panel
svg {