event.less 673 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. //
  2. // Posts List Event
  3. // --------------------------------------------------
  4. // Event style
  5. .posts-list .event {
  6. margin-bottom: @line-height-computed / 4;
  7. color: @text-muted;
  8. }
  9. // Event's icon
  10. .posts-list .event .post-avatar {
  11. .material-icon {
  12. height: @event-icon-size;
  13. width: @event-icon-size;
  14. font-size: @event-icon-size;
  15. line-height: @event-icon-size;
  16. text-align: center;
  17. }
  18. }
  19. // Event's first and second rows
  20. .posts-list .event .event-message {
  21. margin: 0px;
  22. font-size: @font-size-base;
  23. }
  24. .posts-list .event .event-info {
  25. margin: 0px;
  26. font-size: @font-size-small;
  27. li {
  28. margin-right: @line-height-computed / 4;
  29. }
  30. }