participants.less 661 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. //
  2. // Thread Participants Flavor
  3. // --------------------------------------------------
  4. .panel-participants {
  5. border: 1px solid @panel-form-border;
  6. .shadow-2dp();
  7. }
  8. .participant-card .btn-user {
  9. border: 0px !important;
  10. }
  11. .participant-card .dropdown-header-owner {
  12. color: @brand-primary;
  13. .material-icon {
  14. width: 14px;
  15. height: 14px;
  16. font-size: 14px;
  17. line-height: 14px;
  18. }
  19. .icon-text {
  20. margin-left: 4px;
  21. position: relative;
  22. top: 2px;
  23. }
  24. }
  25. .panel-participants p {
  26. color: @gray-light;
  27. @media screen and (max-width: @screen-xs-max) {
  28. margin-top: @line-height-computed / 2;
  29. text-align: center;
  30. }
  31. }