client-details.css 526 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .box {
  2. color: #999999;
  3. }
  4. .mui-table-view img {
  5. border-radius: 50%;
  6. }
  7. .mui-media-body {
  8. margin-top: 12px;
  9. }
  10. .mui-table-view:before,
  11. .mui-table-view-cell:after {
  12. height: 0px;
  13. }
  14. .mui-table-view-cell {
  15. border-bottom: 1px solid #F3F5F7;
  16. }
  17. .mui-table-view span.star {
  18. top: 19px;
  19. }
  20. .mui-table-view-cell div {
  21. float: left;
  22. font-size: 14px;
  23. }
  24. .mui-table-view-cell div:first-child {
  25. width: 25%;
  26. color: #999999;
  27. }
  28. .mui-table-view-cell div:last-child {
  29. width: 75%;
  30. }
  31. .mui-table-view-cell div.block {
  32. color: #222222;
  33. }