mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 22:49:53 +00:00
53 lines
944 B
CSS
53 lines
944 B
CSS
@font-face {
|
|
font-family: 'tabler-icons-extension';
|
|
src: url('../fonts/tabler-icons-extension.woff2?8ezspz') format('woff2');
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.tie {
|
|
display: inline-block;
|
|
font-family: 'tabler-icons-extension' !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.tie-block::before {
|
|
content: "\ea01";
|
|
}
|
|
|
|
.tie-block-search::before {
|
|
content: "\ea02";
|
|
}
|
|
|
|
.tie-page::before {
|
|
content: "\ea03";
|
|
}
|
|
|
|
.tie-page-search::before {
|
|
content: "\ea04";
|
|
}
|
|
|
|
.tie-references-hide::before {
|
|
content: "\ea05";
|
|
}
|
|
|
|
.tie-references-show::before {
|
|
content: "\ea06";
|
|
}
|
|
|
|
.tie-whiteboard::before {
|
|
content: "\ea07";
|
|
}
|
|
|
|
.tie-whiteboard-element::before {
|
|
content: "\ea08";
|
|
}
|