瀏覽代碼

fix: tabler icons css

Konstantinos Kaloutas 3 年之前
父節點
當前提交
7a975ac322
共有 1 個文件被更改,包括 18 次插入1 次删除
  1. 18 1
      resources/css/tabler-extension.css

+ 18 - 1
resources/css/tabler-extension.css

@@ -8,7 +8,7 @@
 
  @font-face {
   font-family: 'tabler-icons-extension';
-  src: url('../fonts/tabler-icons-extension.woff2?6rsxel') format('woff2');
+  src: url('../fonts/tabler-icons-extension.woff2?mxgthk') format('woff2');
   font-style: normal;
   font-weight: 400;
 }
@@ -31,54 +31,71 @@
 .tie-app-feature::before {
   content: "\ea01";
 }
+
 .tie-block::before {
   content: "\ea02";
 }
+
 .tie-block-search::before {
   content: "\ea03";
 }
+
 .tie-connector::before {
   content: "\ea04";
 }
+
 .tie-new-block::before {
   content: "\ea05";
 }
+
 .tie-new-page::before {
   content: "\ea06";
 }
+
 .tie-new-whiteboard::before {
   content: "\ea07";
 }
+
 .tie-new-whiteboard-element::before {
   content: "\ea08";
 }
+
 .tie-object-compact::before {
   content: "\ea09";
 }
+
 .tie-object-expanded::before {
   content: "\ea0a";
 }
+
 .tie-page::before {
   content: "\ea0b";
 }
+
 .tie-page-search::before {
   content: "\ea0c";
 }
+
 .tie-references-hide::before {
   content: "\ea0d";
 }
+
 .tie-references-show::before {
   content: "\ea0e";
 }
+
 .tie-select-cursor::before {
   content: "\ea0f";
 }
+
 .tie-text::before {
   content: "\ea10";
 }
+
 .tie-whiteboard::before {
   content: "\ea11";
 }
+
 .tie-whiteboard-element::before {
   content: "\ea12";
 }