You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_device_settings_dialog.scss 608B

12345678910111213141516171819202122232425262728293031
  1. .settingsContent {
  2. display: flex;
  3. display: -webkit-flex;
  4. #localVideoPreview {
  5. width: 50%;
  6. align-self: baseline;
  7. }
  8. .deviceSelection {
  9. display: flex;
  10. display: -webkit-flex;
  11. -webkit-flex: 1;
  12. flex: 1;
  13. flex-direction: column;
  14. flex-wrap: nowrap;
  15. justify-content: flex-start;
  16. align-items: left;
  17. margin-left: 10px;
  18. .device {
  19. display: flex;
  20. margin-bottom: 5px;
  21. select {
  22. flex: 1;
  23. margin_right: 5px;
  24. }
  25. }
  26. }
  27. }