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-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;
|
|
|
|
$defaultSemiDarkColor: #ACACAC;
|
|
|
|
$defaultDarkColor: #4F4F4F;
|
|
|
|
$defaultBackground: #474747;
|
2016-09-15 02:20:54 +00:00
|
|
|
|
|
|
|
// Toolbar
|
2016-09-13 04:10:18 +00:00
|
|
|
$toolbarSelectBackground: rgba(0, 0, 0, .6);
|
2016-09-16 05:09:26 +00:00
|
|
|
$toolbarButtonToggled: #0091EA;
|
2016-09-15 02:20:54 +00:00
|
|
|
|
|
|
|
// Main controls
|
2016-09-12 04:36:15 +00:00
|
|
|
$inputBackground: rgba(132, 132, 132, .5);
|
|
|
|
$inputSemiBackground: rgba(132, 132, 132, .8);
|
|
|
|
$inputLightBackground: #EBEBEB;
|
|
|
|
$inputBorderColor: #EBEBEB;
|
|
|
|
$buttonBackground: #44A5FF;
|
2016-09-11 21:54:32 +00:00
|
|
|
|
2016-09-15 02:20:54 +00:00
|
|
|
// Video layout.
|
|
|
|
$videoThumbnailHovered: #44A5FF;
|
|
|
|
$videoThumbnailSelected: #165ecc;
|
|
|
|
$participantNameColor: #fff;
|
|
|
|
$thumbnailPictogramColor: #fff;
|
|
|
|
$dominantSpeakerBg: #165ecc;
|
|
|
|
$raiseHandBg: #D6D61E;
|
|
|
|
|
|
|
|
$rateStarDefault: #ccc;
|
|
|
|
$rateStarActivity: #165ecc;
|
|
|
|
$rateStarLabelColor: #333;
|
|
|
|
|
2016-09-11 21:54:32 +00:00
|
|
|
/**
|
|
|
|
* Misc.
|
|
|
|
*/
|
|
|
|
$borderRadius: 4px;
|
2016-09-13 21:42:39 +00:00
|
|
|
$defaultWatermarkLink: '../images/watermark.png';
|
2016-09-11 21:54:32 +00:00
|
|
|
|
2016-09-13 04:10:18 +00:00
|
|
|
/**
|
|
|
|
* Z-indexes. TODO: Replace this by a function.
|
|
|
|
*/
|
|
|
|
$toolbarZ: 900;
|
2016-09-15 02:20:54 +00:00
|
|
|
$overlayZ: 800;
|