_chatrooms.scss 562 B

12345678910111213141516171819202122
  1. #conversejs {
  2. .chatbox {
  3. &.chatroom {
  4. min-width: $chatroom-width !important;
  5. width: $chatroom-width;
  6. .box-flyout {
  7. min-width: $chatroom-width !important;
  8. width: $chatroom-width;
  9. }
  10. .chatroom-body {
  11. .occupants {
  12. .chatroom-features {
  13. .feature {
  14. font-size: $font-size-small;
  15. }
  16. }
  17. }
  18. }
  19. }
  20. }
  21. }