tabler-extension.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @font-face {
  2. font-family: "tabler-icons-extension";
  3. src: url("../fonts/tabler-icons-extension.woff2?6z5ubs") format("woff2");
  4. font-style: normal;
  5. font-weight: 400;
  6. }
  7. .tie {
  8. display: inline-block;
  9. font-family: "tabler-icons-extension" !important;
  10. font-style: normal !important;
  11. font-weight: normal !important;
  12. font-variant: normal !important;
  13. text-transform: none !important;
  14. speak: none;
  15. line-height: 1;
  16. vertical-align: -.125em;
  17. text-rendering: auto;
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale;
  20. }
  21. .tie-app-feature::before {
  22. content: "\ea01";
  23. }
  24. .tie-block::before {
  25. content: "\ea02";
  26. }
  27. .tie-block-search::before {
  28. content: "\ea03";
  29. }
  30. .tie-connector::before {
  31. content: "\ea04";
  32. }
  33. .tie-page::before {
  34. content: "\ea05";
  35. }
  36. .tie-page-search::before {
  37. content: "\ea06";
  38. }
  39. .tie-references-hide::before {
  40. content: "\ea07";
  41. }
  42. .tie-references-show::before {
  43. content: "\ea08";
  44. }
  45. .tie-select-cursor::before {
  46. content: "\ea09";
  47. }
  48. .tie-text::before {
  49. content: "\ea0a";
  50. }
  51. .tie-whiteboard::before {
  52. content: "\ea0b";
  53. }
  54. .tie-whiteboard-element::before {
  55. content: "\ea0c";
  56. }