post-feed.less 548 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // Post Feed
  3. // --------------------------------------------------
  4. .post-feed .post-side {
  5. .media-heading {
  6. margin: 0px;
  7. font-size: @font-size-base;
  8. }
  9. .user-title {
  10. margin: 0px;
  11. font-size: @font-size-small;
  12. }
  13. }
  14. .post-feed .post-side .btn {
  15. display: inline-block;
  16. }
  17. .post-feed .post-side img {
  18. margin-top: 0px;
  19. width: 36px;
  20. height: 36px;
  21. }
  22. .post-feed .post-heading {
  23. height: auto;
  24. margin: @line-height-computed / 2 0px;
  25. }
  26. .post-feed .post-heading .btn {
  27. margin-right: @padding-large-horizontal;
  28. }