@ui5/webcomponents-theming 0.0.0-a3eca7ade → 0.0.0-a8a75c830

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +2149 -0
  3. package/LICENSE.txt +201 -0
  4. package/README.md +7 -10
  5. package/css-vars-usage.json +407 -30
  6. package/dist/.tsbuildinfo +1 -0
  7. package/dist/Assets-fetch.d.ts +1 -0
  8. package/dist/Assets-fetch.js +3 -0
  9. package/dist/Assets-fetch.js.map +1 -0
  10. package/dist/Assets-node.d.ts +12 -0
  11. package/dist/Assets-node.js +13 -0
  12. package/dist/Assets-node.js.map +1 -0
  13. package/dist/Assets.d.ts +1 -0
  14. package/dist/Assets.js +1 -0
  15. package/dist/Assets.js.map +1 -0
  16. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -1
  17. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -1
  18. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -1
  19. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -1
  20. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -1
  21. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +2 -0
  22. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +2 -0
  23. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +2 -0
  24. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  30. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  31. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  32. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  33. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  34. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  35. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  36. package/dist/generated/json-imports/Themes-node.js +25 -0
  37. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  38. package/dist/generated/json-imports/Themes.d.ts +1 -0
  39. package/dist/generated/json-imports/Themes.js +22 -24
  40. package/dist/generated/json-imports/Themes.js.map +1 -0
  41. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  42. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  43. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  44. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  45. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  46. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  47. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  48. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  49. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  50. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  51. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  52. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  53. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  54. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  55. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  56. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  57. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -0
  58. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  59. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  60. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -0
  61. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  62. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  63. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -0
  64. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  65. package/package-scripts.cjs +31 -0
  66. package/package.json +15 -20
  67. package/tsconfig.json +25 -0
  68. package/config/postcss.themes/postcss.config.js +0 -24
  69. package/dist/Assets-static.js +0 -2
  70. package/dist/css/themes/sap_belize/parameters-bundle.css +0 -1
  71. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  72. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  73. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  74. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
  75. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
  76. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
  77. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +0 -1
  78. package/dist/generated/json-imports/Themes-static.js +0 -35
  79. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
  80. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
  81. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
  82. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -1
  83. package/dist/themes/sap_belize/css_variables.css +0 -585
  84. package/dist/themes/sap_belize/parameters-bundle.css +0 -1
  85. package/dist/themes/sap_belize_hcb/css_variables.css +0 -584
  86. package/dist/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  87. package/dist/themes/sap_belize_hcw/css_variables.css +0 -584
  88. package/dist/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  89. package/dist/themes/sap_fiori_3/css_variables.css +0 -584
  90. package/dist/themes/sap_fiori_3/parameters-bundle.css +0 -1
  91. package/dist/themes/sap_fiori_3_dark/css_variables.css +0 -584
  92. package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +0 -1
  93. package/dist/themes/sap_fiori_3_hcb/css_variables.css +0 -584
  94. package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +0 -1
  95. package/dist/themes/sap_fiori_3_hcw/css_variables.css +0 -584
  96. package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +0 -1
  97. package/dist/themes/sap_horizon/css_variables.css +0 -584
  98. package/dist/themes/sap_horizon/parameters-bundle.css +0 -1
  99. package/dist/themes/sap_horizon_exp/css_variables.css +0 -584
  100. package/dist/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  101. package/hash.txt +0 -1
  102. package/lib/generate-css-vars-usage-report/index.js +0 -27
  103. package/package-scripts.js +0 -38
