participants.less 644 B

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