2016-10-31 19:21:15 +02:00
|
|
|
@import "themes/light";
|
|
|
|
|
|
2016-09-02 12:53:22 +03:00
|
|
|
/**
|
2016-09-08 13:22:50 -05:00
|
|
|
* Style variables
|
|
|
|
|
*/
|
2016-09-07 22:07:13 -05:00
|
|
|
$baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2017-02-16 17:02:40 -06:00
|
|
|
$hangupColor: #bf2117;
|
2016-09-12 23:10:18 -05:00
|
|
|
$hangupFontSize: 2em;
|
2016-09-08 13:22:50 -05:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Size variables.
|
|
|
|
|
*/
|
|
|
|
|
|
2016-09-14 21:20:54 -05:00
|
|
|
// Video layout.
|
2016-10-25 22:05:32 -05:00
|
|
|
$thumbnailToolbarHeight: 22px;
|
2017-01-09 15:32:25 -06:00
|
|
|
$thumbnailIndicatorBorder: 2px;
|
|
|
|
|
$thumbnailIndicatorSize: $thumbnailToolbarHeight;
|
2017-02-06 15:32:24 -06:00
|
|
|
$thumbnailVideoMargin: 2px;
|
2016-11-11 18:52:36 +02:00
|
|
|
$thumbnailsBorder: 2px;
|
|
|
|
|
$thumbnailVideoBorder: 2px;
|
2017-04-06 13:09:05 -05:00
|
|
|
$filmstripToggleButtonWidth: 17px;
|
2016-11-11 18:52:36 +02:00
|
|
|
|
2016-09-14 21:20:54 -05:00
|
|
|
|
2016-09-09 21:26:29 -05:00
|
|
|
/**
|
2016-09-11 16:54:32 -05:00
|
|
|
* Color variables.
|
2016-09-09 21:26:29 -05:00
|
|
|
*/
|
2016-09-11 23:36:15 -05:00
|
|
|
$defaultColor: #F1F1F1;
|
2016-09-20 01:14:00 -05:00
|
|
|
$defaultSideBarFontColor: #44A5FF;
|
2016-10-11 19:08:24 -05:00
|
|
|
$defaultSemiDarkColor: #ACACAC;
|
|
|
|
|
$defaultDarkColor: #2b3d5c;
|
2016-09-16 19:05:23 +03:00
|
|
|
$tooltipBg: rgba(0,0,0, 0.7);
|
2016-09-14 21:20:54 -05:00
|
|
|
|
2016-10-26 17:52:55 +03:00
|
|
|
/**
|
|
|
|
|
* Toolbar
|
|
|
|
|
*/
|
2017-02-16 17:02:40 -06:00
|
|
|
$defaultToolbarSize: 50px;
|
2017-06-03 22:12:04 -05:00
|
|
|
$defaultFilmStripOnlyToolbarSize: 37px;
|
2017-02-16 17:02:40 -06:00
|
|
|
$splitterToolbarButtonMargin: 18px;
|
2016-10-19 19:36:10 +03:00
|
|
|
$toolbarBackground: rgba(0, 0, 0, 0.5);
|
2016-09-19 21:22:41 -05:00
|
|
|
$toolbarBadgeBackground: #165ECC;
|
|
|
|
|
$toolbarBadgeColor: #FFFFFF;
|
2017-02-16 17:02:40 -06:00
|
|
|
$toolbarFontSize: 1.9em;
|
|
|
|
|
$toolbarSelectBackground: rgba(0, 0, 0, .6);
|
|
|
|
|
$toolbarTitleColor: #FFFFFF;
|
|
|
|
|
$toolbarTitleFontSize: 19px;
|
2016-10-06 16:25:15 -05:00
|
|
|
$toolbarToggleBackground: #12499C;
|
2016-09-19 21:22:41 -05:00
|
|
|
|
2017-01-15 12:09:02 -06:00
|
|
|
/**
|
2016-10-26 17:52:55 +03:00
|
|
|
* Main controls
|
2016-10-28 13:20:38 -05:00
|
|
|
* TODO: looks like we don't use it
|
2016-10-26 17:52:55 +03:00
|
|
|
*/
|
2016-09-11 23:36:15 -05:00
|
|
|
$inputSemiBackground: rgba(132, 132, 132, .8);
|
|
|
|
|
$inputLightBackground: #EBEBEB;
|
2016-09-11 16:54:32 -05:00
|
|
|
|
2017-01-15 12:09:02 -06:00
|
|
|
/**
|
2016-10-26 17:52:55 +03:00
|
|
|
* Video layout
|
|
|
|
|
*/
|
2016-10-28 12:53:50 -05:00
|
|
|
$videoThumbnailHovered: rgba(22, 94, 204, .4);
|
2016-09-19 22:07:10 -05:00
|
|
|
$videoThumbnailSelected: #165ECC;
|
2016-09-14 21:20:54 -05:00
|
|
|
$participantNameColor: #fff;
|
|
|
|
|
$thumbnailPictogramColor: #fff;
|
|
|
|
|
$dominantSpeakerBg: #165ecc;
|
|
|
|
|
$raiseHandBg: #D6D61E;
|
2016-09-28 16:31:40 -05:00
|
|
|
$audioLevelBg: #44A5FF;
|
2016-10-27 15:27:28 -05:00
|
|
|
$connectionIndicatorBg: #165ecc;
|
2016-09-29 00:22:05 -05:00
|
|
|
$audioLevelShadow: rgba(9, 36, 77, 0.9);
|
2016-10-19 15:31:13 +03:00
|
|
|
$videoStateIndicatorColor: $defaultColor;
|
2016-10-19 19:36:10 +03:00
|
|
|
$videoStateIndicatorBackground: $toolbarBackground;
|
2016-09-14 21:20:54 -05:00
|
|
|
|
2016-10-18 16:22:56 +03:00
|
|
|
/**
|
|
|
|
|
* Feedback Modal
|
|
|
|
|
*/
|
|
|
|
|
$feedbackContentBg: #fff;
|
|
|
|
|
$feedbackInputBg: #fff;
|
|
|
|
|
$feedbackTextColor: #000;
|
|
|
|
|
$feedbackInputTextColor: #333;
|
|
|
|
|
$feedbackInputPlaceholderColor: #777;
|
|
|
|
|
$rateStarLabelColor: #333;
|
2016-09-14 21:20:54 -05:00
|
|
|
$rateStarDefault: #ccc;
|
2016-09-19 23:25:03 -05:00
|
|
|
$rateStarActivity: #165ecc;
|
2016-10-18 15:23:52 -05:00
|
|
|
$rateStarSize: 34px;
|
2016-09-14 21:20:54 -05:00
|
|
|
|
2017-04-11 10:30:14 -07:00
|
|
|
/**
|
|
|
|
|
* Modals
|
|
|
|
|
*/
|
|
|
|
|
$modalButtonFontSize: 14px;
|
2017-04-12 17:23:43 -07:00
|
|
|
$modalMockAKInputBackground: #fafbfc;
|
|
|
|
|
$modalMockAKInputBorder: 1px solid #f4f5f7;
|
2017-04-13 10:16:30 -07:00
|
|
|
$modalTextColor: #333;
|
2017-04-11 10:30:14 -07:00
|
|
|
|
2016-10-26 17:52:55 +03:00
|
|
|
/**
|
|
|
|
|
* Notifications
|
|
|
|
|
*/
|
2016-10-13 21:19:42 +03:00
|
|
|
$notificationFontSize: 13px;
|
|
|
|
|
$notificationColor: #FFFFFF;
|
|
|
|
|
$notificationBackground: $tooltipBg;
|
|
|
|
|
$notificationTitleColor: $notificationColor;
|
|
|
|
|
$notificationMessageColor: $notificationColor;
|
2016-10-17 15:10:08 +03:00
|
|
|
$notificationLinkColor: $notificationColor;
|
|
|
|
|
$notificationOpacity: 0.9;
|
2016-10-13 21:19:42 +03:00
|
|
|
$notificationPadding: 15px 20px;
|
|
|
|
|
$notificationBorderRadius: 4px;
|
2016-11-02 13:09:18 +02:00
|
|
|
$notificationWidth: 215px;
|
2016-10-13 21:19:42 +03:00
|
|
|
|
2016-09-11 16:54:32 -05:00
|
|
|
/**
|
|
|
|
|
* Misc.
|
|
|
|
|
*/
|
2017-01-09 15:32:25 -06:00
|
|
|
$borderRadius: 4px;
|
2016-09-13 16:42:39 -05:00
|
|
|
$defaultWatermarkLink: '../images/watermark.png';
|
2016-11-10 18:48:34 +02:00
|
|
|
$sidebarWidth: 220px;
|
2016-11-23 12:32:59 +02:00
|
|
|
$popoverMenuPadding: 13px;
|
2016-11-01 13:13:07 -05:00
|
|
|
$happySoftwareBackground: transparent;
|
|
|
|
|
|
2016-09-12 23:10:18 -05:00
|
|
|
/**
|
|
|
|
|
* Z-indexes. TODO: Replace this by a function.
|
|
|
|
|
*/
|
2017-03-30 10:13:00 -07:00
|
|
|
$zindex0: 0;
|
|
|
|
|
$zindex1: 1;
|
|
|
|
|
$zindex2: 2;
|
|
|
|
|
$zindex3: 3;
|
|
|
|
|
$filmstripVideosZ: 5;
|
|
|
|
|
$zindex10: 10;
|
|
|
|
|
$reloadZ: 20;
|
|
|
|
|
$poweredByZ: 100;
|
|
|
|
|
$ringingZ: 300;
|
|
|
|
|
$sideToolbarContainerZ: 300;
|
|
|
|
|
$toolbarZ: 400;
|
|
|
|
|
$tooltipsZ: 401;
|
|
|
|
|
$dropdownMaskZ: 900;
|
|
|
|
|
$dropdownZ: 901;
|
|
|
|
|
$jitsipopoverZ: 1010;
|
|
|
|
|
$centeredVideoLabelZ: 1011;
|
2016-10-13 21:19:42 +03:00
|
|
|
$notificationZ: 1012;
|
2017-03-30 10:13:00 -07:00
|
|
|
$popoverZ: 1015;
|
2017-04-19 17:09:22 -05:00
|
|
|
$overlayZ: 1016;
|
2017-03-30 10:13:00 -07:00
|
|
|
|
2016-10-11 19:08:24 -05:00
|
|
|
|
|
|
|
|
/**
|
2016-10-26 17:52:55 +03:00
|
|
|
* Font Colors
|
2016-10-11 19:08:24 -05:00
|
|
|
*/
|
|
|
|
|
$defaultFontColor: #777;
|
|
|
|
|
$defaultLightFontColor: #F1F1F1;
|
|
|
|
|
$defaultDarkFontColor: #000;
|
2016-09-20 10:59:12 +03:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Forms
|
|
|
|
|
*/
|
2016-10-26 17:52:55 +03:00
|
|
|
//inputs
|
|
|
|
|
$inputControlEmColor: #f29424;
|
|
|
|
|
//buttons
|
|
|
|
|
$linkFontColor: #489afe;
|
2017-01-15 12:09:02 -06:00
|
|
|
$linkHoverFontColor: #287ade;
|
2017-05-19 10:12:24 -05:00
|
|
|
$formPadding: 16px;
|
2016-12-22 14:50:20 +02:00
|
|
|
|
|
|
|
|
/**
|
2017-02-07 16:45:51 +02:00
|
|
|
* Unsupported browser
|
2017-01-13 16:37:53 -06:00
|
|
|
*/
|
2017-01-25 16:11:44 -06:00
|
|
|
$primaryUnsupportedBrowserButtonBgColor: #17a0db;
|
2017-01-19 17:47:22 +02:00
|
|
|
$unsupportedBrowserButtonBgColor: #ff9a00;
|
|
|
|
|
$unsupportedBrowserTextColor: #4a4a4a;
|
2017-02-07 16:45:51 +02:00
|
|
|
$unsupportedBrowserTextSmallFontSize: 17px;
|
|
|
|
|
$unsupportedBrowserTitleColor: #fff;
|
|
|
|
|
$unsupportedBrowserTitleFontSize: 24px;
|
|
|
|
|
$unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
|
|
|
|
|
$unsupportedDesktopBrowserTextFontSize: 21px;
|