You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FooTable.Glyphicons.css 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* Glyphicons Icons - We're not actually using Glyphicons classes but instead provide a simple mapping
  2. from Glyphicons to FooTable class names. */
  3. .fooicon {
  4. position: relative;
  5. top: 1px;
  6. display: inline-block;
  7. /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  8. font-family: "Glyphicons Halflings" !important;
  9. font-style: normal;
  10. font-weight: 400;
  11. line-height: 1;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .fooicon::before,
  16. .fooicon::after {
  17. -webkit-box-sizing: border-box;
  18. -moz-box-sizing: border-box;
  19. box-sizing: border-box;
  20. }
  21. .fooicon-loader::before {
  22. content: "\e030";
  23. }
  24. .fooicon-plus::before {
  25. content: "\2b";
  26. }
  27. .fooicon-minus::before {
  28. content: "\2212";
  29. }
  30. .fooicon-search::before {
  31. content: "\e003";
  32. }
  33. .fooicon-remove::before {
  34. content: "\e014";
  35. }
  36. .fooicon-sort::before {
  37. content: "\e150";
  38. }
  39. .fooicon-sort-asc::before {
  40. content: "\e155";
  41. }
  42. .fooicon-sort-desc::before {
  43. content: "\e156";
  44. }
  45. .fooicon-pencil::before {
  46. content: "\270f";
  47. }
  48. .fooicon-trash::before {
  49. content: "\e020";
  50. }
  51. .fooicon-eye-close::before {
  52. content: "\e106";
  53. }
  54. .fooicon-flash::before {
  55. content: "\e162";
  56. }
  57. .fooicon-cog::before {
  58. content: "\e019";
  59. }
  60. .fooicon-stats::before {
  61. content: "\e185";
  62. }