Files
jitsi-meet/css/themes/_light.scss

78 lines
1.4 KiB
SCSS
Raw Normal View History

2016-10-19 20:34:20 +03:00
/**
* Base
*/
$baseLight: #FFFFFF;
/**
* Controls
*/
$sliderTrackBackground: #474747;
$sliderThumbBackground: #3572b0;
2016-10-19 20:34:20 +03:00
/**
* Buttons
*/
2018-03-12 21:45:00 -07:00
$buttonBackground: #44A5FF;
$buttonHoverBackground: #2c4062;
$buttonBorder: transparent;
$buttonHoverBorder: transparent;
$buttonColor: #eceef1;
$buttonLightBackground: #f5f5f5;
$buttonLightHoverBackground: #e9e9e9;
$buttonLightBorder: #ccc;
$buttonLightHoverBorder: #999;
$buttonLinkBackground: transparent;
$buttonLinkColor: #0090e8;
$primaryButtonBackground: #3572b0;
$primaryButtonHoverBackground: #2a67a5;
2016-10-19 20:34:20 +03:00
$primaryButtonColor: $baseLight;
$primaryButtonFontWeight: 400;
$buttonShadowColor: #192d4f;
$overlayButtonBg: #0074E0;
2016-10-31 19:21:15 +02:00
/**
* Color variables
**/
$defaultBackground: #474747;
$reloadProgressBarBg: #0074E0;
2016-10-31 19:21:15 +02:00
/**
* Dialog colors
**/
2017-06-14 13:41:22 -05:00
$dialogErrorText: #344563;
2016-11-15 16:37:09 +02:00
/**
* Inlay colors
**/
$inlayColorBg: lighten($defaultBackground, 20%);
2018-03-12 21:45:00 -07:00
$inlayBorderColor: lighten($baseLight, 10%);
2016-11-15 16:37:09 +02:00
// Main controls
2016-10-18 11:57:38 -05:00
$placeHolderColor: #a7a7a7;
2016-10-18 14:27:16 -05:00
$readOnlyInputColor: #a7a7a7;
$defaultDarkSelectionColor: #ccc;
$buttonFontWeight: 400;
$labelFontWeight: 400;
$linkFontColor: #3572b0;
$linkHoverFontColor: darken(#3572b0, 10%);
2016-10-21 18:18:17 +03:00
$errorColor: #c61600;
2016-10-13 16:15:20 +03:00
2016-11-15 16:37:09 +02:00
2016-10-13 16:15:20 +03:00
// Popover colors
$popoverFontColor: #ffffff !important;
2016-11-01 17:59:57 +02:00
// Toolbar
$toolbarBackground: rgba(0, 0, 0, 0.5);
$toolbarBadgeBackground: #165ECC;
$toolbarBadgeColor: #FFFFFF;
2016-11-10 18:48:34 +02:00
/**
* Forms
*/
$selectBg: $baseLight;