2016-09-02 09:53:22 +00:00
|
|
|
/**
|
2016-09-08 18:22:50 +00:00
|
|
|
* Style variables
|
|
|
|
*/
|
2016-09-08 03:07:13 +00:00
|
|
|
$baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2016-09-12 04:36:15 +00:00
|
|
|
$toolbarFontSize: 1.9em;
|
2016-09-13 04:10:18 +00:00
|
|
|
$hangupFontSize: 2em;
|
2016-09-08 18:22:50 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Size variables.
|
|
|
|
*/
|
|
|
|
$defaultToolbarSize: 50px;
|
|
|
|
|
2016-09-15 02:20:54 +00:00
|
|
|
// Video layout.
|
|
|
|
$thumbnailIndicatorSize: 23px;
|
|
|
|
$thumbnailIndicatorBorder: 0px;
|
|
|
|
$thumbnailVideoMargin: 2px;
|
2016-09-18 21:35:35 +00:00
|
|
|
$thumbnailToolbarHeight: 25px;
|
2016-09-15 02:20:54 +00:00
|
|
|
|
2016-09-10 02:26:29 +00:00
|
|
|
/**
|
2016-09-11 21:54:32 +00:00
|
|
|
* Color variables.
|
2016-09-10 02:26:29 +00:00
|
|
|
*/
|
2016-09-12 04:36:15 +00:00
|
|
|
$defaultColor: #F1F1F1;
|
2016-09-20 06:14:00 +00:00
|
|
|
$defaultSideBarFontColor: #44A5FF;
|
2016-10-12 00:08:24 +00:00
|
|
|
$defaultSemiDarkColor: #ACACAC;
|
|
|
|
$defaultDarkColor: #2b3d5c;
|
2016-09-12 04:36:15 +00:00
|
|
|
$defaultBackground: #474747;
|
2016-09-16 16:05:23 +00:00
|
|
|
$tooltipBg: rgba(0,0,0, 0.7);
|
2016-09-15 02:20:54 +00:00
|
|
|
|
|
|
|
// Toolbar
|
2016-10-19 16:36:10 +00:00
|
|
|
$toolbarBackground: rgba(0, 0, 0, 0.5);
|
2016-09-13 04:10:18 +00:00
|
|
|
$toolbarSelectBackground: rgba(0, 0, 0, .6);
|
2016-09-20 02:22:41 +00:00
|
|
|
$toolbarBadgeBackground: #165ECC;
|
|
|
|
$toolbarBadgeColor: #FFFFFF;
|
2016-10-06 21:25:15 +00:00
|
|
|
$toolbarToggleBackground: #12499C;
|
2016-10-14 20:27:08 +00:00
|
|
|
$splitterToolbarButtonLeftMargin: 0px;
|
2016-09-20 02:22:41 +00:00
|
|
|
|
2016-09-15 02:20:54 +00:00
|
|
|
// Main controls
|
2016-09-12 04:36:15 +00:00
|
|
|
$inputSemiBackground: rgba(132, 132, 132, .8);
|
|
|
|
$inputLightBackground: #EBEBEB;
|
2016-09-11 21:54:32 +00:00
|
|
|
|
2016-09-15 02:20:54 +00:00
|
|
|
// Video layout.
|
2016-09-26 20:40:56 +00:00
|
|
|
$videoThumbnailHovered: #BFEBFF;
|
2016-09-20 03:07:10 +00:00
|
|
|
$videoThumbnailSelected: #165ECC;
|
2016-09-15 02:20:54 +00:00
|
|
|
$participantNameColor: #fff;
|
|
|
|
$thumbnailPictogramColor: #fff;
|
|
|
|
$dominantSpeakerBg: #165ecc;
|
|
|
|
$raiseHandBg: #D6D61E;
|
2016-09-28 21:31:40 +00:00
|
|
|
$audioLevelBg: #44A5FF;
|
2016-09-29 05:22:05 +00:00
|
|
|
$audioLevelShadow: rgba(9, 36, 77, 0.9);
|
2016-10-19 12:31:13 +00:00
|
|
|
$videoStateIndicatorColor: $defaultColor;
|
2016-10-19 16:36:10 +00:00
|
|
|
$videoStateIndicatorBackground: $toolbarBackground;
|
2016-09-15 02:20:54 +00:00
|
|
|
|
2016-10-18 13:22:56 +00:00
|
|
|
/**
|
|
|
|
* Feedback Modal
|
|
|
|
*/
|
|
|
|
$feedbackContentBg: #fff;
|
|
|
|
$feedbackInputBg: #fff;
|
|
|
|
$feedbackTextColor: #000;
|
|
|
|
$feedbackInputTextColor: #333;
|
|
|
|
$feedbackInputPlaceholderColor: #777;
|
|
|
|
$rateStarLabelColor: #333;
|
2016-09-15 02:20:54 +00:00
|
|
|
$rateStarDefault: #ccc;
|
2016-09-20 04:25:03 +00:00
|
|
|
$rateStarActivity: #165ecc;
|
2016-10-18 20:23:52 +00:00
|
|
|
$rateStarSize: 34px;
|
|
|
|
$feedbackCancelFontColor: #333;
|
2016-09-15 02:20:54 +00:00
|
|
|
|
2016-10-13 18:19:42 +00:00
|
|
|
// Notifications
|
|
|
|
$notificationFontSize: 13px;
|
|
|
|
$notificationColor: #FFFFFF;
|
|
|
|
$notificationBackground: $tooltipBg;
|
|
|
|
$notificationTitleColor: $notificationColor;
|
|
|
|
$notificationMessageColor: $notificationColor;
|
2016-10-17 12:10:08 +00:00
|
|
|
$notificationLinkColor: $notificationColor;
|
|
|
|
$notificationOpacity: 0.9;
|
2016-10-13 18:19:42 +00:00
|
|
|
$notificationPadding: 15px 20px;
|
|
|
|
$notificationBorderRadius: 4px;
|
|
|
|
|
2016-09-11 21:54:32 +00:00
|
|
|
/**
|
|
|
|
* Misc.
|
|
|
|
*/
|
|
|
|
$borderRadius: 4px;
|
2016-09-13 21:42:39 +00:00
|
|
|
$defaultWatermarkLink: '../images/watermark.png';
|
2016-10-12 00:08:24 +00:00
|
|
|
$sidebarWidth: 200px;
|
2016-09-11 21:54:32 +00:00
|
|
|
|
2016-09-13 04:10:18 +00:00
|
|
|
/**
|
|
|
|
* Z-indexes. TODO: Replace this by a function.
|
|
|
|
*/
|
2016-09-21 21:34:06 +00:00
|
|
|
$tooltipsZ: 901;
|
2016-09-13 04:10:18 +00:00
|
|
|
$toolbarZ: 900;
|
2016-10-12 19:57:53 +00:00
|
|
|
$overlayZ: 902;
|
2016-10-13 18:19:42 +00:00
|
|
|
$notificationZ: 1012;
|
2016-10-21 15:45:45 +00:00
|
|
|
$ringingZ: 800;
|
2016-10-12 00:08:24 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Font Colors TODO: Change colors when general dialogs are implemented.
|
|
|
|
*/
|
|
|
|
$defaultFontColor: #777;
|
|
|
|
$defaultLightFontColor: #F1F1F1;
|
|
|
|
$defaultDarkFontColor: #000;
|
|
|
|
$buttonFontColor: #777;
|
|
|
|
$buttonHoverFontColor: #287ade;
|
|
|
|
$auiPrimaryButtonBg: #3572b0;
|
|
|
|
$auiPrimaryButtonHoverBg: #57647b;
|
|
|
|
$auiPrimaryButtonColor: #fff;
|
|
|
|
$auiIconColor: #707070;
|
2016-09-20 07:59:12 +00:00
|
|
|
$inputControlEmColor: #f29424;
|
|
|
|
$linkFontColor: #489afe;
|
|
|
|
$linkHoverFontColor: #287ade;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Forms
|
|
|
|
*/
|
|
|
|
$inputBg: #505F79;
|
|
|
|
$inputBgHover: #505F79;
|
|
|
|
$inputFontColor: #ECEEF1;
|