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

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