Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_settingsmenu.scss 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #settings_container input, select {
  2. margin-top: 10px;
  3. margin-left: 10%;
  4. width: 80%;
  5. font-size: 14px;
  6. background: #3a3a3a;
  7. border: none;
  8. box-shadow: none;
  9. color: #a7a7a7;
  10. }
  11. #settings_container .arrow-up {
  12. width: 0;
  13. height: 0;
  14. border-left: 5px solid transparent;
  15. border-right: 5px solid transparent;
  16. border-bottom: 5px solid #3a3a3a;
  17. position: relative;
  18. top: 10px;
  19. margin-left: auto;
  20. margin-right: auto;
  21. }
  22. #settings_container #avatar {
  23. width: 24%;
  24. left: 38%;
  25. border-radius: 25px;
  26. position: relative;
  27. }
  28. #languages_selectbox {
  29. height: 40px;
  30. cursor: pointer;
  31. }
  32. #startMutedOptions,
  33. #followMeOptions {
  34. padding-left: 10%;
  35. text-indent: -10%;
  36. margin-top: 10px;
  37. display: none; /* hide by default */
  38. /* clearfix */
  39. overflow: auto;
  40. zoom: 1;
  41. }
  42. #startAudioMuted,
  43. #startVideoMuted,
  44. #followMeCheckBox {
  45. width: 13px !important;
  46. }
  47. .startMutedLabel,
  48. .followMeLabel {
  49. width: 94%;
  50. float: left;
  51. cursor: pointer;
  52. }
  53. #devicesOptions {
  54. display: none;
  55. margin-top: 10px;
  56. }
  57. #devicesOptions label {
  58. display: block;
  59. margin-top: 15px;
  60. }
  61. #devicesOptions span {
  62. padding-left: 10%;
  63. }
  64. #devicesOptions select {
  65. height: 40px;
  66. cursor: pointer;
  67. }