2016-10-19 20:34:20 +03:00
|
|
|
/**
|
|
|
|
|
* Base
|
|
|
|
|
*/
|
|
|
|
|
$baseLight: #FFFFFF;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Controls
|
|
|
|
|
*/
|
2017-02-22 16:40:51 -06:00
|
|
|
$sliderTrackBackground: #474747;
|
|
|
|
|
$sliderThumbBackground: #3572b0;
|
2016-10-19 20:34:20 +03:00
|
|
|
|
2016-10-11 19:08:24 -05:00
|
|
|
/**
|
|
|
|
|
* Buttons
|
|
|
|
|
*/
|
2018-03-12 21:45:00 -07:00
|
|
|
$buttonBackground: #44A5FF;
|
|
|
|
|
$buttonHoverBackground: #2c4062;
|
|
|
|
|
$buttonBorder: transparent;
|
|
|
|
|
$buttonHoverBorder: transparent;
|
|
|
|
|
$buttonColor: #eceef1;
|
2016-10-11 19:08:24 -05:00
|
|
|
|
|
|
|
|
$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;
|
2016-10-11 19:08:24 -05:00
|
|
|
$primaryButtonFontWeight: 400;
|
|
|
|
|
|
|
|
|
|
$buttonShadowColor: #192d4f;
|
|
|
|
|
|
2017-03-08 18:16:53 -06:00
|
|
|
$overlayButtonBg: #0074E0;
|
|
|
|
|
|
2016-10-31 19:21:15 +02:00
|
|
|
/**
|
|
|
|
|
* Color variables
|
|
|
|
|
**/
|
|
|
|
|
$defaultBackground: #474747;
|
2017-03-08 18:16:53 -06:00
|
|
|
$reloadProgressBarBg: #0074E0;
|
2016-10-31 19:21:15 +02:00
|
|
|
|
2016-10-11 19:08:24 -05:00
|
|
|
/**
|
|
|
|
|
* Dialog colors
|
|
|
|
|
**/
|
2017-06-14 13:41:22 -05:00
|
|
|
$dialogErrorText: #344563;
|
2016-10-11 19:08:24 -05:00
|
|
|
|
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
|
|
|
|
2016-10-11 19:08:24 -05:00
|
|
|
// Main controls
|
2016-10-18 11:57:38 -05:00
|
|
|
$placeHolderColor: #a7a7a7;
|
2016-10-18 14:27:16 -05:00
|
|
|
$readOnlyInputColor: #a7a7a7;
|
2016-10-11 19:08:24 -05:00
|
|
|
$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
|
2019-03-11 11:43:33 +00:00
|
|
|
$popoverFontColor: #ffffff !important;
|
2016-11-01 17:59:57 +02:00
|
|
|
|
|
|
|
|
// Toolbar
|
2017-07-21 14:45:04 -05:00
|
|
|
$toolbarBackground: rgba(0, 0, 0, 0.5);
|
|
|
|
|
$toolbarBadgeBackground: #165ECC;
|
|
|
|
|
$toolbarBadgeColor: #FFFFFF;
|
2016-11-10 18:48:34 +02:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Forms
|
|
|
|
|
*/
|
2022-10-25 11:01:53 +03:00
|
|
|
$selectBg: $baseLight;
|