mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
179 lines
3.8 KiB
SCSS
179 lines
3.8 KiB
SCSS
/***
|
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
|
*
|
|
* Do not modify this file!
|
|
* - Edit grafana-ui/src/themes/light.ts to regenerate
|
|
* - Edit grafana-ui/src/themes/_variable.light.scss.tmpl.ts to update template
|
|
*
|
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
|
*/
|
|
|
|
@use 'sass:color';
|
|
// Global values
|
|
// --------------------------------------------------
|
|
|
|
$theme-name: light;
|
|
|
|
// New Colors
|
|
// -------------------------
|
|
$blue-base: #3871DC;
|
|
$red-base: #E0226E;
|
|
$green-base: #1B855E;
|
|
|
|
// Grays
|
|
// -------------------------
|
|
$black: #000000;
|
|
|
|
$dark-2: #161719;
|
|
$dark-10: #424345;
|
|
$gray-1: #555555;
|
|
$gray-2: #8e8e8e;
|
|
$gray-4: #d8d9da;
|
|
$gray-5: #ececec;
|
|
$gray-6: #f4f5f8;
|
|
$gray-7: #fbfbfb;
|
|
|
|
$white: #ffffff;
|
|
|
|
$layer2: #F4F5F5;
|
|
|
|
// Accent colors
|
|
// -------------------------
|
|
$blue: #1F62E0;
|
|
$red: $red-base;
|
|
$yellow: #ecbb13;
|
|
$purple: #9933cc;
|
|
|
|
// Scaffolding
|
|
// -------------------------
|
|
$body-bg: #F4F5F5;
|
|
|
|
$text-color: rgba(36, 41, 46, 1);
|
|
$text-color-weak: rgba(36, 41, 46, 0.75);
|
|
$text-color-emphasis: #000000;
|
|
|
|
// Links
|
|
// -------------------------
|
|
$link-color: rgba(36, 41, 46, 1);
|
|
$link-color-disabled: rgba(36, 41, 46, 0.64);
|
|
$link-hover-color: #000000;
|
|
|
|
// Typography
|
|
// -------------------------
|
|
$text-muted: $text-color-weak;
|
|
|
|
// Panel
|
|
// -------------------------
|
|
$panel-bg: #FFFFFF;
|
|
|
|
// Page header
|
|
$page-header-bg: #F4F5F5;
|
|
$page-header-shadow: inset 0px -3px 10px $gray-6;
|
|
$page-header-border-color: #F4F5F5;
|
|
|
|
// Graphite Target Editor
|
|
$tight-form-func-bg: #F4F5F5;
|
|
|
|
$code-tag-bg: $gray-6;
|
|
$code-tag-border: $gray-4;
|
|
|
|
// cards
|
|
$card-background: #F4F5F5;
|
|
$card-background-hover: #F4F5F5;
|
|
$card-shadow: none;
|
|
|
|
// Lists
|
|
$list-item-bg: $gray-7;
|
|
|
|
$empty-list-cta-bg: $gray-6;
|
|
|
|
// Scrollbars
|
|
$scrollbarBackground: $gray-4;
|
|
$scrollbarBackground2: $gray-4;
|
|
|
|
// Tables
|
|
// -------------------------
|
|
$table-bg-accent: #F4F5F5;
|
|
|
|
// Buttons
|
|
// -------------------------
|
|
$btn-inverse-bg-hl: $gray-4;
|
|
|
|
$btn-divider-left: $gray-4;
|
|
$btn-divider-right: $gray-7;
|
|
|
|
$btn-drag-image: '../img/grab_light.svg';
|
|
|
|
// Forms
|
|
// -------------------------
|
|
$input-bg: #FFFFFF;
|
|
|
|
$input-color: rgba(36, 41, 46, 1);
|
|
$input-border-color: rgba(36, 41, 46, 0.30);
|
|
|
|
// Dropdowns
|
|
// -------------------------
|
|
$dropdownBackground: #FFFFFF;
|
|
$dropdownBorder: rgba(36, 41, 46, 0.12);
|
|
$dropdownDividerTop: rgba(36, 41, 46, 0.12);
|
|
$dropdownDividerBottom: rgba(36, 41, 46, 0.12);
|
|
|
|
$dropdownLinkColor: $dark-2;
|
|
$dropdownLinkColorHover: $link-color;
|
|
$dropdownLinkColorActive: $link-color;
|
|
|
|
$dropdownLinkBackgroundHover: $gray-6;
|
|
|
|
// Menu dropdowns
|
|
// -------------------------
|
|
$menu-dropdown-bg: #FFFFFF;
|
|
$menu-dropdown-hover-bg: rgba(36, 41, 46, 0.12);
|
|
$menu-dropdown-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
|
|
|
|
// Form states and alerts
|
|
// -------------------------
|
|
$alert-error-bg: #E0226E;
|
|
$alert-success-bg: #1B855E;
|
|
$alert-warning-bg: #FF9900;
|
|
$alert-info-bg: #FF9900;
|
|
|
|
// Tooltips and popovers
|
|
$tooltipBackground: #F4F5F5;
|
|
$tooltipColor: rgba(36, 41, 46, 1);
|
|
|
|
$popover-bg: #FFFFFF;
|
|
$popover-color: rgba(36, 41, 46, 1);
|
|
$popover-border-color: rgba(36, 41, 46, 0.12);
|
|
$popover-header-bg: #F4F5F5;
|
|
$popover-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
|
|
|
|
$graph-tooltip-bg: $gray-5;
|
|
|
|
$tooltipLinkColor: color.adjust($tooltipColor, $lightness: 5%);
|
|
$tooltipExternalLinkColor: #6E9FFF;
|
|
|
|
$popover-error-bg: $red-base;
|
|
$popover-help-bg: $tooltipBackground;
|
|
$popover-help-color: $tooltipColor;
|
|
|
|
// images
|
|
$checkboxImageUrl: '../img/checkbox_white.png';
|
|
|
|
// info box
|
|
$info-box-border-color: $blue-base;
|
|
|
|
//Switch Slider
|
|
// -------------------------
|
|
$switch-bg: $white;
|
|
$switch-slider-color: $gray-7;
|
|
$switch-slider-off-bg: $gray-5;
|
|
$switch-slider-on-bg: #1f60c4;
|
|
$switch-slider-shadow: 0 0 3px $dark-2;
|
|
|
|
//Checkbox
|
|
// -------------------------
|
|
$checkbox-bg: $gray-6;
|
|
$checkbox-border: 1px solid #b3b3b3;
|
|
$checkbox-checked-bg: linear-gradient(0deg, #ff9830, #e55400);
|
|
$checkbox-color: $gray-7;
|