mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update generated scss (#68618)
This commit is contained in:
parent
1505a188eb
commit
d20a03e2d1
@ -237,7 +237,7 @@ $dropdownBackground: #181b1f;
|
||||
$dropdownBorder: rgba(204, 204, 220, 0.12);
|
||||
$dropdownDividerTop: rgba(204, 204, 220, 0.12);
|
||||
$dropdownDividerBottom: rgba(204, 204, 220, 0.12);
|
||||
$dropdownShadow: 0px 8px 24px rgb(1,4,9);
|
||||
$dropdownShadow: 0px 8px 24px rgb(1, 4, 9);
|
||||
|
||||
$dropdownLinkColor: $link-color;
|
||||
$dropdownLinkColorHover: $white;
|
||||
@ -267,7 +267,7 @@ $side-menu-header-color: rgb(204, 204, 220);
|
||||
// -------------------------
|
||||
$menu-dropdown-bg: #181b1f;
|
||||
$menu-dropdown-hover-bg: rgba(204, 204, 220, 0.16);
|
||||
$menu-dropdown-shadow: 0px 8px 24px rgb(1,4,9);
|
||||
$menu-dropdown-shadow: 0px 8px 24px rgb(1, 4, 9);
|
||||
|
||||
// Tabs
|
||||
// -------------------------
|
||||
@ -295,13 +295,13 @@ $tooltipBackground: #22252b;
|
||||
$tooltipColor: rgb(204, 204, 220);
|
||||
$tooltipArrowColor: #22252b;
|
||||
$tooltipBackgroundError: #D10E5C;
|
||||
$tooltipShadow: 0px 4px 8px rgba(24, 26, 27, 0.75);
|
||||
$tooltipShadow: 0px 4px 8px rgba(1, 4, 9, 0.75);
|
||||
|
||||
$popover-bg: #181b1f;
|
||||
$popover-color: rgb(204, 204, 220);
|
||||
$popover-border-color: rgba(204, 204, 220, 0.12);
|
||||
$popover-header-bg: #22252b;
|
||||
$popover-shadow: 0px 8px 24px rgb(1,4,9);
|
||||
$popover-shadow: 0px 8px 24px rgb(1, 4, 9);
|
||||
|
||||
$popover-help-bg: $tooltipBackground;
|
||||
$popover-help-color: $text-color;
|
||||
|
Loading…
Reference in New Issue
Block a user