174 lines
3.9 KiB
SCSS
174 lines
3.9 KiB
SCSS
@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(255, 255, 255, 0.15);
|
|
$newToolbarButtonToggleColor: rgba(255, 255, 255, 0.2);
|
|
$AOTToolbarButtonHoverColor: rgba(14, 20, 35, 0.6);
|
|
$AOTToolbarButtonToggleColor: rgba(14, 20, 35, 1);
|
|
$newToolbarFontSize: 24px;
|
|
$newToolbarHangupFontSize: 32px;
|
|
$newToolbarSize: 40px;
|
|
$newToolbarSizeWithPadding: calc(#{$newToolbarSize} + 24px);
|
|
$toolbarTitleFontSize: 19px;
|
|
$overflowMenuBG: initial;
|
|
$overflowMenuItemHoverBG: #313D52;
|
|
$overflowMenuItemHoverColor: #B8C7E0;
|
|
$overflowMenuItemColor: #B8C7E0;
|
|
|
|
/**
|
|
* 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;
|
|
$remoteVideoMenuIconMargin: initial;
|
|
|
|
/**
|
|
* Feedback Modal
|
|
*/
|
|
$feedbackContentBg: #fff;
|
|
$feedbackInputBg: #fff;
|
|
$feedbackTextColor: #000;
|
|
$feedbackInputTextColor: #333;
|
|
$feedbackInputPlaceholderColor: #777;
|
|
|
|
/**
|
|
* Modals
|
|
*/
|
|
$modalButtonFontSize: 14px;
|
|
$modalMockAKInputBackground: #fafbfc;
|
|
$modalMockAKInputBorder: 1px solid #f4f5f7;
|
|
$modalTextColor: #333;
|
|
|
|
/**
|
|
* Chat
|
|
*/
|
|
$chatHeaderBackgroundColor: rgba(42, 58, 75, 0.9);
|
|
$chatInputSeparatorColor: #A4B8D1;
|
|
$chatLocalMessageBackgroundColor: rgba(26, 108, 180, 1);
|
|
$chatRemoteMessageBackgroundColor: rgba(240, 243, 247, 0.15);
|
|
$sidebarWidth: 375px;
|
|
|
|
/**
|
|
* Misc.
|
|
*/
|
|
$borderRadius: 4px;
|
|
$defaultWatermarkLink: '../images/watermark.png';
|
|
$popoverMenuPadding: 13px;
|
|
$happySoftwareBackground: transparent;
|
|
$desktopAppDragBarHeight: 25px;
|
|
|
|
/**
|
|
* Z-indexes. TODO: Replace this by a function.
|
|
*/
|
|
$zindex0: 0;
|
|
$zindex1: 1;
|
|
$zindex2: 2;
|
|
$zindex3: 3;
|
|
$toolbarBackgroundZ: 4;
|
|
$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;
|
|
|
|
/**
|
|
* Deep-linking page variables.
|
|
*/
|
|
$deepLinkingMobileLogoHeight: 40px;
|
|
$deepLinkingMobileHeaderBackground: #f1f2f5;
|