participants.less 578 B

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