@@ -1 +0,0 @@
1
- export default {packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_horizon_exp/parameters-bundle.css",content:":root{--sapBrandColor:#0070f2;--sapHighlightColor:#0070f2;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#f5f6f7;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#223548;--sapLinkColor:#0064d9;--sapLink_Hover_Color:#005fce;--sapLink_Active_Color:#0064d9;--sapLink_Visited_Color:#0064d9;--sapLink_InvertedColor:#a6cfff;--sapLink_SubtleColor:#00418d;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0070f2;--sapActiveColor:#dee2e5;--sapHighlightTextColor:#fff;--sapTitleColor:#223548;--sapNegativeColor:#aa0808;--sapCriticalColor:#e76500;--sapPositiveColor:#256f3a;--sapInformativeColor:#0070f2;--sapNeutralColor:#5b738b;--sapNegativeElementColor:#f53232;--sapCriticalElementColor:#e76500;--sapPositiveElementColor:#30914c;--sapInformativeElementColor:#0070f2;--sapNeutralElementColor:#6e87a0;--sapNegativeTextColor:#aa0808;--sapPositiveTextColor:#256f3a;--sapCriticalTextColor:#b95100;--sapInformativeTextColor:#0070f2;--sapNeutralTextColor:#5b738b;--sapNeutralBorderColor:#6e87a0;--sapErrorColor:#aa0808;--sapErrorBorderColor:#f53232;--sapWarningColor:#e76500;--sapWarningBorderColor:#e76500;--sapSuccessColor:#256f3a;--sapSuccessBorderColor:#30914c;--sapInformationColor:#0070f2;--sapInformationBorderColor:#0070f2;--sapErrorBackground:#ffeaf4;--sapWarningBackground:#fff8d6;--sapSuccessBackground:#f5fae5;--sapInformationBackground:#e1f4ff;--sapNeutralBackground:#f5f6f7;--sapIndicationColor_1:#840606;--sapIndicationColor_1_Hover_Background:#6c0505;--sapIndicationColor_1_Active_Background:#530404;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#aa0808;--sapIndicationColor_2_Hover_Background:#920707;--sapIndicationColor_2_Active_Background:#790606;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#e76500;--sapIndicationColor_3_Hover_Background:#d85e00;--sapIndicationColor_3_Active_Background:#c85800;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#256f3a;--sapIndicationColor_4_Hover_Background:#1f5c30;--sapIndicationColor_4_Active_Background:#184926;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#0070f2;--sapIndicationColor_5_Hover_Background:#0064d9;--sapIndicationColor_5_Active_Background:#0058bf;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#046c7a;--sapIndicationColor_6_Hover_Background:#035661;--sapIndicationColor_6_Active_Background:#024049;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#5d36ff;--sapIndicationColor_7_Hover_Background:#481cff;--sapIndicationColor_7_Active_Background:#3403ff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#a100c2;--sapIndicationColor_8_Hover_Background:#8c00a9;--sapIndicationColor_8_Active_Background:#77008f;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#223548;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#223548;--sapContent_MarkerIconColor:#5d36ff;--sapContent_MarkerTextColor:#046c7a;--sapContent_ImagePlaceholderBackground:#eaecee;--sapContent_ImagePlaceholderForegroundColor:#5b738b;--sapContent_RatedColor:#5d36ff;--sapContent_UnratedColor:#788fa6;--sapContent_FocusColor:#0070f2;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#556b82;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 rgba(85,107,130,0.16),0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);--sapContent_Shadow1:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(85,107,130,0.42),0 1.25rem 5rem 0 rgba(85,107,130,0.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0 0.25rem 0 rgba(85,107,130,0.16),inset 0 -0.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(85,107,130,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(170,8,8,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(231,101,0,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(37,111,58,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(91,115,139,0.72);--sapContent_SearchHighlightColor:#dafdf5;--sapContent_HelpColor:#188918;--sapContent_LabelColor:#556b82;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:rgba(34,53,72,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#788fa6;--sapContent_ForegroundTextColor:#223548;--sapContent_BadgeBackground:#aa0808;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_DragAndDropActiveColor:#0070f2;--sapContent_Selected_Background:#fff;--sapContent_Selected_TextColor:#0070f2;--sapContent_Selected_Hover_Background:#fff;--sapContent_Selected_ForegroundColor:#0070f2;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#0070f2;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#00144a;--sapContent_Illustrative_Color5:#a9b4be;--sapContent_Illustrative_Color6:#d5dadd;--sapContent_Illustrative_Color7:#ebf8ff;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapShell_Background:#f5f6f7;--sapShell_BackgroundImage:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundGradient:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#223548;--sapShell_InteractiveBackground:#eff1f2;--sapShell_InteractiveTextColor:#223548;--sapShell_InteractiveBorderColor:#788fa6;--sapShell_GroupTitleTextColor:#223548;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#fff;--sapShell_Active_Background:#fff;--sapShell_Active_TextColor:#0070f2;--sapShell_Selected_Background:#fff;--sapShell_Selected_TextColor:#0070f2;--sapShell_Selected_Hover_Background:#fff;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_SelectedColor:#223548;--sapShell_Navigation_Selected_TextColor:#223548;--sapShell_Navigation_TextColor:#223548;--sapShell_Navigation_Hover_Background:#fff;--sapShell_Navigation_Active_Background:#fff;--sapShell_Navigation_Active_TextColor:#0070f2;--sapShell_Shadow:0 0 0.5rem 0 rgba(85,107,130,0.2),inset 0 -0.0625rem 0 0 rgba(85,107,130,0.1);--sapShell_NegativeColor:#aa0808;--sapShell_CriticalColor:#e76500;--sapShell_PositiveColor:#256f3a;--sapShell_InformativeColor:#0070f2;--sapShell_NeutralColor:#5b738b;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#eaecee;--sapButton_BorderColor:#eaecee;--sapButton_TextColor:#223548;--sapButton_Hover_Background:#fff;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#223548;--sapButton_IconColor:#223548;--sapButton_Active_Background:#fff;--sapButton_Active_BorderColor:#0070f2;--sapButton_Active_TextColor:#0070f2;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#fff;--sapButton_Emphasized_Active_BorderColor:#0070f2;--sapButton_Emphasized_Active_TextColor:#0070f2;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Reject_Background:#ffd6e9;--sapButton_Reject_BorderColor:#ffd6e9;--sapButton_Reject_Hover_Background:#fff;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#aa0808;--sapButton_Reject_Active_Background:#fff;--sapButton_Reject_Active_BorderColor:#f53232;--sapButton_Reject_Active_TextColor:#aa0808;--sapButton_Reject_TextColor:#aa0808;--sapButton_Reject_Selected_Background:#fff;--sapButton_Reject_Selected_BorderColor:#f53232;--sapButton_Reject_Selected_TextColor:#aa0808;--sapButton_Reject_Selected_Hover_Background:#fff;--sapButton_Reject_Selected_Hover_BorderColor:#f53232;--sapButton_Accept_Background:#ebf5cb;--sapButton_Accept_BorderColor:#ebf5cb;--sapButton_Accept_Hover_Background:#fff;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#256f3a;--sapButton_Accept_Active_Background:#fff;--sapButton_Accept_Active_BorderColor:#30914c;--sapButton_Accept_Active_TextColor:#256f3a;--sapButton_Accept_TextColor:#256f3a;--sapButton_Accept_Selected_Background:#fff;--sapButton_Accept_Selected_BorderColor:#30914c;--sapButton_Accept_Selected_TextColor:#256f3a;--sapButton_Accept_Selected_Hover_Background:#fff;--sapButton_Accept_Selected_Hover_BorderColor:#30914c;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#223548;--sapButton_Lite_Hover_Background:#fff;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#223548;--sapButton_Lite_Active_Background:#fff;--sapButton_Lite_Active_BorderColor:#0070f2;--sapButton_Selected_Background:#fff;--sapButton_Selected_BorderColor:#0070f2;--sapButton_Selected_TextColor:#0070f2;--sapButton_Selected_Hover_Background:#fff;--sapButton_Selected_Hover_BorderColor:#0070f2;--sapButton_Attention_Background:#fff3b7;--sapButton_Attention_BorderColor:#fff3b7;--sapButton_Attention_TextColor:#b95100;--sapButton_Attention_Hover_Background:#fff;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#b95100;--sapButton_Attention_Active_Background:#fff;--sapButton_Attention_Active_BorderColor:#ffa158;--sapButton_Attention_Active_TextColor:#b95100;--sapButton_Attention_Selected_Background:#fff;--sapButton_Attention_Selected_BorderColor:#ffa158;--sapButton_Attention_Selected_TextColor:#b95100;--sapButton_Attention_Selected_Hover_Background:#fff;--sapButton_Attention_Selected_Hover_BorderColor:#ffa158;--sapButton_Negative_Background:#f53232;--sapButton_Negative_BorderColor:#f53232;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#f31010;--sapButton_Negative_Hover_BorderColor:#f31010;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#e90b0b;--sapButton_Negative_Active_BorderColor:#e90b0b;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e76500;--sapButton_Critical_BorderColor:#e76500;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#ff760c;--sapButton_Critical_Hover_BorderColor:#ff760c;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#ff8a2f;--sapButton_Critical_Active_BorderColor:#ff8a2f;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#30914c;--sapButton_Success_BorderColor:#30914c;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#27763e;--sapButton_Success_Hover_BorderColor:#27763e;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#236b38;--sapButton_Success_Active_BorderColor:#236b38;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0070f2;--sapButton_Information_BorderColor:#0070f2;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0064d9;--sapButton_Information_Hover_BorderColor:#0064d9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0058bf;--sapButton_Information_Active_BorderColor:#0058bf;--sapButton_Neutral_Background:#6e87a0;--sapButton_Neutral_BorderColor:#6e87a0;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#5d758e;--sapButton_Neutral_Hover_BorderColor:#5d758e;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#576d84;--sapButton_Neutral_Active_BorderColor:#576d84;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Selected_Background:#0070f2;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Background:#d6dade;--sapButton_Track_TextColor:#223548;--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#788fa6;--sapField_Background:#eff1f2;--sapField_TextColor:#131e29;--sapField_PlaceholderTextColor:#556b82;--sapField_BorderColor:#788fa6;--sapField_HelpBackground:#eff1f2;--sapField_BorderWidth:.0625rem;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#fff;--sapField_Hover_BorderColor:#788fa6;--sapField_Hover_HelpBackground:#fff;--sapField_Active_BorderColor:#0070f2;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#0070f2;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:#eff1f2;--sapField_ReadOnly_BorderColor:#788fa6;--sapField_ReadOnly_HelpBackground:#eff1f2;--sapField_RequiredColor:#5d36ff;--sapField_InvalidColor:#f53232;--sapField_InvalidBackground:#ffeaf4;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#e76500;--sapField_WarningBackground:#fff8d6;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#30914c;--sapField_SuccessBackground:#f5fae5;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#0070f2;--sapField_InformationBackground:#e1f4ff;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#d9d9d9;--sapGroup_TitleTextColor:#223548;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#223548;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#223548;--sapList_Active_TextColor:#223548;--sapList_BorderWidth:.0625rem;--sapList_SelectionBackgroundColor:#ebf8ff;--sapList_SelectionBorderColor:#0070f2;--sapList_Hover_SelectionBackground:#dcf3ff;--sapList_Background:#fff;--sapList_Hover_Background:#eaecee;--sapList_AlternatingBackground:#f5f6f7;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#d9d9d9;--sapList_GroupHeaderTextColor:#223548;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#223548;--sapList_TableGroupHeaderBackground:#fff;--sapList_TableGroupHeaderBorderColor:#d9d9d9;--sapList_TableGroupHeaderTextColor:#223548;--sapList_TableFooterBorder:#d9d9d9;--sapList_TableFixedBorderColor:#8c8c8c;--sapList_Active_Background:#dee2e5;--sapScrollBar_FaceColor:#8197ac;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#8197ac;--sapScrollBar_SymbolColor:#223548;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#788fa6;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#223548;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#223548;--sapInfobar_Background:#dafdf5;--sapInfobar_Hover_Background:#fff;--sapInfobar_Active_Background:#fff;--sapInfobar_NonInteractive_Background:#f5f6f7;--sapInfobar_TextColor:#046c7a;--sapObjectHeader_Background:#fff;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Hover_Background:#eaecee;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#fff;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_TitleTextColor:#223548;--sapTile_TextColor:#556b82;--sapTile_IconColor:#556b82;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:hsla(0,0%,100%,0.96);--sapTile_OverlayForegroundColor:#223548;--sapAccentColor1:#f58b00;--sapAccentColor2:#aa0808;--sapAccentColor3:#cc00dc;--sapAccentColor4:#a100c2;--sapAccentColor5:#5d36ff;--sapAccentColor6:#0057d2;--sapAccentColor7:#046c7a;--sapAccentColor8:#256f3a;--sapAccentColor9:#07838f;--sapAccentColor10:#5b738b;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#fff;--sapLegend_NonWorkingBackground:#ebebeb;--sapLegend_CurrentDateTime:#a100c2;--sapLegendColor1:#e18409;--sapLegendColor2:#e65151;--sapLegendColor3:#e71376;--sapLegendColor4:#a63030;--sapLegendColor5:#da52b8;--sapLegendColor6:#1d6ebf;--sapLegendColor7:#089aab;--sapLegendColor8:#92a35b;--sapLegendColor9:#587b93;--sapLegendColor10:#922075;--sapLegendColor11:#7b5b31;--sapLegendColor12:#c72323;--sapLegendColor13:#c71065;--sapLegendColor14:#967244;--sapLegendColor15:#54559c;--sapLegendColor16:#4d7dad;--sapLegendColor17:#3f8188;--sapLegendColor18:#6c832a;--sapLegendColor19:#205992;--sapLegendColor20:#4549c9;--sapLegendBackgroundColor1:#fef4e6;--sapLegendBackgroundColor2:#fce9e9;--sapLegendBackgroundColor3:#fde8f2;--sapLegendBackgroundColor4:#f9ebeb;--sapLegendBackgroundColor5:#fae9f6;--sapLegendBackgroundColor6:#e9f3fc;--sapLegendBackgroundColor7:#e7fcfe;--sapLegendBackgroundColor8:#f4f6ee;--sapLegendBackgroundColor9:#eff3f6;--sapLegendBackgroundColor10:#faeaf6;--sapLegendBackgroundColor11:#f7f2ec;--sapLegendBackgroundColor12:#fbe9e9;--sapLegendBackgroundColor13:#fde8f2;--sapLegendBackgroundColor14:#f7f2ed;--sapLegendBackgroundColor15:#efeff6;--sapLegendBackgroundColor16:#edf2f7;--sapLegendBackgroundColor17:#eef6f7;--sapLegendBackgroundColor18:#f5f9eb;--sapLegendBackgroundColor19:#eaf2fa;--sapLegendBackgroundColor20:#ebebf9;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f25f18;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#873fd4;--sapChart_OrderedColor_6:#04aca7;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54848;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#d20a0a;--sapChart_Critical:#f58b00;--sapChart_Good:#36a41d;--sapChart_Neutral:#8396a8;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f25f18;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#873fd4;--sapChart_Sequence_6:#04aca7;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54848;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#8396a8;}"}
@@ -1,585 +0,0 @@
1
- /**
2
- * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- *
4
- * Theming Engine 1.51.0
5
- * data:{"Path": "Base.baseLib.sap_belize.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3"], "FallbackThemeId": "sap_bluecrystal", "Version": { "Build":"11.1.34.20211012133552", "Source": "11.1.34", "Engine": "1.51.0"}}
6
- */
7
-
8
- .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_belize.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3"], "FallbackThemeId": "sap_bluecrystal", "Version": { "Build":"11.1.34.20211012133552", "Source": "11.1.34", "Engine": "1.51.0"}}');}
9
- :root {
10
- --sapBrandColor: #427cac;
11
- --sapHighlightColor: #427cac;
12
- --sapBaseColor: #eff4f9;
13
- --sapShellColor: transparent;
14
- --sapBackgroundColor: #fafafa;
15
- --sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
16
- --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
17
- --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
18
- --sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
19
- --sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;
20
- --sapFontSize: .875rem;
21
- --sapFontSmallSize: .75rem;
22
- --sapFontLargeSize: 1rem;
23
- --sapFontHeader1Size: 1.625rem;
24
- --sapFontHeader2Size: 1.375rem;
25
- --sapFontHeader3Size: 1.25rem;
26
- --sapFontHeader4Size: 1.125rem;
27
- --sapFontHeader5Size: 1rem;
28
- --sapFontHeader6Size: .875rem;
29
- --sapTextColor: #333;
30
- --sapLinkColor: #0070b1;
31
- --sapLink_Hover_Color: #0070b1;
32
- --sapLink_Active_Color: #0070b1;
33
- --sapLink_Visited_Color: #0070b1;
34
- --sapLink_InvertedColor: #7ed0ff;
35
- --sapLink_SubtleColor: #004065;
36
- --sapCompanyLogo: none;
37
- --sapBackgroundImage: none;
38
- --sapBackgroundImageOpacity: 1.0;
39
- --sapBackgroundImageRepeat: false;
40
- --sapSelectedColor: #427cac;
41
- --sapActiveColor: #427cac;
42
- --sapHighlightTextColor: #fff;
43
- --sapTitleColor: #333;
44
- --sapNegativeColor: #bb0000;
45
- --sapCriticalColor: #e78c07;
46
- --sapPositiveColor: #2b7c2b;
47
- --sapInformativeColor: #427cac;
48
- --sapNeutralColor: #5e696e;
49
- --sapNegativeElementColor: #bb0000;
50
- --sapCriticalElementColor: #e78c07;
51
- --sapPositiveElementColor: #2b7c2b;
52
- --sapInformativeElementColor: #427cac;
53
- --sapNeutralElementColor: #5e696e;
54
- --sapNegativeTextColor: #bb0000;
55
- --sapPositiveTextColor: #2b7c2b;
56
- --sapCriticalTextColor: #e78c07;
57
- --sapInformativeTextColor: #427cac;
58
- --sapNeutralTextColor: #5e696e;
59
- --sapNeutralBorderColor: #5e696e;
60
- --sapErrorColor: #e00;
61
- --sapErrorBorderColor: #e00;
62
- --sapWarningColor: #f9a429;
63
- --sapWarningBorderColor: #f9a429;
64
- --sapSuccessColor: #38a238;
65
- --sapSuccessBorderColor: #38a238;
66
- --sapInformationColor: #427cac;
67
- --sapInformationBorderColor: #427cac;
68
- --sapErrorBackground: #ffe4e4;
69
- --sapWarningBackground: #fef0db;
70
- --sapSuccessBackground: #e4f5e4;
71
- --sapInformationBackground: #ebf2f7;
72
- --sapNeutralBackground: #f4f5f6;
73
- --sapIndicationColor_1: #880000;
74
- --sapIndicationColor_1_Hover_Background: #6f0000;
75
- --sapIndicationColor_1_Active_Background: #500;
76
- --sapIndicationColor_1_TextColor: #fff;
77
- --sapIndicationColor_2: #bb0000;
78
- --sapIndicationColor_2_Hover_Background: #a20000;
79
- --sapIndicationColor_2_Active_Background: #800;
80
- --sapIndicationColor_2_TextColor: #fff;
81
- --sapIndicationColor_3: #e78c07;
82
- --sapIndicationColor_3_Hover_Background: #d88307;
83
- --sapIndicationColor_3_Active_Background: #c97a06;
84
- --sapIndicationColor_3_TextColor: #fff;
85
- --sapIndicationColor_4: #2b7c2b;
86
- --sapIndicationColor_4_Hover_Background: #246924;
87
- --sapIndicationColor_4_Active_Background: #1e561e;
88
- --sapIndicationColor_4_TextColor: #fff;
89
- --sapIndicationColor_5: #427cac;
90
- --sapIndicationColor_5_Hover_Background: #3b6f9a;
91
- --sapIndicationColor_5_Active_Background: #346187;
92
- --sapIndicationColor_5_TextColor: #fff;
93
- --sapIndicationColor_6: #1a9898;
94
- --sapIndicationColor_6_Hover_Background: #168282;
95
- --sapIndicationColor_6_Active_Background: #136c6c;
96
- --sapIndicationColor_6_TextColor: #fff;
97
- --sapIndicationColor_7: #925ace;
98
- --sapIndicationColor_7_Hover_Background: #8546c8;
99
- --sapIndicationColor_7_Active_Background: #7838bd;
100
- --sapIndicationColor_7_TextColor: #fff;
101
- --sapIndicationColor_8: #ab218e;
102
- --sapIndicationColor_8_Hover_Background: #961d7c;
103
- --sapIndicationColor_8_Active_Background: #80196a;
104
- --sapIndicationColor_8_TextColor: #fff;
105
- --sapElement_LineHeight: 3rem;
106
- --sapElement_Height: 2.5rem;
107
- --sapElement_BorderWidth: .0625rem;
108
- --sapElement_BorderCornerRadius: .25rem;
109
- --sapElement_Compact_LineHeight: 2rem;
110
- --sapElement_Compact_Height: 1.625rem;
111
- --sapElement_Condensed_LineHeight: 1.5rem;
112
- --sapElement_Condensed_Height: 1.375rem;
113
- --sapContent_LineHeight: 1.4;
114
- --sapContent_IconHeight: 1rem;
115
- --sapContent_IconColor: #346187;
116
- --sapContent_ContrastIconColor: #fff;
117
- --sapContent_NonInteractiveIconColor: #878787;
118
- --sapContent_MarkerIconColor: #678bc7;
119
- --sapContent_MarkerTextColor: #147575;
120
- --sapContent_ImagePlaceholderBackground: #ceddec;
121
- --sapContent_ImagePlaceholderForegroundColor: #fff;
122
- --sapContent_RatedColor: #e09d00;
123
- --sapContent_UnratedColor: #a5a5a5;
124
- --sapContent_FocusColor: #000;
125
- --sapContent_FocusStyle: dotted;
126
- --sapContent_FocusWidth: .0625rem;
127
- --sapContent_ContrastFocusColor: #fff;
128
- --sapContent_ShadowColor: #000;
129
- --sapContent_ContrastShadowColor: #fff;
130
- --sapContent_Shadow0: 0 0 0 1px rgba(0,0,0,0.15);
131
- --sapContent_Shadow1: 0 0.125rem 0.5rem 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.15);
132
- --sapContent_Shadow2: 0 0.625rem 1.875rem 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.15);
133
- --sapContent_Shadow3: 0 1.25rem 5rem 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.15);
134
- --sapContent_TextShadow: 0 0 0.125rem #fff;
135
- --sapContent_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);
136
- --sapContent_HeaderShadow: 0 0.125rem 0 0 #eff4f9, inset 0 -0.125rem 0 0 #d1e0ee;
137
- --sapContent_Interaction_Shadow: none;
138
- --sapContent_Selected_Shadow: none;
139
- --sapContent_Negative_Shadow: none;
140
- --sapContent_Critical_Shadow: none;
141
- --sapContent_Positive_Shadow: none;
142
- --sapContent_Informative_Shadow: none;
143
- --sapContent_Neutral_Shadow: none;
144
- --sapContent_SearchHighlightColor: #d4f7db;
145
- --sapContent_HelpColor: #3f8600;
146
- --sapContent_LabelColor: #666;
147
- --sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
148
- --sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
149
- --sapContent_IconFontFamily: "SAP-icons";
150
- --sapContent_DisabledTextColor: rgba(51,51,51,0.5);
151
- --sapContent_DisabledOpacity: 0.5;
152
- --sapContent_ContrastTextThreshold: 0.65;
153
- --sapContent_ContrastTextColor: #fff;
154
- --sapContent_ForegroundColor: #e5e5e5;
155
- --sapContent_ForegroundBorderColor: #bfbfbf;
156
- --sapContent_ForegroundTextColor: #333;
157
- --sapContent_BadgeBackground: #c14646;
158
- --sapContent_BadgeTextColor: #fff;
159
- --sapContent_Placeholderloading_Background: #c2d5e8;
160
- --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #c2d5e8 0%, #c2d5e8 35%, #afc8e1 50%, #c2d5e8 65%, #c2d5e8 100%);
161
- --sapContent_DragAndDropActiveColor: #0070b1;
162
- --sapContent_Selected_Background: #427cac;
163
- --sapContent_Selected_TextColor: #fff;
164
- --sapContent_Selected_Hover_Background: #4684b7;
165
- --sapContent_Selected_ForegroundColor: #427cac;
166
- --sapContent_Illustrative_Color1: #427cac;
167
- --sapContent_Illustrative_Color2: #93b7d6;
168
- --sapContent_Illustrative_Color3: #ffba10;
169
- --sapContent_Illustrative_Color4: #4a5055;
170
- --sapContent_Illustrative_Color5: #9da4aa;
171
- --sapContent_Illustrative_Color6: #c6cace;
172
- --sapContent_Illustrative_Color7: #e7e9ea;
173
- --sapContent_Illustrative_Color8: #fff;
174
- --sapContent_Illustrative_Color9: #64edd2;
175
- --sapContent_Illustrative_Color10: #ebf8ff;
176
- --sapContent_Illustrative_Color11: #f31ded;
177
- --sapContent_Illustrative_Color12: #5dc122;
178
- --sapContent_Illustrative_Color13: #005dc9;
179
- --sapContent_Illustrative_Color14: #004da5;
180
- --sapContent_Illustrative_Color15: #cc7400;
181
- --sapContent_Illustrative_Color16: #3b0ac6;
182
- --sapContent_Illustrative_Color17: #00a58a;
183
- --sapContent_Illustrative_Color18: #d1efff;
184
- --sapContent_Illustrative_Color19: #b8e6ff;
185
- --sapContent_Illustrative_Color20: #9eddff;
186
- --sapShell_Background: #cad8e6;
187
- --sapShell_BackgroundImage: linear-gradient(to bottom, #acc4dc, #e8ecf0);
188
- --sapShell_BackgroundGradient: linear-gradient(to bottom, #acc4dc, #e8ecf0);
189
- --sapShell_BackgroundImageOpacity: 1.0;
190
- --sapShell_BackgroundImageRepeat: false;
191
- --sapShell_BorderColor: transparent;
192
- --sapShell_TextColor: #346187;
193
- --sapShell_InteractiveBackground: transparent;
194
- --sapShell_InteractiveTextColor: #346187;
195
- --sapShell_InteractiveBorderColor: #346187;
196
- --sapShell_GroupTitleTextColor: #333;
197
- --sapShell_GroupTitleTextShadow: 0 0 0.125rem #fff;
198
- --sapShell_Hover_Background: #346187;
199
- --sapShell_Active_Background: #427cac;
200
- --sapShell_Active_TextColor: #fff;
201
- --sapShell_Selected_Background: #427cac;
202
- --sapShell_Selected_TextColor: #fff;
203
- --sapShell_Selected_Hover_Background: #427cac;
204
- --sapShell_Favicon: none;
205
- --sapShell_Navigation_Background: transparent;
206
- --sapShell_Navigation_SelectedColor: #346187;
207
- --sapShell_Navigation_Selected_TextColor: #346187;
208
- --sapShell_Navigation_TextColor: #333;
209
- --sapShell_Navigation_Hover_Background: #346187;
210
- --sapShell_Navigation_Active_Background: #427cac;
211
- --sapShell_Navigation_Active_TextColor: #fff;
212
- --sapShell_Shadow: 0 0.125rem 0 0 #b9cbde;
213
- --sapShell_NegativeColor: #bb0000;
214
- --sapShell_CriticalColor: #e78c07;
215
- --sapShell_PositiveColor: #2b7c2b;
216
- --sapShell_InformativeColor: #427cac;
217
- --sapShell_NeutralColor: #5e696e;
218
- --sapButton_BorderWidth: .0625rem;
219
- --sapButton_BorderCornerRadius: .1875rem;
220
- --sapButton_Background: #f7f7f7;
221
- --sapButton_BorderColor: #ababab;
222
- --sapButton_TextColor: #346187;
223
- --sapButton_Hover_Background: #eaeaea;
224
- --sapButton_Hover_BorderColor: #ababab;
225
- --sapButton_Hover_TextColor: #346187;
226
- --sapButton_IconColor: #346187;
227
- --sapButton_Active_Background: #427cac;
228
- --sapButton_Active_BorderColor: #427cac;
229
- --sapButton_Active_TextColor: #fff;
230
- --sapButton_Emphasized_Background: #5496cd;
231
- --sapButton_Emphasized_BorderColor: #408ac7;
232
- --sapButton_Emphasized_TextColor: #fff;
233
- --sapButton_Emphasized_Hover_Background: #408ac7;
234
- --sapButton_Emphasized_Hover_BorderColor: #408ac7;
235
- --sapButton_Emphasized_Hover_TextColor: #fff;
236
- --sapButton_Emphasized_Active_Background: #427cac;
237
- --sapButton_Emphasized_Active_BorderColor: #427cac;
238
- --sapButton_Emphasized_Active_TextColor: #fff;
239
- --sapButton_Emphasized_TextShadow: rgba(0,0,0,0.5);
240
- --sapButton_Reject_Background: #f7f7f7;
241
- --sapButton_Reject_BorderColor: #bb0000;
242
- --sapButton_Reject_Hover_Background: #eaeaea;
243
- --sapButton_Reject_Hover_BorderColor: #bb0000;
244
- --sapButton_Reject_Hover_TextColor: #b00;
245
- --sapButton_Reject_Active_Background: #bb0000;
246
- --sapButton_Reject_Active_BorderColor: #bb0000;
247
- --sapButton_Reject_Active_TextColor: #fff;
248
- --sapButton_Reject_TextColor: #b00;
249
- --sapButton_Reject_Selected_Background: #bb0000;
250
- --sapButton_Reject_Selected_BorderColor: #bb0000;
251
- --sapButton_Reject_Selected_TextColor: #fff;
252
- --sapButton_Reject_Selected_Hover_Background: #d40000;
253
- --sapButton_Reject_Selected_Hover_BorderColor: #d40000;
254
- --sapButton_Accept_Background: #f7f7f7;
255
- --sapButton_Accept_BorderColor: #2b7c2b;
256
- --sapButton_Accept_Hover_Background: #eaeaea;
257
- --sapButton_Accept_Hover_BorderColor: #2b7c2b;
258
- --sapButton_Accept_Hover_TextColor: #2b7c2b;
259
- --sapButton_Accept_Active_Background: #2b7c2b;
260
- --sapButton_Accept_Active_BorderColor: #2b7c2b;
261
- --sapButton_Accept_Active_TextColor: #fff;
262
- --sapButton_Accept_TextColor: #2b7c2b;
263
- --sapButton_Accept_Selected_Background: #2b7c2b;
264
- --sapButton_Accept_Selected_BorderColor: #2b7c2b;
265
- --sapButton_Accept_Selected_TextColor: #fff;
266
- --sapButton_Accept_Selected_Hover_Background: #328f32;
267
- --sapButton_Accept_Selected_Hover_BorderColor: #328f32;
268
- --sapButton_Lite_Background: transparent;
269
- --sapButton_Lite_BorderColor: transparent;
270
- --sapButton_Lite_TextColor: #346187;
271
- --sapButton_Lite_Hover_Background: rgba(178,178,178,0.5);
272
- --sapButton_Lite_Hover_BorderColor: rgba(178,178,178,0.5);
273
- --sapButton_Lite_Hover_TextColor: #346187;
274
- --sapButton_Lite_Active_Background: #427cac;
275
- --sapButton_Lite_Active_BorderColor: #427cac;
276
- --sapButton_Selected_Background: #346187;
277
- --sapButton_Selected_BorderColor: #2d5475;
278
- --sapButton_Selected_TextColor: #fff;
279
- --sapButton_Selected_Hover_Background: #427bac;
280
- --sapButton_Selected_Hover_BorderColor: #427bac;
281
- --sapButton_Attention_Background: #f7f7f7;
282
- --sapButton_Attention_BorderColor: #e78c07;
283
- --sapButton_Attention_TextColor: #333;
284
- --sapButton_Attention_Hover_Background: #fef0db;
285
- --sapButton_Attention_Hover_BorderColor: #e78c07;
286
- --sapButton_Attention_Hover_TextColor: #333;
287
- --sapButton_Attention_Active_Background: #ce7d06;
288
- --sapButton_Attention_Active_BorderColor: #ce7d06;
289
- --sapButton_Attention_Active_TextColor: #fff;
290
- --sapButton_Attention_Selected_Background: #ce7d06;
291
- --sapButton_Attention_Selected_BorderColor: #ce7d06;
292
- --sapButton_Attention_Selected_TextColor: #fff;
293
- --sapButton_Attention_Selected_Hover_Background: #e78c07;
294
- --sapButton_Attention_Selected_Hover_BorderColor: #e78c07;
295
- --sapButton_Negative_Background: #bb0000;
296
- --sapButton_Negative_BorderColor: #bb0000;
297
- --sapButton_Negative_TextColor: #fff;
298
- --sapButton_Negative_Hover_Background: #970000;
299
- --sapButton_Negative_Hover_BorderColor: #970000;
300
- --sapButton_Negative_Hover_TextColor: #fff;
301
- --sapButton_Negative_Active_Background: #800;
302
- --sapButton_Negative_Active_BorderColor: #800;
303
- --sapButton_Negative_Active_TextColor: #fff;
304
- --sapButton_Critical_Background: #e78c07;
305
- --sapButton_Critical_BorderColor: #e78c07;
306
- --sapButton_Critical_TextColor: #fff;
307
- --sapButton_Critical_Hover_Background: #c47706;
308
- --sapButton_Critical_Hover_BorderColor: #c47706;
309
- --sapButton_Critical_Hover_TextColor: #fff;
310
- --sapButton_Critical_Active_Background: #b66e06;
311
- --sapButton_Critical_Active_BorderColor: #b66e06;
312
- --sapButton_Critical_Active_TextColor: #fff;
313
- --sapButton_Success_Background: #2b7c2b;
314
- --sapButton_Success_BorderColor: #2b7c2b;
315
- --sapButton_Success_TextColor: #fff;
316
- --sapButton_Success_Hover_Background: #226122;
317
- --sapButton_Success_Hover_BorderColor: #226122;
318
- --sapButton_Success_Hover_TextColor: #fff;
319
- --sapButton_Success_Active_Background: #1e561e;
320
- --sapButton_Success_Active_BorderColor: #1e561e;
321
- --sapButton_Success_Active_TextColor: #fff;
322
- --sapButton_Information_Background: #427cac;
323
- --sapButton_Information_BorderColor: #427cac;
324
- --sapButton_Information_TextColor: #fff;
325
- --sapButton_Information_Hover_Background: #3b6f9a;
326
- --sapButton_Information_Hover_BorderColor: #3b6f9a;
327
- --sapButton_Information_Hover_TextColor: #fff;
328
- --sapButton_Information_Active_Background: #346187;
329
- --sapButton_Information_Active_BorderColor: #346187;
330
- --sapButton_Neutral_Background: #5e696e;
331
- --sapButton_Neutral_BorderColor: #5e696e;
332
- --sapButton_Neutral_TextColor: #fff;
333
- --sapButton_Neutral_Hover_Background: #4e575b;
334
- --sapButton_Neutral_Hover_BorderColor: #4e575b;
335
- --sapButton_Neutral_Hover_TextColor: #fff;
336
- --sapButton_Neutral_Active_Background: #474f53;
337
- --sapButton_Neutral_Active_BorderColor: #474f53;
338
- --sapButton_Neutral_Active_TextColor: #fff;
339
- --sapButton_Track_Selected_Background: #346187;
340
- --sapButton_Track_Selected_TextColor: #fff;
341
- --sapButton_Track_Background: #fff;
342
- --sapButton_Track_TextColor: #333;
343
- --sapButton_TokenBackground: #f7f7f7;
344
- --sapButton_TokenBorderColor: #dedede;
345
- --sapField_Background: #fff;
346
- --sapField_TextColor: #000;
347
- --sapField_PlaceholderTextColor: #757575;
348
- --sapField_BorderColor: #bfbfbf;
349
- --sapField_HelpBackground: #fff;
350
- --sapField_BorderWidth: .0625rem;
351
- --sapField_BorderCornerRadius: 0;
352
- --sapField_Hover_Background: #fff;
353
- --sapField_Hover_BorderColor: #427cac;
354
- --sapField_Hover_HelpBackground: #427cac;
355
- --sapField_Active_BorderColor: #427cac;
356
- --sapField_Focus_Background: #fff;
357
- --sapField_Focus_BorderColor: #bfbfbf;
358
- --sapField_Focus_HelpBackground: #fff;
359
- --sapField_ReadOnly_Background: rgba(242,242,242,0.5);
360
- --sapField_ReadOnly_BorderColor: #ccc;
361
- --sapField_ReadOnly_HelpBackground: rgba(242,242,242,0.5);
362
- --sapField_RequiredColor: #c14646;
363
- --sapField_InvalidColor: #e00;
364
- --sapField_InvalidBackground: #fff;
365
- --sapField_InvalidBorderWidth: .125rem;
366
- --sapField_InvalidBorderStyle: solid;
367
- --sapField_WarningColor: #f9a429;
368
- --sapField_WarningBackground: #fff;
369
- --sapField_WarningBorderWidth: .125rem;
370
- --sapField_WarningBorderStyle: solid;
371
- --sapField_SuccessColor: #38a238;
372
- --sapField_SuccessBackground: #fff;
373
- --sapField_SuccessBorderWidth: .0625rem;
374
- --sapField_SuccessBorderStyle: solid;
375
- --sapField_InformationColor: #427cac;
376
- --sapField_InformationBackground: #fff;
377
- --sapField_InformationBorderWidth: .125rem;
378
- --sapField_InformationBorderStyle: solid;
379
- --sapGroup_TitleBackground: transparent;
380
- --sapGroup_TitleBorderColor: #ccc;
381
- --sapGroup_TitleTextColor: #333;
382
- --sapGroup_ContentBackground: #fff;
383
- --sapGroup_ContentBorderColor: #ebebeb;
384
- --sapGroup_BorderWidth: .0625rem;
385
- --sapGroup_BorderCornerRadius: 0;
386
- --sapGroup_FooterBackground: transparent;
387
- --sapToolbar_Background: transparent;
388
- --sapToolbar_SeparatorColor: rgba(63,81,97,0.2);
389
- --sapList_HeaderBackground: #f7f7f7;
390
- --sapList_HeaderBorderColor: #e5e5e5;
391
- --sapList_HeaderTextColor: #333;
392
- --sapList_BorderColor: #e5e5e5;
393
- --sapList_TextColor: #333;
394
- --sapList_Active_TextColor: #fff;
395
- --sapList_BorderWidth: .0625rem;
396
- --sapList_Active_Background: #427cac;
397
- --sapList_SelectionBackgroundColor: #e8f0f6;
398
- --sapList_SelectionBorderColor: #e5e5e5;
399
- --sapList_Hover_SelectionBackground: #dde9f2;
400
- --sapList_Background: #fff;
401
- --sapList_Hover_Background: #f0f0f0;
402
- --sapList_AlternatingBackground: #fafafa;
403
- --sapList_GroupHeaderBackground: #fff;
404
- --sapList_GroupHeaderBorderColor: #ccc;
405
- --sapList_GroupHeaderTextColor: #147575;
406
- --sapList_FooterBackground: #ceddec;
407
- --sapList_FooterTextColor: #333;
408
- --sapList_TableGroupHeaderBackground: #f2f2f2;
409
- --sapList_TableGroupHeaderBorderColor: #ccc;
410
- --sapList_TableGroupHeaderTextColor: #147575;
411
- --sapList_TableFooterBorder: #ccc;
412
- --sapList_TableFixedBorderColor: #999;
413
- --sapList_Active_Background: #427cac;
414
- --sapScrollBar_FaceColor: #b2b2b2;
415
- --sapScrollBar_TrackColor: #fff;
416
- --sapScrollBar_BorderColor: #b2b2b2;
417
- --sapScrollBar_SymbolColor: #346187;
418
- --sapScrollBar_Dimension: .75rem;
419
- --sapScrollBar_Hover_FaceColor: #aaa;
420
- --sapPageHeader_Background: #eff4f9;
421
- --sapPageHeader_BorderColor: #d1e0ee;
422
- --sapPageHeader_TextColor: #666;
423
- --sapPageFooter_Background: #fff;
424
- --sapPageFooter_BorderColor: #ebebeb;
425
- --sapPageFooter_TextColor: #333;
426
- --sapInfobar_Background: #168282;
427
- --sapInfobar_Hover_Background: #147575;
428
- --sapInfobar_Active_Background: #427cac;
429
- --sapInfobar_NonInteractive_Background: #e6e6e6;
430
- --sapInfobar_TextColor: #fff;
431
- --sapObjectHeader_Background: #eff4f9;
432
- --sapObjectHeader_BorderColor: #d1e0ee;
433
- --sapObjectHeader_Hover_Background: #e0eaf3;
434
- --sapBlockLayer_Background: #000;
435
- --sapTile_Background: #fff;
436
- --sapTile_Hover_Background: #f7f7f7;
437
- --sapTile_Active_Background: #f7f7f7;
438
- --sapTile_BorderColor: transparent;
439
- --sapTile_TitleTextColor: #333;
440
- --sapTile_TextColor: #666;
441
- --sapTile_IconColor: #93b7d5;
442
- --sapTile_SeparatorColor: #ccc;
443
- --sapTile_Interactive_BorderColor: #b3b3b3;
444
- --sapTile_OverlayBackground: rgba(0,0,0,0.8);
445
- --sapTile_OverlayForegroundColor: #fff;
446
- --sapAccentColor1: #e09d00;
447
- --sapAccentColor2: #e6600d;
448
- --sapAccentColor3: #c14646;
449
- --sapAccentColor4: #ab218e;
450
- --sapAccentColor5: #678bc7;
451
- --sapAccentColor6: #0092d1;
452
- --sapAccentColor7: #1a9898;
453
- --sapAccentColor8: #759421;
454
- --sapAccentColor9: #925ace;
455
- --sapAccentColor10: #647987;
456
- --sapAccentBackgroundColor1: #fff3b8;
457
- --sapAccentBackgroundColor2: #ffd0e7;
458
- --sapAccentBackgroundColor3: #fff0fa;
459
- --sapAccentBackgroundColor4: #ffdcf3;
460
- --sapAccentBackgroundColor5: #ded3ff;
461
- --sapAccentBackgroundColor6: #d1efff;
462
- --sapAccentBackgroundColor7: #c2fcee;
463
- --sapAccentBackgroundColor8: #ebf5cb;
464
- --sapAccentBackgroundColor9: #dafdf5;
465
- --sapAccentBackgroundColor10: #eaecee;
466
- --sapLegend_WorkingBackground: #f7f7f7;
467
- --sapLegend_NonWorkingBackground: #f7f7f7;
468
- --sapLegend_CurrentDateTime: #ab218e;
469
- --sapLegendColor1: #ad7900;
470
- --sapLegendColor2: #dc5c0c;
471
- --sapLegendColor3: #c14646;
472
- --sapLegendColor4: #853808;
473
- --sapLegendColor5: #da3fb9;
474
- --sapLegendColor6: #008bc7;
475
- --sapLegendColor7: #198f8f;
476
- --sapLegendColor8: #6e8c1f;
477
- --sapLegendColor9: #648796;
478
- --sapLegendColor10: #80196a;
479
- --sapLegendColor11: #6f5925;
480
- --sapLegendColor12: #b64600;
481
- --sapLegendColor13: #d61818;
482
- --sapLegendColor14: #976c52;
483
- --sapLegendColor15: #73596d;
484
- --sapLegendColor16: #5d759e;
485
- --sapLegendColor17: #466c6c;
486
- --sapLegendColor18: #626b4a;
487
- --sapLegendColor19: #284d5d;
488
- --sapLegendColor20: #1851b0;
489
- --sapLegendBackgroundColor1: #fff6e0;
490
- --sapLegendBackgroundColor2: #feeee5;
491
- --sapLegendBackgroundColor3: #f7e6e6;
492
- --sapLegendBackgroundColor4: #f9efe9;
493
- --sapLegendBackgroundColor5: #fdf2fa;
494
- --sapLegendBackgroundColor6: #ebf3fa;
495
- --sapLegendBackgroundColor7: #f2fdfd;
496
- --sapLegendBackgroundColor8: #f3f9e4;
497
- --sapLegendBackgroundColor9: #f1f3f4;
498
- --sapLegendBackgroundColor10: #f7edf5;
499
- --sapLegendBackgroundColor11: #ffeec6;
500
- --sapLegendBackgroundColor12: #fbdfce;
501
- --sapLegendBackgroundColor13: #ffdcdc;
502
- --sapLegendBackgroundColor14: #f2e2d8;
503
- --sapLegendBackgroundColor15: #f0e5ee;
504
- --sapLegendBackgroundColor16: #e7e8ea;
505
- --sapLegendBackgroundColor17: #d7eaea;
506
- --sapLegendBackgroundColor18: #e6edd1;
507
- --sapLegendBackgroundColor19: #cfebf7;
508
- --sapLegendBackgroundColor20: #f0f7fa;
509
- --sapChart_OrderedColor_1: #5899da;
510
- --sapChart_OrderedColor_2: #e8743b;
511
- --sapChart_OrderedColor_3: #19a979;
512
- --sapChart_OrderedColor_4: #ed4a7b;
513
- --sapChart_OrderedColor_5: #945ecf;
514
- --sapChart_OrderedColor_6: #13a4b4;
515
- --sapChart_OrderedColor_7: #525df4;
516
- --sapChart_OrderedColor_8: #bf399e;
517
- --sapChart_OrderedColor_9: #6c8893;
518
- --sapChart_OrderedColor_10: #ee6868;
519
- --sapChart_OrderedColor_11: #2f6497;
520
- --sapChart_Bad: #dc0d0e;
521
- --sapChart_Critical: #de890d;
522
- --sapChart_Good: #3fa45b;
523
- --sapChart_Neutral: #848f94;
524
- --sapChart_Sequence_1: #5899da;
525
- --sapChart_Sequence_2: #e8743b;
526
- --sapChart_Sequence_3: #19a979;
527
- --sapChart_Sequence_4: #ed4a7b;
528
- --sapChart_Sequence_5: #945ecf;
529
- --sapChart_Sequence_6: #13a4b4;
530
- --sapChart_Sequence_7: #525df4;
531
- --sapChart_Sequence_8: #bf399e;
532
- --sapChart_Sequence_9: #6c8893;
533
- --sapChart_Sequence_10: #ee6868;
534
- --sapChart_Sequence_11: #2f6497;
535
- --sapChart_Sequence_Neutral: #848f94;
536
- --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf');
537
- --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');
538
- --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');
539
- --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');
540
- --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');
541
- --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');
542
- --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');
543
- --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');
544
- --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
545
- --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
546
- --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
547
- --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
548
- --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
549
- --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
550
- --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
551
- --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
552
- --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
553
- --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
554
- --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
555
- --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
556
- --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
557
- --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
558
- --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
559
- --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
560
- --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
561
- --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
562
- --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
563
- --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
564
- --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
565
- --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
566
- --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
567
- --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
568
- --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
569
- --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');
570
- --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');
571
- --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');
572
- --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');
573
- --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');
574
- --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');
575
- }
576
- .background-image--sapCompanyLogo {
577
- background-image: var(--sapCompanyLogo);
578
- }
579
- .background-image--sapBackgroundImage {
580
- background-image: var(--sapBackgroundImage);
581
- }
582
- .background-image--sapShell_BackgroundImage {
583
- background-image: var(--sapShell_BackgroundImage);
584
- }
585
- .sapContrast :root,.sapContrast:root{--sapHighlightColor:#91c8f6;--sapBaseColor:#3f5161;--sapBackgroundColor:#3f5161;--sapTextColor:#fafafa;--sapLinkColor:#7ed0ff;--sapLink_Hover_Color:#7ed0ff;--sapLink_Active_Color:#7ed0ff;--sapLink_Visited_Color:#7ed0ff;--sapLink_InvertedColor:#0070b1;--sapLink_SubtleColor:#b1e3ff;--sapSelectedColor:#91c8f6;--sapActiveColor:#91c8f6;--sapHighlightTextColor:#2f3c48;--sapTitleColor:#fafafa;--sapNegativeColor:#ff8888;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#ff8888;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#ff8888;--sapPositiveTextColor:#abe2ab;--sapCriticalTextColor:#fabd64;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapNeutralBorderColor:#d3d7d9;--sapErrorColor:#ff8888;--sapErrorBorderColor:#ff8888;--sapWarningColor:#fabd64;--sapWarningBorderColor:#fabd64;--sapSuccessColor:#abe2ab;--sapSuccessBorderColor:#abe2ab;--sapInformationColor:#91c8f6;--sapInformationBorderColor:#91c8f6;--sapErrorBackground:#500;--sapWarningBackground:#5c3803;--sapSuccessBackground:#174417;--sapInformationBackground:#062e4f;--sapNeutralBackground:#393e41;--sapIndicationColor_1:#ff8888;--sapIndicationColor_1_Hover_Background:#ffa2a2;--sapIndicationColor_1_Active_Background:#fbb;--sapIndicationColor_1_TextColor:#2f3c48;--sapIndicationColor_2:#ffbbbb;--sapIndicationColor_2_Hover_Background:#ffd5d5;--sapIndicationColor_2_Active_Background:#fee;--sapIndicationColor_2_TextColor:#2f3c48;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_TextColor:#2f3c48;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_TextColor:#2f3c48;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_TextColor:#2f3c48;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_TextColor:#2f3c48;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_TextColor:#2f3c48;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Hover_Background:#e67ed1;--sapIndicationColor_8_Active_Background:#ea94d8;--sapIndicationColor_8_TextColor:#2f3c48;--sapContent_IconColor:#cae4fb;--sapContent_ContrastIconColor:#2f3c48;--sapContent_NonInteractiveIconColor:#97aabb;--sapContent_MarkerIconColor:#8ca7d5;--sapContent_MarkerTextColor:#b7cfe4;--sapContent_ImagePlaceholderBackground:#69859d;--sapContent_ImagePlaceholderForegroundColor:#495e70;--sapContent_UnratedColor:#8ea3b6;--sapContent_FocusColor:#fff;--sapContent_ContrastFocusColor:#000;--sapContent_Shadow0:0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_TextShadow:0 0 0.125rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:0 0.125rem 0 0 #3f5161,inset 0 -0.125rem 0 0 #4f667a;--sapContent_SearchHighlightColor:#058088;--sapContent_LabelColor:#ddd;--sapContent_DisabledTextColor:rgba(250,250,250,0.5);--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#2f3c48;--sapContent_ForegroundColor:#4d6377;--sapContent_ForegroundBorderColor:#889eb1;--sapContent_ForegroundTextColor:#fafafa;--sapContent_Placeholderloading_Background:#27323c;--sapContent_Placeholderloading_Gradient:linear-gradient(to right,#27323c 0%,#27323c 35%,#1d252d 50%,#27323c 65%,#27323c 100%);--sapContent_DragAndDropActiveColor:#7ed0ff;--sapContent_Selected_Background:#91c8f6;--sapContent_Selected_TextColor:#2f3c48;--sapContent_Selected_Hover_Background:#83c1f5;--sapContent_Selected_ForegroundColor:#91c8f6;--sapShell_Background:#6585a3;--sapShell_BackgroundImage:linear-gradient(to bottom,#2b4863,#9ebfde);--sapShell_BackgroundGradient:linear-gradient(to bottom,#2b4863,#9ebfde);--sapShell_TextColor:#fff;--sapShell_InteractiveTextColor:#fff;--sapShell_GroupTitleTextColor:#fafafa;--sapShell_GroupTitleTextShadow:0 0 0.125rem #000;--sapShell_Hover_Background:#5f95c2;--sapShell_Active_Background:#91c8f6;--sapShell_Active_TextColor:#2f3c48;--sapShell_Selected_Background:#91c8f6;--sapShell_Selected_TextColor:#2f3c48;--sapShell_Selected_Hover_Background:#91c8f6;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fafafa;--sapShell_Navigation_Hover_Background:#5f95c2;--sapShell_Navigation_Active_Background:#91c8f6;--sapShell_Navigation_Active_TextColor:#2f3c48;--sapShell_Shadow:0 0.125rem 0 0 #597895;--sapShell_NegativeColor:#ff8888;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#91c8f6;--sapShell_NeutralColor:#d3d7d9;--sapButton_Background:#435667;--sapButton_BorderColor:#a0b2c1;--sapButton_TextColor:#cae4fb;--sapButton_Hover_Background:#4f657a;--sapButton_Hover_BorderColor:#a0b2c1;--sapButton_Hover_TextColor:#cae4fb;--sapButton_IconColor:#cae4fb;--sapButton_Active_Background:#91c8f6;--sapButton_Active_BorderColor:#91c8f6;--sapButton_Active_TextColor:#2f3c48;--sapButton_Emphasized_Active_Background:#91c8f6;--sapButton_Emphasized_Active_BorderColor:#91c8f6;--sapButton_Emphasized_Active_TextColor:#2f3c48;--sapButton_Reject_Background:#435667;--sapButton_Reject_BorderColor:#ff8888;--sapButton_Reject_Hover_Background:#4f657a;--sapButton_Reject_Hover_BorderColor:#ff8888;--sapButton_Reject_Hover_TextColor:#f88;--sapButton_Reject_Active_Background:#ff6e6e;--sapButton_Reject_Active_BorderColor:#ff6e6e;--sapButton_Reject_Active_TextColor:#2f3c48;--sapButton_Reject_TextColor:#f88;--sapButton_Reject_Selected_Background:#ff6e6e;--sapButton_Reject_Selected_BorderColor:#ff6e6e;--sapButton_Reject_Selected_TextColor:#2f3c48;--sapButton_Reject_Selected_Hover_Background:#f88;--sapButton_Reject_Selected_Hover_BorderColor:#f88;--sapButton_Accept_Background:#435667;--sapButton_Accept_BorderColor:#abe2ab;--sapButton_Accept_Hover_Background:#4f657a;--sapButton_Accept_Hover_BorderColor:#abe2ab;--sapButton_Accept_Hover_TextColor:#abe2ab;--sapButton_Accept_Active_Background:#98db98;--sapButton_Accept_Active_BorderColor:#98db98;--sapButton_Accept_Active_TextColor:#2f3c48;--sapButton_Accept_TextColor:#abe2ab;--sapButton_Accept_Selected_Background:#98db98;--sapButton_Accept_Selected_BorderColor:#98db98;--sapButton_Accept_Selected_TextColor:#2f3c48;--sapButton_Accept_Selected_Hover_Background:#abe2ab;--sapButton_Accept_Selected_Hover_BorderColor:#abe2ab;--sapButton_Lite_TextColor:#cae4fb;--sapButton_Lite_Hover_Background:rgba(35,45,54,0.5);--sapButton_Lite_Hover_BorderColor:rgba(35,45,54,0.5);--sapButton_Lite_Hover_TextColor:#cae4fb;--sapButton_Lite_Active_Background:#91c8f6;--sapButton_Lite_Active_BorderColor:#91c8f6;--sapButton_Selected_Background:#62b0f2;--sapButton_Selected_BorderColor:#4aa4f0;--sapButton_Selected_TextColor:#2f3c48;--sapButton_Selected_Hover_Background:#54a9f1;--sapButton_Selected_Hover_BorderColor:#54a9f1;--sapButton_Attention_Background:#435667;--sapButton_Attention_BorderColor:#fabd64;--sapButton_Attention_TextColor:#fafafa;--sapButton_Attention_Hover_Background:#5c3803;--sapButton_Attention_Hover_BorderColor:#fabd64;--sapButton_Attention_Hover_TextColor:#fafafa;--sapButton_Attention_Active_Background:#f9b24b;--sapButton_Attention_Active_BorderColor:#f9b24b;--sapButton_Attention_Active_TextColor:#2f3c48;--sapButton_Attention_Selected_Background:#f9b24b;--sapButton_Attention_Selected_BorderColor:#f9b24b;--sapButton_Attention_Selected_TextColor:#2f3c48;--sapButton_Attention_Selected_Hover_Background:#fabd64;--sapButton_Attention_Selected_Hover_BorderColor:#fabd64;--sapButton_Negative_Background:#ff8888;--sapButton_Negative_BorderColor:#ff8888;--sapButton_Negative_TextColor:#2f3c48;--sapButton_Negative_Hover_Background:#ffa2a2;--sapButton_Negative_Hover_BorderColor:#ffa2a2;--sapButton_Negative_Hover_TextColor:#2f3c48;--sapButton_Negative_Active_Background:#fbb;--sapButton_Negative_Active_BorderColor:#fbb;--sapButton_Negative_Active_TextColor:#2f3c48;--sapButton_Critical_Background:#fabd64;--sapButton_Critical_BorderColor:#fabd64;--sapButton_Critical_TextColor:#2f3c48;--sapButton_Critical_Hover_Background:#fbc87d;--sapButton_Critical_Hover_BorderColor:#fbc87d;--sapButton_Critical_Hover_TextColor:#2f3c48;--sapButton_Critical_Active_Background:#fcd295;--sapButton_Critical_Active_BorderColor:#fcd295;--sapButton_Critical_Active_TextColor:#2f3c48;--sapButton_Success_Background:#abe2ab;--sapButton_Success_BorderColor:#abe2ab;--sapButton_Success_TextColor:#2f3c48;--sapButton_Success_Hover_Background:#bee9be;--sapButton_Success_Hover_BorderColor:#bee9be;--sapButton_Success_Hover_TextColor:#2f3c48;--sapButton_Success_Active_Background:#d1efd1;--sapButton_Success_Active_BorderColor:#d1efd1;--sapButton_Success_Active_TextColor:#2f3c48;--sapButton_Information_Background:#91c8f6;--sapButton_Information_BorderColor:#91c8f6;--sapButton_Information_TextColor:#2f3c48;--sapButton_Information_Hover_Background:#a9d4f8;--sapButton_Information_Hover_BorderColor:#a9d4f8;--sapButton_Information_Hover_TextColor:#2f3c48;--sapButton_Information_Active_Background:#c0e0fa;--sapButton_Information_Active_BorderColor:#c0e0fa;--sapButton_Neutral_Background:#d3d7d9;--sapButton_Neutral_BorderColor:#d3d7d9;--sapButton_Neutral_TextColor:#2f3c48;--sapButton_Neutral_Hover_Background:#e1e3e5;--sapButton_Neutral_Hover_BorderColor:#e1e3e5;--sapButton_Neutral_Hover_TextColor:#2f3c48;--sapButton_Neutral_Active_Background:#eef0f1;--sapButton_Neutral_Active_BorderColor:#eef0f1;--sapButton_Neutral_Active_TextColor:#2f3c48;--sapButton_Track_Selected_Background:#62b0f2;--sapButton_Track_Selected_TextColor:#2f3c48;--sapButton_Track_Background:#3f5161;--sapButton_Track_TextColor:#fafafa;--sapButton_TokenBackground:#435667;--sapButton_TokenBorderColor:#617d95;--sapField_Background:#495e70;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#c3d7e8;--sapField_BorderColor:#7891a7;--sapField_HelpBackground:#495e70;--sapField_Hover_Background:#495e70;--sapField_Hover_BorderColor:#91c8f6;--sapField_Hover_HelpBackground:#91c8f6;--sapField_Active_BorderColor:#91c8f6;--sapField_Focus_Background:#495e70;--sapField_Focus_BorderColor:#7891a7;--sapField_Focus_HelpBackground:#495e70;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BorderColor:#7891a7;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#d88b8b;--sapField_InvalidColor:#ff8888;--sapField_InvalidBackground:#495e70;--sapField_WarningColor:#fabd64;--sapField_WarningBackground:#495e70;--sapField_SuccessColor:#abe2ab;--sapField_SuccessBackground:#495e70;--sapField_InformationColor:#91c8f6;--sapField_InformationBackground:#495e70;--sapGroup_TitleBorderColor:#69859d;--sapGroup_TitleTextColor:#fafafa;--sapGroup_ContentBackground:#3f5161;--sapGroup_ContentBorderColor:#4f667a;--sapToolbar_SeparatorColor:rgba(239,244,249,0.2);--sapList_HeaderBackground:#3c4d5c;--sapList_HeaderBorderColor:#4d6377;--sapList_HeaderTextColor:#fafafa;--sapList_BorderColor:#4d6377;--sapList_TextColor:#fafafa;--sapList_Active_TextColor:#2f3c48;--sapList_Active_Background:#91c8f6;--sapList_SelectionBackgroundColor:#496b8a;--sapList_SelectionBorderColor:#4d6377;--sapList_Hover_SelectionBackground:#4e7394;--sapList_Background:#3f5161;--sapList_Hover_Background:#45596a;--sapList_AlternatingBackground:#435667;--sapList_GroupHeaderBackground:#3f5161;--sapList_GroupHeaderBorderColor:#69859e;--sapList_GroupHeaderTextColor:#b7cfe4;--sapList_FooterBackground:#2f3c48;--sapList_FooterTextColor:#fafafa;--sapList_TableGroupHeaderBackground:#3b4c5b;--sapList_TableGroupHeaderBorderColor:#69859e;--sapList_TableGroupHeaderTextColor:#b7cfe4;--sapList_TableFooterBorder:#69859e;--sapList_TableFixedBorderColor:#9dafc0;--sapList_Active_Background:#91c8f6;--sapScrollBar_FaceColor:#0099db;--sapScrollBar_TrackColor:#3f5161;--sapScrollBar_BorderColor:#0099db;--sapScrollBar_SymbolColor:#cae4fb;--sapScrollBar_Hover_FaceColor:#00a4ea;--sapPageHeader_Background:#3f5161;--sapPageHeader_BorderColor:#4f667a;--sapPageHeader_TextColor:#fafafa;--sapPageFooter_Background:#2f3c48;--sapPageFooter_BorderColor:#475b6d;--sapPageFooter_TextColor:#fafafa;--sapInfobar_Active_Background:#91c8f6;--sapInfobar_NonInteractive_Background:#2b3742;--sapInfobar_TextColor:#fafafa;--sapObjectHeader_Background:#3f5161;--sapObjectHeader_BorderColor:#4f667a;--sapObjectHeader_Hover_Background:#45596a;--sapTile_Background:#3f5161;--sapTile_Hover_Background:#45596a;--sapTile_Active_Background:#45596a;--sapTile_TitleTextColor:#fafafa;--sapTile_TextColor:#ddd;--sapTile_IconColor:#83c0f6;--sapTile_SeparatorColor:#577086;--sapTile_Interactive_BorderColor:#889eb1;--sapTile_OverlayForegroundColor:#fafafa;--sapLegend_WorkingBackground:#4f667a;--sapLegend_NonWorkingBackground:#435667;--sapLegendColor1:#ffb914;--sapLegendColor2:#f58c4b;--sapLegendColor3:#d88b8b;--sapLegendColor4:#bd8969;--sapLegendColor5:#de54c1;--sapLegendColor6:#00a4eb;--sapLegendColor7:#21c4c4;--sapLegendColor8:#afd645;--sapLegendColor9:#38c3ff;--sapLegendColor10:#b47ea9;--sapLegendColor11:#d1b575;--sapLegendColor12:#ffb98d;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#d5b39e;--sapLegendColor15:#b8adb6;--sapLegendColor16:#c1c8d3;--sapLegendColor17:#a2c2c2;--sapLegendColor18:#aabc78;--sapLegendColor19:#6aafcd;--sapLegendColor20:#a2c0f2;--sapLegendBackgroundColor1:#473200;--sapLegendBackgroundColor2:#552405;--sapLegendBackgroundColor3:#521c1c;--sapLegendBackgroundColor4:#56331d;--sapLegendBackgroundColor5:#400c35;--sapLegendBackgroundColor6:#003247;--sapLegendBackgroundColor7:#0b4141;--sapLegendBackgroundColor8:#29340c;--sapLegendBackgroundColor9:#1f252a;--sapLegendBackgroundColor10:#3c2a38;--sapLegendBackgroundColor11:#684e12;--sapLegendBackgroundColor12:#853808;--sapLegendBackgroundColor13:#704b4b;--sapLegendBackgroundColor14:#88502e;--sapLegendBackgroundColor15:#724168;--sapLegendBackgroundColor16:#546074;--sapLegendBackgroundColor17:#2c6868;--sapLegendBackgroundColor18:#576432;--sapLegendBackgroundColor19:#36677d;--sapLegendBackgroundColor20:#003895;--sapChart_Bad:#f55556;--sapChart_Critical:#f4ac44;--sapChart_Good:#69c683;--sapChart_Neutral:#9ea8ad;--sapChart_Sequence_Neutral:#9ea8ad}
@@ -1 +0,0 @@
1
- @import "./css_variables.css";