peopleBody.styl 720 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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;