style.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @font-face {
  2. font-family: 'org';
  3. src:
  4. url('../x_component_Org/$Main/default/fonts/org.ttf?chq7w8') format('truetype'),
  5. url('../x_component_Org/$Main/default/fonts/org.woff?chq7w8') format('woff'),
  6. url('../x_component_Org/$Main/default/fonts/org.svg?chq7w8#org') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. [class^="o2icon-"], [class*=" o2icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'org' !important;
  14. speak: never;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .o2icon-editperson:before {
  25. content: "\e900";
  26. }
  27. .o2icon-role:before {
  28. content: "\e901";
  29. }
  30. .o2icon-add:before {
  31. content: "\e902";
  32. }
  33. .o2icon-company:before {
  34. content: "\e98f";
  35. }
  36. .o2icon-accept:before {
  37. content: "\e90e";
  38. }
  39. .o2icon-reject:before {
  40. content: "\e90f";
  41. }
  42. .o2icon-people:before {
  43. content: "\e920";
  44. }
  45. .o2icon-department:before {
  46. content: "\e94e";
  47. }
  48. .o2icon-group:before {
  49. content: "\e990";
  50. }
  51. .o2icon-department2:before {
  52. content: "\e98e";
  53. }
  54. .o2icon-addperson:before {
  55. content: "\e97b";
  56. }
  57. .o2icon-reset-person:before {
  58. content: "\e985";
  59. }
  60. .o2icon-search1:before {
  61. content: "\e994";
  62. }
  63. .o2icon-edit2:before {
  64. content: "\e99d";
  65. }
  66. .o2icon-create:before {
  67. content: "\e9af";
  68. }
  69. .o2icon-delete:before {
  70. content: "\e9b0";
  71. }
  72. .o2icon-triangle_left:before {
  73. content: "\e9b1";
  74. }
  75. .o2icon-triangle_right:before {
  76. content: "\e9b3";
  77. }
  78. .o2icon-triangle_down:before {
  79. content: "\e9b2";
  80. }
  81. .o2icon-triangle_up:before {
  82. content: "\e9b4";
  83. }
  84. .o2icon-off:before {
  85. content: "\e9bb";
  86. }
  87. .duty-wrap{
  88. display: flex;
  89. align-items: center;
  90. }
  91. .duty-area{
  92. overflow: hidden;
  93. }
  94. .edit-duty-icon{
  95. height: 16px;
  96. width: 30px;
  97. display: block;
  98. cursor: pointer;
  99. padding: 8px 0px 5px 0px;
  100. }