peopleBody.styl 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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,.allUserChkBox
  44. position: static !important;
  45. visibility: visible !important;
  46. left: 0 !important;
  47. display: block !important;
  48. #divAddOrRemoveTeam
  49. background: green;
  50. display: none;
  51. #addOrRemoveTeam
  52. background: green;
  53. color: white;
  54. #divAddOrRemoveTeamContainer
  55. display: none;
  56. margin: auto;
  57. width: 50%;
  58. border: 3px solid green;
  59. padding: 10px;
  60. #cancelBtn
  61. margin-left: 5% !important;
  62. background: orange;
  63. color: white;
  64. #deleteAction
  65. margin-left: 5% !important;