| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 | 
							- @import "themes/light";
 - 
 - /**
 -  * Style variables
 -  */
 - $baseFontFamily: -apple-system, BlinkMacSystemFont, 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 - $hangupColor: #bf2117;
 - $hangupFontSize: 2em;
 - 
 - /**
 -  * Size variables.
 -  */
 - 
 - // Video layout.
 - $thumbnailToolbarHeight: 22px;
 - $thumbnailIndicatorBorder: 2px;
 - $thumbnailIndicatorSize: $thumbnailToolbarHeight;
 - $thumbnailVideoMargin: 2px;
 - $thumbnailsBorder: 2px;
 - $thumbnailVideoBorder: 2px;
 - $filmstripToggleButtonWidth: 17px;
 - 
 - 
 - /**
 -  * Color variables.
 -  */
 - $defaultColor: #F1F1F1;
 - $defaultSideBarFontColor: #44A5FF;
 - $defaultSemiDarkColor: #ACACAC;
 - $defaultDarkColor: #2b3d5c;
 - 
 - /**
 -  * Toolbar
 -  */
 - $defaultToolbarSize: 50px;
 - $newToolbarBackgroundColor: rgba(22, 38, 55, 0.8);
 - $newToolbarButtonHoverColor: rgba(14, 20, 35, 0.6);
 - $newToolbarButtonToggleColor: rgba(14, 20, 35, 1);
 - $newToolbarFontSize: 24px;
 - $newToolbarHangupFontSize: 32px;
 - $newToolbarSize: 40px;
 - $newToolbarSizeWithPadding: calc(#{$newToolbarSize} + 24px);
 - $toolbarTitleFontSize: 19px;
 - 
 - /**
 -  * Video layout
 -  */
 - $videoThumbnailHovered: rgba(22, 94, 204, .4);
 - $videoThumbnailSelected: #165ECC;
 - $participantNameColor: #fff;
 - $thumbnailPictogramColor: #fff;
 - $dominantSpeakerBg: #165ecc;
 - $raiseHandBg: #D6D61E;
 - $audioLevelBg: #44A5FF;
 - $connectionIndicatorBg: #165ecc;
 - $audioLevelShadow: rgba(9, 36, 77, 0.9);
 - $videoStateIndicatorColor: $defaultColor;
 - $videoStateIndicatorBackground: $toolbarBackground;
 - $videoStateIndicatorSize: 40px;
 - 
 - /**
 -  * Feedback Modal
 -  */
 - $feedbackContentBg: #fff;
 - $feedbackInputBg: #fff;
 - $feedbackTextColor: #000;
 - $feedbackInputTextColor: #333;
 - $feedbackInputPlaceholderColor: #777;
 - 
 - /**
 -  * Modals
 -  */
 - $modalButtonFontSize: 14px;
 - $modalMockAKInputBackground: #fafbfc;
 - $modalMockAKInputBorder: 1px solid #f4f5f7;
 - $modalTextColor: #333;
 - 
 - /**
 -  * Misc.
 -  */
 - $borderRadius: 4px;
 - $defaultWatermarkLink: '../images/watermark.png';
 - $sidebarWidth: 220px;
 - $popoverMenuPadding: 13px;
 - $happySoftwareBackground: transparent;
 - 
 - /**
 -  * Z-indexes. TODO: Replace this by a function.
 -  */
 - $zindex0: 0;
 - $zindex1: 1;
 - $zindex2: 2;
 - $zindex3: 3;
 - $filmstripVideosZ: 5;
 - $zindex10: 10;
 - $reloadZ: 20;
 - $poweredByZ: 100;
 - $ringingZ: 300;
 - $sideToolbarContainerZ: 300;
 - $toolbarZ: 350;
 - $tooltipsZ: 401;
 - $dropdownMaskZ: 900;
 - $dropdownZ: 901;
 - $centeredVideoLabelZ: 1010;
 - $popoverZ: 1015;
 - $overlayZ: 1016;
 - 
 - 
 - /**
 -  * Font Colors
 -  */
 - $defaultFontColor: #777;
 - $defaultLightFontColor: #F1F1F1;
 - $defaultDarkFontColor: #000;
 - 
 - /**
 -  * Forms
 -  */
 - //inputs
 - $inputControlEmColor: #f29424;
 - //buttons
 - $linkFontColor: #489afe;
 - $linkHoverFontColor: #287ade;
 - $formPadding: 16px;
 - 
 - /**
 -  * Unsupported browser
 -  */
 - $primaryUnsupportedBrowserButtonBgColor: #0052CC;
 - $unsupportedBrowserButtonBgColor: rgba(9, 30, 66, 0.04);
 - $unsupportedBrowserTextColor: #4a4a4a;
 - $unsupportedBrowserTextSmallFontSize: 17px;
 - $unsupportedBrowserTitleColor: #fff;
 - $unsupportedBrowserTitleFontSize: 24px;
 - $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
 - $unsupportedDesktopBrowserTextFontSize: 21px;
 - 
 - /**
 -  * The size of the default watermark.
 -  */
 - $watermarkWidth: 186px;
 - $watermarkHeight: 74px;
 - 
 - /**
 -  * Welcome page variables.
 -  */
 - $welcomePageDescriptionColor: #fff;
 - $welcomePageFontFamily: inherit;
 - $welcomePageHeaderBackground: linear-gradient(-90deg, #1251AE 0%, #0074FF 50%, #1251AE 100%);
 - $welcomePageTitleColor: #fff;
 
 
  |