Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

_variables.scss 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /**
  2. * Style variables
  3. */
  4. $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  5. $toolbarFontSize: 1.9em;
  6. $hangupFontSize: 2em;
  7. /**
  8. * Size variables.
  9. */
  10. $defaultToolbarSize: 50px;
  11. // Video layout.
  12. $thumbnailIndicatorSize: 23px;
  13. $thumbnailIndicatorBorder: 0px;
  14. $thumbnailVideoMargin: 2px;
  15. $thumbnailToolbarHeight: 25px;
  16. /**
  17. * Color variables.
  18. */
  19. $defaultColor: #F1F1F1;
  20. $defaultSideBarFontColor: #44A5FF;
  21. $defaultSemiDarkColor: #ACACAC;
  22. $defaultDarkColor: #2b3d5c;
  23. $defaultBackground: #474747;
  24. $tooltipBg: rgba(0,0,0, 0.7);
  25. // Toolbar
  26. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  27. $toolbarBadgeBackground: #165ECC;
  28. $toolbarBadgeColor: #FFFFFF;
  29. $toolbarToggleBackground: #12499C;
  30. $splitterToolbarButtonLeftMargin: 0px;
  31. // Main controls
  32. $inputSemiBackground: rgba(132, 132, 132, .8);
  33. $inputLightBackground: #EBEBEB;
  34. // Video layout.
  35. $videoThumbnailHovered: #BFEBFF;
  36. $videoThumbnailSelected: #165ECC;
  37. $participantNameColor: #fff;
  38. $thumbnailPictogramColor: #fff;
  39. $dominantSpeakerBg: #165ecc;
  40. $raiseHandBg: #D6D61E;
  41. $audioLevelBg: #44A5FF;
  42. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  43. /**
  44. * Feedback Modal
  45. */
  46. $feedbackContentBg: #fff;
  47. $feedbackInputBg: #fff;
  48. $feedbackTextColor: #000;
  49. $feedbackInputTextColor: #333;
  50. $feedbackInputPlaceholderColor: #777;
  51. $rateStarLabelColor: #333;
  52. $rateStarDefault: #ccc;
  53. $rateStarActivity: #165ecc;
  54. $rateStarSize: 34px;
  55. $feedbackCancelFontColor: #333;
  56. // Notifications
  57. $notificationFontSize: 13px;
  58. $notificationColor: #FFFFFF;
  59. $notificationBackground: $tooltipBg;
  60. $notificationTitleColor: $notificationColor;
  61. $notificationMessageColor: $notificationColor;
  62. $notificationLinkColor: $notificationColor;
  63. $notificationOpacity: 0.9;
  64. $notificationPadding: 15px 20px;
  65. $notificationBorderRadius: 4px;
  66. /**
  67. * Misc.
  68. */
  69. $borderRadius: 4px;
  70. $defaultWatermarkLink: '../images/watermark.png';
  71. $sidebarWidth: 200px;
  72. /**
  73. * Z-indexes. TODO: Replace this by a function.
  74. */
  75. $tooltipsZ: 901;
  76. $toolbarZ: 900;
  77. $overlayZ: 902;
  78. $notificationZ: 1012;
  79. $ringingZ: 800;
  80. /**
  81. * Font Colors TODO: Change colors when general dialogs are implemented.
  82. */
  83. $defaultFontColor: #777;
  84. $defaultLightFontColor: #F1F1F1;
  85. $defaultDarkFontColor: #000;
  86. $buttonFontColor: #777;
  87. $buttonHoverFontColor: #287ade;
  88. $auiPrimaryButtonBg: #3572b0;
  89. $auiPrimaryButtonHoverBg: #57647b;
  90. $auiPrimaryButtonColor: #fff;
  91. $auiIconColor: #707070;
  92. $inputControlEmColor: #f29424;
  93. $linkFontColor: #489afe;
  94. $linkHoverFontColor: #287ade;
  95. /**
  96. * Forms
  97. */
  98. $inputBg: #505F79;
  99. $inputBgHover: #505F79;
  100. $inputFontColor: #ECEEF1;