tabler-extension.css 843 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @font-face {
  2. font-family: 'tabler-icons-extension';
  3. src: url('../fonts/tabler-icons-extension.woff2?8ezspz') 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. vertical-align: -0.125em;
  16. text-rendering: auto;
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. }
  20. .tie-block::before {
  21. content: '\ea01';
  22. }
  23. .tie-page::before {
  24. content: '\ea02';
  25. }
  26. .tie-references-hide::before {
  27. content: '\ea03';
  28. }
  29. .tie-references-show::before {
  30. content: '\ea04';
  31. }
  32. .tie-whiteboard::before {
  33. content: '\ea05';
  34. }
  35. .tie-whiteboard-element::before {
  36. content: '\ea06';
  37. }