123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- @import "themes/light";
-
- /**
- * Style variables
- */
- $baseFontFamily: -apple-system, BlinkMacSystemFont, 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
- $hangupColor:#DD3849;
- $hangupHoverColor: #F25363;
- $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;
- $defaultWarningColor: rgb(215, 121, 118);
- $participantsPaneBgColor: #141414;
- $presence-available: rgb(110, 176, 5);
- $presence-away: rgb(250, 201, 20);
- $presence-busy: rgb(233, 0, 27);
- $presence-idle: rgb(172, 172, 172);
-
- /**
- * Toolbar
- */
- $newToolbarBackgroundColor: #131519;
- $newToolbarButtonHoverColor: rgba(255, 255, 255, 0.2);
- $newToolbarButtonToggleColor: rgba(255, 255, 255, 0.15);
- $menuBG:#242528;
- $newToolbarFontSize: 24px;
- $newToolbarHangupFontSize: 32px;
- $newToolbarSize: 48px;
- $newToolbarSizeMobile: 60px;
- $newToolbarSizeWithPadding: calc(#{$newToolbarSize} + 24px);
- $toolbarTitleFontSize: 19px;
- $overflowMenuItemColor: #fff;
- $overflowMenuItemBackground: #36383C;
-
-
- /**
- * Video layout
- */
- $videoThumbnailHovered: rgba(22, 94, 204, .4);
- $videoThumbnailSelected: #165ECC;
- $participantNameColor: #fff;
- $thumbnailPictogramColor: #fff;
- $dominantSpeakerBg: #165ecc;
- $raiseHandBg: #F8AE1A;
- $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
- */
- $chatActionsSeparatorColor: rgb(173, 105, 112);
- $chatBackgroundColor: #131519;
- $chatInputSeparatorColor: #A4B8D1;
- $chatLocalMessageBackgroundColor: #484A4F;
- $chatPrivateMessageBackgroundColor: rgb(153, 69, 77);
- $chatRemoteMessageBackgroundColor: #242528;
- $sidebarWidth: 315px;
-
- /**
- * Misc.
- */
- $borderRadius: 4px;
- $popoverMenuPadding: 13px;
- $happySoftwareBackground: transparent;
- $desktopAppDragBarHeight: 25px;
- $scrollHeight: 7px;
-
- /**
- * Z-indexes. TODO: Replace this by a function.
- */
- $zindex0: 0;
- $zindex1: 1;
- $zindex2: 2;
- $zindex3: 3;
- $toolbarBackgroundZ: 4;
- $labelsZ: 5;
- $subtitlesZ: 7;
- $popoverZ: 8;
- $zindex10: 10;
- $reloadZ: 20;
- $poweredByZ: 100;
- $ringingZ: 300;
- $sideToolbarContainerZ: 200;
- $toolbarZ: 250;
- $drawerZ: 351;
- $tooltipsZ: 401;
- $dropdownMaskZ: 900;
- $dropdownZ: 901;
- $centeredVideoLabelZ: 1010;
- $overlayZ: 1016;
- // Place filmstrip videos over toolbar in order
- // to make connection info visible.
- $filmstripVideosZ: $toolbarZ + 1;
-
-
- /**
- * 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: 71px;
- $watermarkHeight: 32px;
-
- $welcomePageWatermarkWidth: 71px;
- $welcomePageWatermarkHeight: 32px;
-
- /**
- * Welcome page variables.
- */
- $welcomePageDescriptionColor: #fff;
- $welcomePageFontFamily: inherit;
- $welcomePageBackground: none;
- $welcomePageTitleColor: #fff;
-
- $welcomePageHeaderBackground: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/welcome-background.png');
- $welcomePageHeaderBackgroundPosition: center;
- $welcomePageHeaderBackgroundRepeat: none;
- $welcomePageHeaderBackgroundSize: cover;
- $welcomePageHeaderPaddingBottom: 0px;
- $welcomePageHeaderTitleMaxWidth: initial;
- $welcomePageHeaderTextAlign: center;
-
- $welcomePageHeaderContainerDisplay: flex;
- $welcomePageHeaderContainerMargin: 104px 32px 0 32px;
-
- $welcomePageHeaderTextTitleMarginBottom: 0;
- $welcomePageHeaderTextTitleFontSize: 42px;
- $welcomePageHeaderTextTitleFontWeight: normal;
- $welcomePageHeaderTextTitleLineHeight: 50px;
- $welcomePageHeaderTextTitleOpacity: 1;
-
- $welcomePageEnterRoomDisplay: flex;
- $welcomePageEnterRoomWidth: calc(100% - 32px);
- $welcomePageEnterRoomPadding: 4px;
- $welcomePageEnterRoomMargin: 0 auto;
-
- $welcomePageTabContainerDisplay: flex;
- $welcomePageTabContentDisplay: inherit;
- $welcomePageTabButtonsDisplay: flex;
- $welcomePageTabDisplay: block;
-
- /**
- * Deep-linking page variables.
- */
- $deepLinkingMobileLogoHeight: 40px;
-
- $deepLinkingMobileHeaderBackground: #f1f2f5;
-
- $deepLinkingMobileLinkColor: inherit;
- $deepLinkingMobileTextFontSize: inherit;
- $deepLinkingMobileTextLineHeight: inherit;
-
- $deepLinkingDialInConferenceIdMargin: 10px 0 10px 0;
- $deepLinkingDialInConferenceIdPadding: inherit;
- $deepLinkingDialInConferenceIdBackgroundColor: inherit;
- $deepLinkingDialInConferenceIdBorderRadius: inherit;
-
- $deepLinkingDialInConferenceNameFontSize: inherit;
- $deepLinkingDialInConferenceNameLineHeight: inherit;
- $deepLinkingDialInConferenceNameMarginBottom: none;
- $deepLinkingDialInConferenceNameFontWeight: inherit;
-
- $deepLinkingDialInConferenceDescriptionFontSize: 0.8em;
- $deepLinkingDialInConferenceDescriptionLineHeight: inherit;
- $deepLinkingDialInConferenceDescriptionMarginBottom: none;
-
- $deepLinkingDialInConferencePinFontSize: inherit;
- $deepLinkingDialInConferencePinLineHeight: inherit;
-
- $depLinkingMobileHrefLineHeight: 2.2857142857142856em;
- $deepLinkingMobileHrefFontWeight: bolder;
- $deepLinkingMobileHrefFontSize: inherit;
-
- $deepLinkingMobileButtonHeight: 2.2857142857142856em;
- $deepLinkingMobileButtonLineHeight: 2.2857142857142856em;
- $deepLinkingMobileButtonMargin: 18px auto 10px;
- $deepLinkingMobileButtonWidth: auto;
- $deepLinkingMobileButtonFontWeight: bold;
- $deepLinkingMobileButtonFontSize: inherit;
-
- $primaryDeepLinkingMobileButtonBorderRadius: inherit;
-
- /**
- * Chrome extension banner variables.
- */
- $chromeExtensionBannerDontShowAgainDisplay: flex;
- $chromeExtensionBannerHeight: 128px;
- $chromeExtensionBannerTop: 80px;
- $chromeExtensionBannerRight: 16px;
- $chromeExtensionBannerTopInMeeting: 10px;
- $chromeExtensionBannerRightInMeeeting: 10px;
-
- /**
- * media type thresholds
- */
- $smallScreen: 700px;
- $verySmallScreen: 500px;
-
- /**
- * Prejoin / premeeting screen
- */
-
- $prejoinDefaultContentWidth: 336px;
|