peopleBody.styl 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .main-body
  2. overflow: scroll;
  3. table
  4. border-collapse: collapse;
  5. width: 100%;
  6. color: #000;
  7. td, th
  8. border: 1px solid #d2d0d0;
  9. text-align: left;
  10. padding: 8px;
  11. tr:nth-child(even)
  12. background-color: #dddddd;
  13. .ext-box
  14. display: flex;
  15. flex-direction: row;
  16. height: 34px;
  17. .ext-box-left
  18. display: flex;
  19. width: 100%
  20. span
  21. vertical-align: center;
  22. line-height: 34px;
  23. margin-right: 10px;
  24. input, button
  25. margin: 0 10px 0 0;
  26. padding: 0;
  27. button
  28. min-width: 90px;
  29. .content-wrapper
  30. margin-top: 10px
  31. .buttonsContainer
  32. display: flex
  33. input
  34. margin: 0
  35. div
  36. margin: auto
  37. .more-settings-user,.more-settings-team,.more-settings-org
  38. margin-left: 10px;
  39. .js-orgs,.js-orgsNewUser
  40. display: none;
  41. .js-teams,.js-teamsNewUser
  42. display: none;
  43. .selectUserChkBox
  44. position: static !important;
  45. visibility: visible !important;
  46. left: 0 !important;
  47. #divAddOrRemoveTeam
  48. background: green;
  49. display: none;
  50. #addOrRemoveTeam
  51. background: green;
  52. color: white;
  53. #divAddOrRemoveTeamContainer
  54. display: none;
  55. margin: auto;
  56. width: 50%;
  57. border: 3px solid green;
  58. padding: 10px;
  59. #cancelBtn
  60. margin-left: 5% !important;
  61. background: orange;
  62. color: white;
  63. #deleteAction
  64. margin-left: 5% !important;