profile.less 444 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Page: Profile
  3. * -------------
  4. */
  5. .profile-user-img {
  6. margin: 0 auto;
  7. width: 100px;
  8. padding: 3px;
  9. border: 3px solid @gray;
  10. }
  11. .profile-username {
  12. font-size: 21px;
  13. margin-top: 5px;
  14. }
  15. .post {
  16. border-bottom: 1px solid @gray;
  17. margin-bottom: 15px;
  18. padding-bottom: 15px;
  19. color: #666;
  20. &:last-of-type {
  21. border-bottom: 0;
  22. margin-bottom: 0;
  23. padding-bottom: 0;
  24. }
  25. .user-block {
  26. margin-bottom: 15px;
  27. }
  28. }