@import "themes/light"; /** * Style variables */ $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif; $toolbarFontSize: 1.9em; $hangupFontSize: 2em; /** * Size variables. */ $defaultToolbarSize: 50px; // Video layout. $thumbnailToolbarHeight: 22px; $thumbnailIndicatorBorder: 2px; $thumbnailIndicatorSize: $thumbnailToolbarHeight; $thumbnailVideoMargin: 5px; $thumbnailsBorder: 2px; $thumbnailVideoBorder: 2px; $hideFilmstripButtonWidth: 17px; /** * Color variables. */ $defaultColor: #F1F1F1; $defaultSideBarFontColor: #44A5FF; $defaultSemiDarkColor: #ACACAC; $defaultDarkColor: #2b3d5c; $tooltipBg: rgba(0,0,0, 0.7); /** * Toolbar */ $toolbarTitleColor: #FFFFFF; $toolbarTitleFontSize: 19px; $toolbarBackground: rgba(0, 0, 0, 0.5); $toolbarSelectBackground: rgba(0, 0, 0, .6); $toolbarBadgeBackground: #165ECC; $toolbarBadgeColor: #FFFFFF; $toolbarToggleBackground: #12499C; $splitterToolbarButtonMargin: 18px; /** * Main controls * TODO: looks like we don't use it */ $inputSemiBackground: rgba(132, 132, 132, .8); $inputLightBackground: #EBEBEB; /** * 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; /** * Feedback Modal */ $feedbackContentBg: #fff; $feedbackInputBg: #fff; $feedbackTextColor: #000; $feedbackInputTextColor: #333; $feedbackInputPlaceholderColor: #777; $rateStarLabelColor: #333; $rateStarDefault: #ccc; $rateStarActivity: #165ecc; $rateStarSize: 34px; /** * Notifications */ $notificationFontSize: 13px; $notificationColor: #FFFFFF; $notificationBackground: $tooltipBg; $notificationTitleColor: $notificationColor; $notificationMessageColor: $notificationColor; $notificationLinkColor: $notificationColor; $notificationOpacity: 0.9; $notificationPadding: 15px 20px; $notificationBorderRadius: 4px; $notificationWidth: 215px; /** * Misc. */ $borderRadius: 4px; $defaultWatermarkLink: '../images/watermark.png'; $sidebarWidth: 220px; $popoverMenuPadding: 13px; $happySoftwareBackground: transparent; /** * Z-indexes. TODO: Replace this by a function. */ $tooltipsZ: 901; $toolbarZ: 900; $overlayZ: 902; $notificationZ: 1012; $ringingZ: 800; $dropdownZ: 901; $dropdownMaskZ: 900; /** * Font Colors */ $defaultFontColor: #777; $defaultLightFontColor: #F1F1F1; $defaultDarkFontColor: #000; /** * Forms */ //inputs $inputControlEmColor: #f29424; //buttons $linkFontColor: #489afe; $linkHoverFontColor: #287ade;