profile.css 571 B

12345678910111213141516171819202122232425262728293031
  1. #accountProfile {
  2. position: relative;
  3. }
  4. #accountProfile > dl {
  5. margin-bottom: 1.5rem;
  6. }
  7. #accountProfile > dl dt {
  8. font-size: 17px;
  9. margin-bottom: 10px;
  10. }
  11. #accountProfile > dl dd {
  12. font-size: 13px;
  13. }
  14. #accountProfile article table {
  15. border: none;
  16. }
  17. #accountProfile article table tbody tr th {
  18. color: #b3b3b3;
  19. }
  20. #accountProfile article table tbody tr th hr {
  21. color: #ccc;
  22. margin: 0.6rem 0;
  23. }
  24. #accountProfile article table tbody tr td {
  25. text-align: left;
  26. color: #bbb;
  27. }
  28. #accountProfile article table tbody tr td hr {
  29. color: #ccc;
  30. margin: 0.3rem 0;
  31. }