userprofile.less 698 B

12345678910111213141516171819202122232425262728293031323334
  1. .userprofile {
  2. padding-bottom: 15px;
  3. h2 {
  4. .panel-heading;
  5. font-size: 1.1em;
  6. margin: 0 0 10px 0;
  7. padding: 10px 15px;
  8. }
  9. .panel;
  10. .panel-default;
  11. .userprofilebox {
  12. .make-row();
  13. .profilepicture {
  14. .make-md-column(2);
  15. a {
  16. display: block;
  17. margin: 10px;
  18. img {
  19. .img-rounded;
  20. }
  21. }
  22. }
  23. .descriptionbox {
  24. .make-md-column(10);
  25. .description {
  26. margin: 10px;
  27. }
  28. }
  29. }
  30. .fullprofilelink {
  31. text-align: center;
  32. margin: 10px;
  33. }
  34. }