@openui5/themelib_sap_belize 1.90.6 → 1.93.1
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.
- package/.reuse/dep5 +41 -0
- package/THIRDPARTY.txt +49 -0
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/IconTabBar.less +19 -16
- package/src/sap/m/themes/sap_belize/ProgressIndicator.less +1 -4
- package/src/sap/m/themes/sap_belize/QuickView.less +7 -6
- package/src/sap/m/themes/sap_belize/SelectList.less +0 -5
- package/src/sap/m/themes/sap_belize_hcb/Avatar.less +19 -11
- package/src/sap/m/themes/sap_belize_hcb/IconTabBar.less +4 -4
- package/src/sap/m/themes/sap_belize_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_belize_hcb/ObjectStatus.less +2 -0
- package/src/sap/m/themes/sap_belize_hcb/QuickView.less +3 -2
- package/src/sap/m/themes/sap_belize_hcb/SelectList.less +0 -5
- package/src/sap/m/themes/sap_belize_hcb/SinglePlanningCalendarMonthGrid.less +2 -1
- package/src/sap/m/themes/sap_belize_hcw/Avatar.less +19 -11
- package/src/sap/m/themes/sap_belize_hcw/IconTabBar.less +4 -4
- package/src/sap/m/themes/sap_belize_hcw/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_belize_hcw/ObjectStatus.less +2 -0
- package/src/sap/m/themes/sap_belize_hcw/QuickView.less +3 -2
- package/src/sap/m/themes/sap_belize_hcw/SelectList.less +0 -5
- package/src/sap/m/themes/sap_belize_hcw/SinglePlanningCalendarMonthGrid.less +2 -1
- package/src/sap/tnt/themes/sap_belize/ToolHeader.less +33 -1
- package/src/sap/tnt/themes/sap_belize_hcb/ToolHeader.less +4 -0
- package/src/sap/tnt/themes/sap_belize_hcw/ToolHeader.less +5 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +1040 -742
- package/src/sap/ui/core/themes/sap_belize/global.less +218 -185
- package/src/sap/ui/core/themes/sap_belize/shared.less +0 -3
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +1057 -799
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +219 -184
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +101 -42
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +219 -184
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +3 -9
- package/src/sap/ui/layout/themes/sap_belize/library.source.less +0 -1
- package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +0 -1
- package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_belize/ContextMenu.less +1 -2
- package/src/sap/ui/unified/themes/sap_belize/Calendar.less +4 -0
- package/src/sap/uxap/themes/sap_belize/ObjectPageSection.less +1 -2
- package/src/sap/ui/layout/themes/sap_belize/SimpleForm.less +0 -12
- package/src/sap/ui/layout/themes/sap_belize_hcb/SimpleForm.less +0 -9
- package/src/sap/ui/layout/themes/sap_belize_hcw/SimpleForm.less +0 -9
|
@@ -1,1444 +1,1742 @@
|
|
|
1
|
-
// Public Theme Parameters
|
|
2
1
|
|
|
3
|
-
|
|
4
|
-
/* Quick Theming */
|
|
5
|
-
/* ===================================== */
|
|
2
|
+
/******************* FILE /Base/baseLib/sap_belize/base.less *******************/
|
|
6
3
|
|
|
7
|
-
// [Label "Brand Color"]
|
|
8
|
-
// [Description "The color which builds your brand"]
|
|
9
|
-
// [Tags "Quick", "Base", "Color"]
|
|
10
|
-
@sapBrandColor: @sapPrimary2;
|
|
11
|
-
|
|
12
|
-
// [Label "Highlight Color"]
|
|
13
|
-
// [Description "The color which is used to highlight screen elements"]
|
|
14
|
-
// [Tags "Quick", "Base", "Content", "Color"]
|
|
15
|
-
@sapHighlightColor: @sapBrandColor;
|
|
16
4
|
|
|
17
|
-
// [Label "Base Color"]
|
|
18
|
-
// [Description "The color which is used to derive the most dominant background colors"]
|
|
19
|
-
// [Tags "Quick", "Base", "Color"]
|
|
20
|
-
@sapBaseColor: @sapPrimary3;
|
|
21
5
|
|
|
22
|
-
//
|
|
23
|
-
//
|
|
24
|
-
//
|
|
25
|
-
@sapShellColor: transparent;
|
|
6
|
+
// =====================================
|
|
7
|
+
// Theme Specifics/Internals
|
|
8
|
+
// =====================================
|
|
26
9
|
|
|
27
|
-
// [
|
|
28
|
-
|
|
29
|
-
@sapBackgroundColorDefault: @sapPrimary5;
|
|
10
|
+
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
11
|
+
@sapContent_GridSize: 1rem;
|
|
30
12
|
|
|
31
|
-
// [
|
|
32
|
-
|
|
33
|
-
// [Tags "Quick", "Base", "Color"]
|
|
34
|
-
@sapBackgroundColor: @sapPrimary5;
|
|
13
|
+
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
14
|
+
@sapPrimary1: #3f5161;
|
|
35
15
|
|
|
36
|
-
// [
|
|
37
|
-
|
|
38
|
-
// [Tags "Quick", "Base", "Content", "Font", "Protected"]
|
|
39
|
-
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
16
|
+
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
17
|
+
@sapPrimary2: #427cac;
|
|
40
18
|
|
|
41
|
-
|
|
19
|
+
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
20
|
+
@sapPrimary3: #eff4f9;
|
|
42
21
|
|
|
43
|
-
|
|
22
|
+
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
23
|
+
@sapPrimary4: #fff;
|
|
44
24
|
|
|
45
|
-
|
|
25
|
+
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
26
|
+
@sapPrimary5: #fafafa;
|
|
46
27
|
|
|
47
|
-
// [
|
|
48
|
-
|
|
49
|
-
// [Tags "Quick", "Base", "Content", "Dimension", "Font", "Protected"]
|
|
50
|
-
@sapFontSize: 0.875 * @sapContent_GridSize; //14px
|
|
28
|
+
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
29
|
+
@sapPrimary6: #bfbfbf;
|
|
51
30
|
|
|
52
|
-
|
|
31
|
+
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
32
|
+
@sapPrimary7: #333;
|
|
53
33
|
|
|
54
|
-
|
|
34
|
+
// [Label "Shell Background Pattern Color"]
|
|
35
|
+
// [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
|
|
36
|
+
// [Tags "ThemeSpecific", "Base", "Shell", "Color", "!Protected"]
|
|
37
|
+
@sapShell_BackgroundPatternColor: fade(@sapPrimary4, 8);
|
|
55
38
|
|
|
56
|
-
@sapFontHeader1Size: 1.625 * @sapContent_GridSize; //26px
|
|
57
39
|
|
|
58
|
-
@sapFontHeader2Size: 1.375 * @sapContent_GridSize; //22px
|
|
59
40
|
|
|
60
|
-
@sapFontHeader3Size: 1.25 * @sapContent_GridSize; //20px
|
|
61
41
|
|
|
62
|
-
|
|
42
|
+
// =====================================
|
|
43
|
+
// Quick
|
|
44
|
+
// =====================================
|
|
63
45
|
|
|
64
|
-
|
|
46
|
+
// [Tags "!Protected"]
|
|
47
|
+
@sapBrandColor: @sapPrimary2;
|
|
65
48
|
|
|
66
|
-
|
|
49
|
+
// [Tags "!Protected"]
|
|
50
|
+
@sapHighlightColor: @sapBrandColor;
|
|
67
51
|
|
|
68
|
-
// [
|
|
69
|
-
|
|
70
|
-
// [Tags "Quick", "Base", "Content", "Color", "Font"]
|
|
71
|
-
@sapTextColor: @sapPrimary7;
|
|
52
|
+
// [Tags "!Protected"]
|
|
53
|
+
@sapBaseColor: @sapPrimary3;
|
|
72
54
|
|
|
73
|
-
// [
|
|
74
|
-
|
|
75
|
-
// [Tags "Quick", "Base", "Content", "Color", "Font", "Link"]
|
|
76
|
-
@sapLinkColor: #0070b1;
|
|
55
|
+
// [Tags "!Protected"]
|
|
56
|
+
@sapShellColor: transparent;
|
|
77
57
|
|
|
78
|
-
|
|
58
|
+
// [Tags "!Protected"]
|
|
59
|
+
@sapBackgroundColor: @sapPrimary5;
|
|
79
60
|
|
|
80
|
-
|
|
61
|
+
// [Tags "!Protected"]
|
|
62
|
+
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
81
63
|
|
|
82
|
-
|
|
64
|
+
// [Tags "!Protected"]
|
|
65
|
+
@sapFontSize: 0.875 * @sapContent_GridSize;
|
|
83
66
|
|
|
84
|
-
|
|
67
|
+
// [Tags "!Protected"]
|
|
68
|
+
@sapTextColor: @sapPrimary7;
|
|
85
69
|
|
|
86
|
-
|
|
70
|
+
// [Tags "!Protected"]
|
|
71
|
+
@sapLinkColor: #0070b1;
|
|
87
72
|
|
|
88
|
-
// [
|
|
89
|
-
// [Description "The URI to the logo of your company"]
|
|
90
|
-
// [Tags "Quick", "Base", "URI", "Image"]
|
|
73
|
+
// [Tags "!Protected"]
|
|
91
74
|
@sapCompanyLogo: none;
|
|
92
75
|
|
|
93
|
-
// [
|
|
94
|
-
// [Description "The URI to the image which is shown as background"]
|
|
95
|
-
// [Tags "Quick", "Base", "URI", "Image"]
|
|
76
|
+
// [Tags "!Protected"]
|
|
96
77
|
@sapBackgroundImage: none;
|
|
97
78
|
|
|
98
|
-
// [
|
|
99
|
-
// [Description "A value between 0.0 and 1.0 to control the opacity of the background image"]
|
|
100
|
-
// [Tags "Quick", "Base", "Opacity"]
|
|
79
|
+
// [Tags "!Protected"]
|
|
101
80
|
@sapBackgroundImageOpacity: 1.0;
|
|
102
81
|
|
|
103
|
-
// [
|
|
104
|
-
// [Description "The switch to turn on/off the repetition of the background image. Chose 'true' or 'false' as value."]
|
|
105
|
-
// [Tags "Quick", "Base"]
|
|
82
|
+
// [Tags "!Protected"]
|
|
106
83
|
@sapBackgroundImageRepeat: false;
|
|
107
84
|
|
|
85
|
+
// [Tags "!Protected"]
|
|
86
|
+
@sapSelectedColor: @sapHighlightColor;
|
|
108
87
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
*/
|
|
112
|
-
|
|
113
|
-
@sapContent_GridSize: 1rem;
|
|
114
|
-
|
|
115
|
-
/* PRIMARY COLORS */
|
|
116
|
-
@sapPrimary1: #3f5161;
|
|
117
|
-
@sapPrimary2: #427cac;
|
|
118
|
-
@sapPrimary3: #eff4f9;
|
|
119
|
-
@sapPrimary4: #ffffff;
|
|
120
|
-
@sapPrimary5: #fafafa;
|
|
121
|
-
@sapPrimary6: #bfbfbf;
|
|
122
|
-
@sapPrimary7: #333333;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
/* ACCENT COLORS */
|
|
126
|
-
@sapAccentColor1: #e09d00;
|
|
127
|
-
@sapAccentColor2: #e6600d;
|
|
128
|
-
@sapAccentColor3: #c14646;
|
|
129
|
-
@sapAccentColor4: #ab218e;
|
|
130
|
-
@sapAccentColor5: #678bc7;
|
|
131
|
-
@sapAccentColor6: #0092d1;
|
|
132
|
-
@sapAccentColor7: #1a9898;
|
|
133
|
-
@sapAccentColor8: #759421;
|
|
134
|
-
@sapAccentColor9: #925ace;
|
|
135
|
-
@sapAccentColor10: #647987;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
/* LEGEND COLORS */
|
|
139
|
-
|
|
140
|
-
@sapLegend_WorkingBackground: darken(@sapList_Background, 3);
|
|
141
|
-
|
|
142
|
-
@sapLegend_NonWorkingBackground: darken(@sapList_Background, 3);
|
|
143
|
-
|
|
144
|
-
@sapLegend_CurrentDateTime: @sapAccentColor4;
|
|
145
|
-
|
|
146
|
-
@sapLegendColor1: #ad7900;
|
|
147
|
-
@sapLegendColor2: #dc5c0c;
|
|
148
|
-
@sapLegendColor3:#c14646;
|
|
149
|
-
@sapLegendColor4: #853808;
|
|
150
|
-
@sapLegendColor5: #da3fb9;
|
|
151
|
-
@sapLegendColor6: #008bc7;
|
|
152
|
-
@sapLegendColor7: #198f8f;
|
|
153
|
-
@sapLegendColor8: #6e8c1f;
|
|
154
|
-
@sapLegendColor9: #648796;
|
|
155
|
-
@sapLegendColor10: #80196a;
|
|
156
|
-
@sapLegendColor11: #6f5925;
|
|
157
|
-
@sapLegendColor12: #b64600;
|
|
158
|
-
@sapLegendColor13: #d61818;
|
|
159
|
-
@sapLegendColor14: #976c52;
|
|
160
|
-
@sapLegendColor15: #73596d;
|
|
161
|
-
@sapLegendColor16: #5d759e;
|
|
162
|
-
@sapLegendColor17: #466c6c;
|
|
163
|
-
@sapLegendColor18: #626b4a;
|
|
164
|
-
@sapLegendColor19: #284d5d;
|
|
165
|
-
@sapLegendColor20: #1851b0;
|
|
166
|
-
|
|
167
|
-
@sapLegendBackgroundColor1: #fff6e0;
|
|
168
|
-
@sapLegendBackgroundColor2: #feeee5;
|
|
169
|
-
@sapLegendBackgroundColor3: #f7e6e6;
|
|
170
|
-
@sapLegendBackgroundColor4: #f9efe9;
|
|
171
|
-
@sapLegendBackgroundColor5: #fdf2fa;
|
|
172
|
-
@sapLegendBackgroundColor6: #ebf3fa;
|
|
173
|
-
@sapLegendBackgroundColor7: #f2fdfd;
|
|
174
|
-
@sapLegendBackgroundColor8: #f3f9e4;
|
|
175
|
-
@sapLegendBackgroundColor9: #f1f3f4;
|
|
176
|
-
@sapLegendBackgroundColor10: #f7edf5;
|
|
177
|
-
@sapLegendBackgroundColor11: #ffeec6;
|
|
178
|
-
@sapLegendBackgroundColor12: #fbdfce;
|
|
179
|
-
@sapLegendBackgroundColor13: #ffdcdc;
|
|
180
|
-
@sapLegendBackgroundColor14: #f2e2d8;
|
|
181
|
-
@sapLegendBackgroundColor15: #f0e5ee;
|
|
182
|
-
@sapLegendBackgroundColor16: #e7e8ea;
|
|
183
|
-
@sapLegendBackgroundColor17: #d7eaea;
|
|
184
|
-
@sapLegendBackgroundColor18: #e6edd1;
|
|
185
|
-
@sapLegendBackgroundColor19: #cfebf7;
|
|
186
|
-
@sapLegendBackgroundColor20: #f0f7fa;
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
/* Semantic Background Colors */
|
|
190
|
-
@sapErrorBackground: lighten(@sapErrorColor, 48);
|
|
191
|
-
@sapWarningBackground: lighten(@sapWarningColor, 36);
|
|
192
|
-
@sapSuccessBackground: lighten(@sapSuccessColor, 50);
|
|
193
|
-
@sapInformationBackground: lighten(@sapInformationColor, 48);
|
|
194
|
-
@sapNeutralBackground: lighten(@sapNeutralColor, 56);
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
/* Semantic Border Colors */
|
|
198
|
-
@sapErrorBorderColor: @sapErrorColor;
|
|
199
|
-
@sapWarningBorderColor: @sapWarningColor;
|
|
200
|
-
@sapSuccessBorderColor: @sapSuccessColor;
|
|
201
|
-
@sapInformationBorderColor: @sapInformativeColor;
|
|
202
|
-
@sapNeutralBorderColor: @sapNeutralColor;
|
|
88
|
+
// [Tags "!Protected"]
|
|
89
|
+
@sapActiveColor: @sapHighlightColor;
|
|
203
90
|
|
|
91
|
+
// [Tags "!Protected"]
|
|
92
|
+
@sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
204
93
|
|
|
205
|
-
|
|
206
|
-
@
|
|
207
|
-
@sapCriticalElementColor: @sapCriticalColor;
|
|
208
|
-
@sapPositiveElementColor: @sapPositiveColor;
|
|
209
|
-
@sapInformativeElementColor: @sapInformativeColor;
|
|
210
|
-
@sapNeutralElementColor: @sapNeutralColor;
|
|
94
|
+
// [Tags "!Protected"]
|
|
95
|
+
@sapTitleColor: @sapTextColor;
|
|
211
96
|
|
|
212
97
|
|
|
213
|
-
/* Semantic Text */
|
|
214
|
-
@sapNegativeTextColor: @sapNegativeColor;
|
|
215
|
-
@sapCriticalTextColor: @sapCriticalColor;
|
|
216
|
-
@sapPositiveTextColor: @sapPositiveColor;
|
|
217
|
-
@sapInformativeTextColor: @sapInformativeColor;
|
|
218
|
-
@sapNeutralTextColor: @sapNeutralColor;
|
|
219
98
|
|
|
220
99
|
|
|
221
|
-
|
|
100
|
+
// =====================================
|
|
101
|
+
// Error Semantics
|
|
102
|
+
// =====================================
|
|
222
103
|
|
|
223
|
-
// [
|
|
224
|
-
// [Description "The color for elements showing negative state"]
|
|
225
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
104
|
+
// [Tags "!Protected"]
|
|
226
105
|
@sapNegativeColor: #bb0000;
|
|
227
106
|
|
|
228
|
-
// [
|
|
229
|
-
// [Description "The color for elements showing critical state"]
|
|
230
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
107
|
+
// [Tags "!Protected"]
|
|
231
108
|
@sapCriticalColor: #e78c07;
|
|
232
109
|
|
|
233
|
-
// [
|
|
234
|
-
// [Description "The color for elements showing positive state"]
|
|
235
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
110
|
+
// [Tags "!Protected"]
|
|
236
111
|
@sapPositiveColor: #2b7c2b;
|
|
237
112
|
|
|
238
|
-
// [
|
|
239
|
-
// [Description "The color for elements showing informative state"]
|
|
240
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
113
|
+
// [Tags "!Protected"]
|
|
241
114
|
@sapInformativeColor: #427cac;
|
|
242
115
|
|
|
243
|
-
// [
|
|
244
|
-
// [Description "The color for elements showing neutral state"]
|
|
245
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
116
|
+
// [Tags "!Protected"]
|
|
246
117
|
@sapNeutralColor: #5e696e;
|
|
247
118
|
|
|
248
|
-
|
|
249
|
-
@
|
|
250
|
-
@sapSuccessColor: lighten(@sapPositiveColor, 10);
|
|
251
|
-
@sapInformationColor: @sapInformativeColor;
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
// [Label "Indication Color 1"]
|
|
255
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
256
|
-
@sapIndicationColor_1: #880000;
|
|
257
|
-
|
|
258
|
-
@sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
|
|
259
|
-
|
|
260
|
-
@sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
|
|
261
|
-
|
|
262
|
-
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
263
|
-
|
|
264
|
-
// [Label "Indication Color 2"]
|
|
265
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
266
|
-
@sapIndicationColor_2: #bb0000;
|
|
267
|
-
|
|
268
|
-
@sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
|
|
269
|
-
|
|
270
|
-
@sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
|
|
271
|
-
|
|
272
|
-
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
273
|
-
|
|
274
|
-
// [Label "Indication Color 3"]
|
|
275
|
-
// [Tags "Base", "SemanticColor", "Color"]
|
|
276
|
-
@sapIndicationColor_3: #e78c07;
|
|
277
|
-
|
|
278
|
-
@sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
|
|
279
|
-
|
|
280
|
-
@sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
|
|
119
|
+
// [Tags "!Protected"]
|
|
120
|
+
@sapNegativeElementColor: @sapNegativeColor;
|
|
281
121
|
|
|
282
|
-
|
|
122
|
+
// [Tags "!Protected"]
|
|
123
|
+
@sapCriticalElementColor: @sapCriticalColor;
|
|
283
124
|
|
|
284
|
-
// [
|
|
285
|
-
|
|
286
|
-
@sapIndicationColor_4: #2b7c2b;
|
|
125
|
+
// [Tags "!Protected"]
|
|
126
|
+
@sapPositiveElementColor: @sapPositiveColor;
|
|
287
127
|
|
|
288
|
-
|
|
128
|
+
// [Tags "!Protected"]
|
|
129
|
+
@sapInformativeElementColor: @sapInformativeColor;
|
|
289
130
|
|
|
290
|
-
|
|
131
|
+
// [Tags "!Protected"]
|
|
132
|
+
@sapNeutralElementColor: @sapNeutralColor;
|
|
291
133
|
|
|
292
|
-
|
|
134
|
+
// [Tags "!Protected"]
|
|
135
|
+
@sapNegativeTextColor: @sapNegativeColor;
|
|
293
136
|
|
|
294
|
-
// [
|
|
295
|
-
|
|
296
|
-
@sapIndicationColor_5: #427cac;
|
|
137
|
+
// [Tags "!Protected"]
|
|
138
|
+
@sapCriticalTextColor: @sapCriticalColor;
|
|
297
139
|
|
|
298
|
-
|
|
140
|
+
// [Tags "!Protected"]
|
|
141
|
+
@sapPositiveTextColor: @sapPositiveColor;
|
|
299
142
|
|
|
300
|
-
|
|
143
|
+
// [Tags "!Protected"]
|
|
144
|
+
@sapInformativeTextColor: @sapInformativeColor;
|
|
301
145
|
|
|
302
|
-
|
|
146
|
+
// [Tags "!Protected"]
|
|
147
|
+
@sapNeutralTextColor: @sapNeutralColor;
|
|
303
148
|
|
|
304
|
-
// [
|
|
305
|
-
|
|
306
|
-
@sapIndicationColor_6: @sapAccentColor7;
|
|
149
|
+
// [Tags "!Protected"]
|
|
150
|
+
@sapErrorColor: lighten(@sapNegativeColor, 10);
|
|
307
151
|
|
|
308
|
-
|
|
152
|
+
// [Tags "!Protected"]
|
|
153
|
+
@sapWarningColor: lighten(@sapCriticalColor, 10);
|
|
309
154
|
|
|
310
|
-
|
|
155
|
+
// [Tags "!Protected"]
|
|
156
|
+
@sapSuccessColor: lighten(@sapPositiveColor, 10);
|
|
311
157
|
|
|
312
|
-
|
|
158
|
+
// [Tags "!Protected"]
|
|
159
|
+
@sapInformationColor: @sapInformativeColor;
|
|
313
160
|
|
|
314
|
-
// [
|
|
315
|
-
|
|
316
|
-
@sapIndicationColor_7: @sapAccentColor9;
|
|
161
|
+
// [Tags "!Protected"]
|
|
162
|
+
@sapErrorBackground: lighten(@sapNegativeColor, 58);
|
|
317
163
|
|
|
318
|
-
|
|
164
|
+
// [Tags "!Protected"]
|
|
165
|
+
@sapWarningBackground: lighten(@sapCriticalColor, 46);
|
|
319
166
|
|
|
320
|
-
|
|
167
|
+
// [Tags "!Protected"]
|
|
168
|
+
@sapSuccessBackground: lighten(@sapPositiveColor, 60);
|
|
321
169
|
|
|
322
|
-
|
|
170
|
+
// [Tags "!Protected"]
|
|
171
|
+
@sapInformationBackground: lighten(@sapInformativeColor, 48);
|
|
323
172
|
|
|
324
|
-
// [
|
|
325
|
-
|
|
326
|
-
@sapIndicationColor_8: @sapAccentColor4;
|
|
173
|
+
// [Tags "!Protected"]
|
|
174
|
+
@sapNeutralBackground: lighten(@sapNeutralColor, 56);
|
|
327
175
|
|
|
328
|
-
|
|
176
|
+
// [Tags "!Protected"]
|
|
177
|
+
@sapErrorBorderColor: @sapErrorColor;
|
|
329
178
|
|
|
330
|
-
|
|
179
|
+
// [Tags "!Protected"]
|
|
180
|
+
@sapWarningBorderColor: @sapWarningColor;
|
|
331
181
|
|
|
332
|
-
|
|
182
|
+
// [Tags "!Protected"]
|
|
183
|
+
@sapSuccessBorderColor: @sapSuccessColor;
|
|
333
184
|
|
|
185
|
+
// [Tags "!Protected"]
|
|
186
|
+
@sapInformationBorderColor: @sapInformativeColor;
|
|
334
187
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
/* ===================================== */
|
|
188
|
+
// [Tags "!Protected"]
|
|
189
|
+
@sapNeutralBorderColor: @sapNeutralColor;
|
|
338
190
|
|
|
339
|
-
// [Label "Selected Color"]
|
|
340
|
-
// [Description "The color of selected elements"]
|
|
341
|
-
// [Tags "Base", "Color"]
|
|
342
|
-
@sapSelectedColor: @sapHighlightColor;
|
|
343
191
|
|
|
344
|
-
// [Label "Active Color"]
|
|
345
|
-
// [Description "The color of activated elements"]
|
|
346
|
-
// [Tags "Base", "Color"]
|
|
347
|
-
@sapActiveColor: @sapHighlightColor;
|
|
348
192
|
|
|
349
|
-
// [Label "Highlight Text Color"]
|
|
350
|
-
// [Description "The text color of highlighted screen elements"]
|
|
351
|
-
// [Tags "Base", "Content", "Color", "Font"]
|
|
352
|
-
@sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
353
193
|
|
|
354
|
-
//
|
|
355
|
-
//
|
|
356
|
-
//
|
|
357
|
-
@sapTitleColor: @sapTextColor;
|
|
194
|
+
// =====================================
|
|
195
|
+
// Element Metrics
|
|
196
|
+
// =====================================
|
|
358
197
|
|
|
359
|
-
// [
|
|
360
|
-
|
|
361
|
-
// [Tags "Base", "Content", "Dimension", "Protected"]
|
|
362
|
-
@sapElement_LineHeight: 3 * @sapContent_GridSize; // Cozy
|
|
198
|
+
// [Tags "Protected"]
|
|
199
|
+
@sapElement_LineHeight: 3 * @sapContent_GridSize;
|
|
363
200
|
|
|
364
|
-
// [
|
|
365
|
-
|
|
366
|
-
// [Tags "Base", "Content", "Dimension", "Protected"]
|
|
367
|
-
@sapElement_Height: 2.5 * @sapContent_GridSize; // Cozy
|
|
201
|
+
// [Tags "Protected"]
|
|
202
|
+
@sapElement_Height: 2.5 * @sapContent_GridSize;
|
|
368
203
|
|
|
369
|
-
// [
|
|
370
|
-
|
|
371
|
-
// [Tags "Base", "Button", "Dimension", "Protected"]
|
|
372
|
-
@sapElement_BorderWidth: 0.0625 * @sapContent_GridSize; // Cozy
|
|
204
|
+
// [Tags "Protected"]
|
|
205
|
+
@sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
|
|
373
206
|
|
|
207
|
+
// [Tags "!Protected"]
|
|
374
208
|
@sapElement_BorderCornerRadius: 0.25 * @sapContent_GridSize;
|
|
375
209
|
|
|
210
|
+
// [Tags "Protected"]
|
|
376
211
|
@sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;
|
|
377
212
|
|
|
213
|
+
// [Tags "Protected"]
|
|
378
214
|
@sapElement_Compact_Height: 1.625 * @sapContent_GridSize;
|
|
379
215
|
|
|
216
|
+
// [Tags "Protected"]
|
|
380
217
|
@sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;
|
|
381
218
|
|
|
219
|
+
// [Tags "Protected"]
|
|
382
220
|
@sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
|
|
383
221
|
|
|
384
|
-
// [Label "Content Line Height EM"]
|
|
385
|
-
// [Description "The height of lines in the content area (in em). Basically this is used as the CSS line-height property."]
|
|
386
|
-
// [Tags "Base", "Content", "Dimension", "Protected"]
|
|
387
|
-
@sapContent_LineHeight: 1.4;
|
|
388
222
|
|
|
389
|
-
// [Label "Content Element Height"]
|
|
390
|
-
// [Description "The height of inline elements in the content area (in em)."]
|
|
391
|
-
// [Tags "Base", "Content", "Dimension", "Protected"]
|
|
392
|
-
@sapContent_ElementHeight: 1.37em; // deprecated/protected (only used by older UR versions). Can be deleted from Belize end 2019.
|
|
393
223
|
|
|
394
|
-
// [Label "Content Element Height PX"]
|
|
395
|
-
// [Description "The height of lines in the content area (in pixel)."]
|
|
396
|
-
// [Tags "Base", "Content", "Dimension", "Protected"]
|
|
397
|
-
@sapContent_ElementHeight_PX: 22px; // deprecated/protected (only used by older UR versions). Can be deleted from Belize end 2019.
|
|
398
224
|
|
|
399
|
-
//
|
|
400
|
-
//
|
|
401
|
-
//
|
|
225
|
+
// =====================================
|
|
226
|
+
// Content
|
|
227
|
+
// =====================================
|
|
228
|
+
|
|
229
|
+
// [Tags "!Protected"]
|
|
230
|
+
@sapContent_LineHeight: 1.4;
|
|
231
|
+
|
|
232
|
+
// [Tags "!Protected"]
|
|
402
233
|
@sapContent_IconHeight: @sapContent_GridSize;
|
|
403
234
|
|
|
404
|
-
// [
|
|
405
|
-
// [Description "The color of icons."]
|
|
406
|
-
// [Tags "Base", "Content", "Color"]
|
|
235
|
+
// [Tags "!Protected"]
|
|
407
236
|
@sapContent_IconColor: darken(@sapHighlightColor, 10);
|
|
408
237
|
|
|
409
|
-
// [
|
|
410
|
-
// [Description "The alternative icon color switched to by a threshold to keep contrast for icons."]
|
|
411
|
-
// [Tags "Base", "Content", "Color"]
|
|
238
|
+
// [Tags "!Protected"]
|
|
412
239
|
@sapContent_ContrastIconColor: @sapContent_ContrastTextColor;
|
|
413
240
|
|
|
414
|
-
// [
|
|
415
|
-
// [Description "The color of noninteractive icons."]
|
|
416
|
-
// [TranslationKey "sapContent_NoIntactvIcoClr"]
|
|
417
|
-
// [Tags "Base", "Content", "Color"]
|
|
241
|
+
// [Tags "!Protected"]
|
|
418
242
|
@sapContent_NonInteractiveIconColor: darken(@sapPrimary6, 22);
|
|
419
243
|
|
|
420
|
-
// [
|
|
421
|
-
// [Description "The color of marker icons."]
|
|
422
|
-
// [Tags "Base", "Content", "Color"]
|
|
244
|
+
// [Tags "!Protected"]
|
|
423
245
|
@sapContent_MarkerIconColor: @sapAccentColor5;
|
|
424
246
|
|
|
425
|
-
// [
|
|
426
|
-
// [Description "The color of Marker Texts."]
|
|
427
|
-
// [Tags "Base", "Content", "Color", "Font"]
|
|
247
|
+
// [Tags "!Protected"]
|
|
428
248
|
@sapContent_MarkerTextColor: darken(@sapAccentColor7, 8);
|
|
429
249
|
|
|
250
|
+
// [Tags "!Protected"]
|
|
430
251
|
@sapContent_Placeholderloading_Background: darken(@sapBaseColor, 12);
|
|
431
252
|
|
|
253
|
+
// [Tags "!Protected"]
|
|
432
254
|
@sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapContent_Placeholderloading_Background 0%, @sapContent_Placeholderloading_Background 35%, darken(@sapContent_Placeholderloading_Background, 5) 50%, @sapContent_Placeholderloading_Background 65%, @sapContent_Placeholderloading_Background 100%);
|
|
433
255
|
|
|
434
|
-
// [
|
|
435
|
-
// [Description "The background color of Image Placeholders."]
|
|
436
|
-
// [Tags "Base", "Content", "Color"]
|
|
256
|
+
// [Tags "!Protected"]
|
|
437
257
|
@sapContent_ImagePlaceholderBackground: darken(@sapBaseColor, 9);
|
|
438
258
|
|
|
439
|
-
// [
|
|
440
|
-
// [Description "The foreground color of Image Placeholders."]
|
|
441
|
-
// [Tags "Base", "Content", "Color"]
|
|
259
|
+
// [Tags "!Protected"]
|
|
442
260
|
@sapContent_ImagePlaceholderForegroundColor: lighten(@sapBaseColor, 5);
|
|
443
261
|
|
|
262
|
+
// [Tags "!Protected"]
|
|
444
263
|
@sapContent_RatedColor: @sapAccentColor1;
|
|
445
264
|
|
|
265
|
+
// [Tags "!Protected"]
|
|
446
266
|
@sapContent_UnratedColor: darken(@sapContent_ForegroundColor, 25);
|
|
447
267
|
|
|
448
|
-
// [
|
|
449
|
-
// [Description "The color of the focus."]
|
|
450
|
-
// [Tags "Base", "Content", "Color"]
|
|
268
|
+
// [Tags "!Protected"]
|
|
451
269
|
@sapContent_FocusColor: #000;
|
|
452
270
|
|
|
271
|
+
// [Tags "!Protected"]
|
|
453
272
|
@sapContent_FocusStyle: dotted;
|
|
454
273
|
|
|
274
|
+
// [Tags "!Protected"]
|
|
455
275
|
@sapContent_FocusWidth: 0.0625 * @sapContent_GridSize;
|
|
456
276
|
|
|
457
|
-
// [
|
|
458
|
-
// [Description "The alternative focus color."]
|
|
459
|
-
// [Tags "Base", "Content", "Color"]
|
|
277
|
+
// [Tags "!Protected"]
|
|
460
278
|
@sapContent_ContrastFocusColor: #fff;
|
|
461
279
|
|
|
462
|
-
// [
|
|
463
|
-
// [Description "The shadow color."]
|
|
464
|
-
// [Tags "Base", "Content", "Color"]
|
|
280
|
+
// [Tags "!Protected"]
|
|
465
281
|
@sapContent_ShadowColor: #000;
|
|
466
282
|
|
|
467
|
-
// [
|
|
468
|
-
// [Description "The alternative shadow color."]
|
|
469
|
-
// [Tags "Base", "Content", "Color"]
|
|
283
|
+
// [Tags "!Protected"]
|
|
470
284
|
@sapContent_ContrastShadowColor: #fff;
|
|
471
285
|
|
|
286
|
+
// [Tags "!Protected"]
|
|
472
287
|
@sapContent_Shadow0: 0 0 0 1px fade(@sapContent_ShadowColor, 15);
|
|
473
288
|
|
|
289
|
+
// [Tags "!Protected"]
|
|
474
290
|
@sapContent_Shadow1: 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 15), @sapContent_Shadow0;
|
|
475
291
|
|
|
292
|
+
// [Tags "!Protected"]
|
|
476
293
|
@sapContent_Shadow2: 0 0.625rem 1.875rem 0 fade(@sapContent_ShadowColor, 15), @sapContent_Shadow0;
|
|
477
294
|
|
|
295
|
+
// [Tags "!Protected"]
|
|
478
296
|
@sapContent_Shadow3: 0 1.25rem 5rem 0 fade(@sapContent_ShadowColor, 15), @sapContent_Shadow0;
|
|
479
297
|
|
|
298
|
+
// [Tags "!Protected"]
|
|
480
299
|
@sapContent_TextShadow: 0 0 0.125rem @sapContent_ContrastShadowColor;
|
|
481
300
|
|
|
301
|
+
// [Tags "!Protected"]
|
|
302
|
+
@sapContent_ContrastTextShadow: 0 0 0.0625rem fade(@sapContent_ShadowColor, 70);
|
|
303
|
+
|
|
304
|
+
// [Tags "!Protected"]
|
|
482
305
|
@sapContent_HeaderShadow: 0 0.125rem 0 0 @sapObjectHeader_Background, inset 0 -0.125rem 0 0 @sapObjectHeader_BorderColor;
|
|
483
306
|
|
|
484
|
-
// [
|
|
485
|
-
// [Description "The color of found search results in the content."]
|
|
486
|
-
// [Tags "Base", "Content", "Color"]
|
|
307
|
+
// [Tags "!Protected"]
|
|
487
308
|
@sapContent_SearchHighlightColor: #d4f7db;
|
|
488
309
|
|
|
489
|
-
// [
|
|
490
|
-
// [Description "The color which indicates that the element has help content."]
|
|
491
|
-
// [Tags "Base", "Content", "Color"]
|
|
310
|
+
// [Tags "!Protected"]
|
|
492
311
|
@sapContent_HelpColor: #3f8600;
|
|
493
312
|
|
|
494
|
-
// [
|
|
495
|
-
// [Description "The color of labels in the content area."]
|
|
496
|
-
// [Tags "Base", "Content", "Color", "Font"]
|
|
313
|
+
// [Tags "!Protected"]
|
|
497
314
|
@sapContent_LabelColor: lighten(@sapTextColor, 20);
|
|
498
315
|
|
|
499
|
-
// [
|
|
500
|
-
// [Description "Defines which monospaced font is used for specific texts in the content area."]
|
|
501
|
-
// [Tags "Base", "Content", "Font", "Protected"]
|
|
316
|
+
// [Tags "!Protected"]
|
|
502
317
|
@sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
|
|
503
318
|
|
|
319
|
+
// [Tags "!Protected"]
|
|
504
320
|
@sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
|
|
505
321
|
|
|
322
|
+
// [Tags "!Protected"]
|
|
506
323
|
@sapContent_IconFontFamily: "SAP-icons";
|
|
507
324
|
|
|
508
|
-
// [
|
|
509
|
-
// [Description "The color of texts on disabled screen elements in the content area."]
|
|
510
|
-
// [Tags "Base", "Content", "Color", "Font"]
|
|
325
|
+
// [Tags "!Protected"]
|
|
511
326
|
@sapContent_DisabledTextColor: fade(@sapTextColor, (100 - (@sapContent_DisabledOpacity * 100)));
|
|
512
327
|
|
|
328
|
+
// [Tags "!Protected"]
|
|
513
329
|
@sapContent_DisabledOpacity: 0.5;
|
|
514
330
|
|
|
515
|
-
// [
|
|
516
|
-
// [Description "The threshold to switch to alternative text color to keep contrast for texts"]
|
|
517
|
-
// [TranslationKey "sapContent_ContrastTxtThreshold"]
|
|
518
|
-
// [Tags "Base", "Content", "Font"]
|
|
331
|
+
// [Tags "!Protected"]
|
|
519
332
|
@sapContent_ContrastTextThreshold: 0.65;
|
|
520
333
|
|
|
521
|
-
// [
|
|
522
|
-
// [Description "The alternative text color switched to by a threshold to keep contrast for texts"]
|
|
523
|
-
// [Tags "Base", "Content", "Color", "Font"]
|
|
334
|
+
// [Tags "!Protected"]
|
|
524
335
|
@sapContent_ContrastTextColor: #fff;
|
|
525
336
|
|
|
526
|
-
// [
|
|
527
|
-
// [Description "The foreground color of the content area."]
|
|
528
|
-
// [Tags "Base", "Content", "Color"]
|
|
337
|
+
// [Tags "!Protected"]
|
|
529
338
|
@sapContent_ForegroundColor: lighten(@sapPrimary6, 15);
|
|
530
339
|
|
|
531
|
-
// [
|
|
532
|
-
// [Description "The foreground color of the borders of the content area."]
|
|
533
|
-
// [TranslationKey "sapContent_ForegroundBorderCol"]
|
|
534
|
-
// [Tags "Base", "Content", "Color"]
|
|
340
|
+
// [Tags "!Protected"]
|
|
535
341
|
@sapContent_ForegroundBorderColor: @sapPrimary6;
|
|
536
342
|
|
|
537
|
-
// [
|
|
538
|
-
// [Description "The foreground color of texts in the content area."]
|
|
539
|
-
// [Tags "Base", "Content", "Color", "Font"]
|
|
343
|
+
// [Tags "!Protected"]
|
|
540
344
|
@sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
541
345
|
|
|
542
|
-
// [
|
|
543
|
-
// [Description "The background color of badges."]
|
|
544
|
-
// [Tags "Base", "Content", "Color"]
|
|
346
|
+
// [Tags "!Protected"]
|
|
545
347
|
@sapContent_BadgeBackground: @sapAccentColor3;
|
|
546
348
|
|
|
349
|
+
// [Tags "!Protected"]
|
|
547
350
|
@sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
548
351
|
|
|
549
|
-
|
|
352
|
+
// [Tags "!Protected"]
|
|
353
|
+
@sapContent_DragAndDropActiveColor: @sapLinkColor;
|
|
550
354
|
|
|
355
|
+
// [Tags "!Protected"]
|
|
551
356
|
@sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
552
357
|
|
|
358
|
+
// [Tags "!Protected"]
|
|
553
359
|
@sapContent_Selected_Background: @sapSelectedColor;
|
|
554
360
|
|
|
361
|
+
// [Tags "!Protected"]
|
|
555
362
|
@sapContent_Selected_Hover_Background: lighten(@sapContent_Selected_Background, 3);
|
|
556
363
|
|
|
557
|
-
|
|
364
|
+
// [Tags "!Protected"]
|
|
365
|
+
@sapContent_Selected_ForegroundColor: @sapSelectedColor;
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
// =====================================
|
|
371
|
+
// Content Illustrative Colors
|
|
372
|
+
// =====================================
|
|
373
|
+
|
|
558
374
|
@sapContent_Illustrative_Color1: #427cac;
|
|
375
|
+
|
|
559
376
|
@sapContent_Illustrative_Color2: #93b7d6;
|
|
377
|
+
|
|
560
378
|
@sapContent_Illustrative_Color3: #ffba10;
|
|
379
|
+
|
|
561
380
|
@sapContent_Illustrative_Color4: #4a5055;
|
|
381
|
+
|
|
562
382
|
@sapContent_Illustrative_Color5: #9da4aa;
|
|
383
|
+
|
|
563
384
|
@sapContent_Illustrative_Color6: #c6cace;
|
|
385
|
+
|
|
564
386
|
@sapContent_Illustrative_Color7: #e7e9ea;
|
|
387
|
+
|
|
565
388
|
@sapContent_Illustrative_Color8: #fff;
|
|
566
389
|
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
// =====================================
|
|
394
|
+
// Font
|
|
395
|
+
// =====================================
|
|
396
|
+
|
|
397
|
+
// [Tags "!Protected"]
|
|
398
|
+
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
399
|
+
|
|
400
|
+
// [Tags "!Protected"]
|
|
401
|
+
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
402
|
+
|
|
403
|
+
// [Tags "!Protected"]
|
|
404
|
+
@sapFontHeaderFamily: @sapFontFamily;
|
|
405
|
+
|
|
406
|
+
// [Tags "!Protected"]
|
|
407
|
+
@sapFontSmallSize: 0.75 * @sapContent_GridSize;
|
|
408
|
+
|
|
409
|
+
// [Tags "!Protected"]
|
|
410
|
+
@sapFontLargeSize: 1.0 * @sapContent_GridSize;
|
|
411
|
+
|
|
412
|
+
// [Tags "!Protected"]
|
|
413
|
+
@sapFontHeader1Size: 1.625 * @sapContent_GridSize;
|
|
414
|
+
|
|
415
|
+
// [Tags "!Protected"]
|
|
416
|
+
@sapFontHeader2Size: 1.375 * @sapContent_GridSize;
|
|
417
|
+
|
|
418
|
+
// [Tags "!Protected"]
|
|
419
|
+
@sapFontHeader3Size: 1.25 * @sapContent_GridSize;
|
|
420
|
+
|
|
421
|
+
// [Tags "!Protected"]
|
|
422
|
+
@sapFontHeader4Size: 1.125 * @sapContent_GridSize;
|
|
423
|
+
|
|
424
|
+
// [Tags "!Protected"]
|
|
425
|
+
@sapFontHeader5Size: 1.0 * @sapContent_GridSize;
|
|
426
|
+
|
|
427
|
+
// [Tags "!Protected"]
|
|
428
|
+
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
// =====================================
|
|
434
|
+
// Link
|
|
435
|
+
// =====================================
|
|
436
|
+
|
|
437
|
+
// [Tags "!Protected"]
|
|
438
|
+
@sapLink_Hover_Color: @sapLinkColor;
|
|
439
|
+
|
|
440
|
+
// [Tags "!Protected"]
|
|
441
|
+
@sapLink_Active_Color: @sapLinkColor;
|
|
442
|
+
|
|
443
|
+
// [Tags "!Protected"]
|
|
444
|
+
@sapLink_Visited_Color: @sapLinkColor;
|
|
445
|
+
|
|
446
|
+
// [Tags "!Protected"]
|
|
447
|
+
@sapLink_InvertedColor: #7ed0ff;
|
|
448
|
+
|
|
449
|
+
// [Tags "!Protected"]
|
|
450
|
+
@sapLink_SubtleColor: darken(@sapLinkColor, 15);
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
// =====================================
|
|
456
|
+
// Shell
|
|
457
|
+
// =====================================
|
|
458
|
+
|
|
459
|
+
// [Tags "!Protected"]
|
|
570
460
|
@sapShell_Background: darken(desaturate(@sapBaseColor, 6), 11);
|
|
571
461
|
|
|
572
|
-
// [
|
|
573
|
-
// [Description "The background image or gradient of the shell."]
|
|
574
|
-
// [Tags "Base", "Shell", "URI", "Image"]
|
|
462
|
+
// [Tags "!Protected"]
|
|
575
463
|
@sapShell_BackgroundImage: linear-gradient(to bottom, darken(saturate(@sapShell_Background, 6), 7.8), lighten(desaturate(@sapShell_Background, 16), 7.8));
|
|
576
464
|
|
|
577
|
-
// [
|
|
578
|
-
// [Description "A value between 0.0 and 1.0 to control the opacity of the shell background image"]
|
|
579
|
-
// [Tags "Quick", "Base", "Opacity"]
|
|
465
|
+
// [Tags "!Protected"]
|
|
580
466
|
@sapShell_BackgroundImageOpacity: 1.0;
|
|
581
467
|
|
|
582
|
-
// [
|
|
583
|
-
// [Description "The switch to turn on/off the repetition of the shell background image. Chose 'true' or 'false' as value."]
|
|
584
|
-
// [Tags "Quick", "Base"]
|
|
468
|
+
// [Tags "!Protected"]
|
|
585
469
|
@sapShell_BackgroundImageRepeat: false;
|
|
586
470
|
|
|
587
|
-
// [
|
|
588
|
-
// [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'"]
|
|
589
|
-
// [Tags "Base", "Shell", "Color"]
|
|
590
|
-
@sapShell_BackgroundPatternColor: fade(@sapPrimary4, 8);
|
|
591
|
-
|
|
592
|
-
// [Label "Shell Border Color"]
|
|
593
|
-
// [Description "The color of the borders of the shell."]
|
|
594
|
-
// [Tags "Base", "Shell", "Color"]
|
|
471
|
+
// [Tags "!Protected"]
|
|
595
472
|
@sapShell_BorderColor: transparent;
|
|
596
473
|
|
|
597
|
-
// [
|
|
598
|
-
// [Description "The color of texts in the shell."]
|
|
599
|
-
// [Tags "Base", "Shell", "Color", "Font"]
|
|
474
|
+
// [Tags "!Protected"]
|
|
600
475
|
@sapShell_TextColor: darken(@sapBrandColor, 10);
|
|
601
476
|
|
|
602
|
-
// [
|
|
603
|
-
// [Description "The color of interactive texts in the shell."]
|
|
604
|
-
// [Tags "Base", "Shell", "Color", "Font"]
|
|
477
|
+
// [Tags "!Protected"]
|
|
605
478
|
@sapShell_InteractiveTextColor: @sapShell_TextColor;
|
|
606
479
|
|
|
607
|
-
|
|
480
|
+
// [Tags "!Protected"]
|
|
481
|
+
@sapShell_InteractiveBorderColor: darken(@sapBrandColor, 10);
|
|
608
482
|
|
|
483
|
+
// [Tags "!Protected"]
|
|
609
484
|
@sapShell_GroupTitleTextColor: @sapTitleColor;
|
|
610
485
|
|
|
486
|
+
// [Tags "!Protected"]
|
|
611
487
|
@sapShell_GroupTitleTextShadow: 0 0 0.125rem contrast(@sapShell_GroupTitleTextColor, @sapContent_ShadowColor, @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
612
488
|
|
|
489
|
+
// [Tags "!Protected"]
|
|
613
490
|
@sapShell_Hover_Background: darken(@sapBrandColor, 10);
|
|
614
491
|
|
|
492
|
+
// [Tags "!Protected"]
|
|
615
493
|
@sapShell_Active_Background: @sapActiveColor;
|
|
616
494
|
|
|
495
|
+
// [Tags "!Protected"]
|
|
617
496
|
@sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
618
497
|
|
|
498
|
+
// [Tags "!Protected"]
|
|
619
499
|
@sapShell_Selected_Background: @sapSelectedColor;
|
|
620
500
|
|
|
501
|
+
// [Tags "!Protected"]
|
|
621
502
|
@sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
622
503
|
|
|
504
|
+
// [Tags "!Protected"]
|
|
623
505
|
@sapShell_Selected_Hover_Background: @sapShell_Selected_Background;
|
|
624
506
|
|
|
625
|
-
// [
|
|
626
|
-
// [Description "The URI to the favorite or shortcut icon displayed for the shell."]
|
|
627
|
-
// [Tags "Base", "Shell", "URI", "Image"]
|
|
507
|
+
// [Tags "!Protected"]
|
|
628
508
|
@sapShell_Favicon: none;
|
|
629
509
|
|
|
510
|
+
// [Tags "!Protected"]
|
|
630
511
|
@sapShell_Navigation_Background: transparent;
|
|
631
512
|
|
|
513
|
+
// [Tags "!Protected"]
|
|
632
514
|
@sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
|
|
633
515
|
|
|
516
|
+
// [Tags "!Protected"]
|
|
634
517
|
@sapShell_Navigation_SelectedColor: @sapShell_TextColor;
|
|
635
518
|
|
|
519
|
+
// [Tags "!Protected"]
|
|
636
520
|
@sapShell_Navigation_Selected_TextColor: @sapShell_TextColor;
|
|
637
521
|
|
|
522
|
+
// [Tags "!Protected"]
|
|
638
523
|
@sapShell_Navigation_TextColor: @sapShell_GroupTitleTextColor;
|
|
639
524
|
|
|
525
|
+
// [Tags "!Protected"]
|
|
640
526
|
@sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
641
527
|
|
|
528
|
+
// [Tags "!Protected"]
|
|
642
529
|
@sapShell_Navigation_Active_Background: @sapShell_Active_Background;
|
|
643
530
|
|
|
531
|
+
// [Tags "!Protected"]
|
|
644
532
|
@sapShell_Shadow: 0 0.125rem 0 0 darken(@sapShell_Background, 5);
|
|
645
533
|
|
|
534
|
+
// [Tags "!Protected"]
|
|
646
535
|
@sapShell_NegativeColor: @sapNegativeColor;
|
|
647
536
|
|
|
537
|
+
// [Tags "!Protected"]
|
|
648
538
|
@sapShell_CriticalColor: @sapCriticalColor;
|
|
649
539
|
|
|
540
|
+
// [Tags "!Protected"]
|
|
650
541
|
@sapShell_PositiveColor: @sapPositiveColor;
|
|
651
542
|
|
|
543
|
+
// [Tags "!Protected"]
|
|
652
544
|
@sapShell_InformativeColor: @sapInformativeColor;
|
|
653
545
|
|
|
546
|
+
// [Tags "!Protected"]
|
|
654
547
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
655
548
|
|
|
656
|
-
// [Label "Button Border Thickness"]
|
|
657
|
-
// [Description "The thickness of button borders."]
|
|
658
|
-
// [Tags "Base", "Button", "Dimension"]
|
|
659
|
-
@sapButton_BorderWidth: @sapElement_BorderWidth;
|
|
660
549
|
|
|
661
|
-
// [Label "Button Corner Radius"]
|
|
662
|
-
// [Description "Defines whether a button has rounded corners."]
|
|
663
|
-
// [Tags "Base", "Button", "Dimension"]
|
|
664
|
-
@sapButton_BorderCornerRadius: 0.1875 * @sapContent_GridSize; // Cozy
|
|
665
550
|
|
|
666
|
-
|
|
667
|
-
//
|
|
668
|
-
//
|
|
551
|
+
|
|
552
|
+
// =====================================
|
|
553
|
+
// Button
|
|
554
|
+
// =====================================
|
|
555
|
+
|
|
556
|
+
// [Tags "!Protected"]
|
|
669
557
|
@sapButton_Background: darken(@sapPrimary4, 3);
|
|
670
558
|
|
|
671
|
-
// [
|
|
672
|
-
// [Description "The color of a button's borders."]
|
|
673
|
-
// [Tags "Base", "Button", "Color"]
|
|
559
|
+
// [Tags "!Protected"]
|
|
674
560
|
@sapButton_BorderColor: darken(@sapButton_Background, 30);
|
|
675
561
|
|
|
676
|
-
// [
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
562
|
+
// [Tags "!Protected"]
|
|
563
|
+
@sapButton_BorderWidth: @sapElement_BorderWidth;
|
|
564
|
+
|
|
565
|
+
// [Tags "!Protected"]
|
|
566
|
+
@sapButton_BorderCornerRadius: 0.1875 * @sapContent_GridSize;
|
|
680
567
|
|
|
681
|
-
// [
|
|
682
|
-
|
|
683
|
-
|
|
568
|
+
// [Tags "!Protected"]
|
|
569
|
+
@sapButton_TextColor: contrast(@sapButton_Background, darken(@sapHighlightColor, 10), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
570
|
+
|
|
571
|
+
// [Tags "!Protected"]
|
|
684
572
|
@sapButton_Hover_Background: darken(@sapButton_Background, 5);
|
|
685
573
|
|
|
686
|
-
// [
|
|
687
|
-
// [Description "The color of a button's borders on hover."]
|
|
688
|
-
// [Tags "Base", "Button", "Color"]
|
|
574
|
+
// [Tags "!Protected"]
|
|
689
575
|
@sapButton_Hover_BorderColor: @sapButton_BorderColor;
|
|
690
576
|
|
|
691
|
-
// [
|
|
692
|
-
// [Description "The color of texts on buttons on hover."]
|
|
693
|
-
// [Tags "Base", "Button", "Color", "Font"]
|
|
577
|
+
// [Tags "!Protected"]
|
|
694
578
|
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, darken(@sapHighlightColor, 10), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
695
579
|
|
|
580
|
+
// [Tags "!Protected"]
|
|
696
581
|
@sapButton_IconColor: @sapButton_TextColor;
|
|
697
582
|
|
|
583
|
+
// [Tags "!Protected"]
|
|
698
584
|
@sapButton_Active_Background: @sapActiveColor;
|
|
699
585
|
|
|
586
|
+
// [Tags "!Protected"]
|
|
700
587
|
@sapButton_Active_BorderColor: @sapButton_Active_Background;
|
|
701
588
|
|
|
589
|
+
// [Tags "!Protected"]
|
|
702
590
|
@sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
703
591
|
|
|
704
|
-
// [
|
|
705
|
-
// [Description "The background color of emphasized buttons."]
|
|
706
|
-
// [Tags "Base", "Button", "Color"]
|
|
592
|
+
// [Tags "!Protected"]
|
|
707
593
|
@sapButton_Emphasized_Background: lighten(saturate(@sapHighlightColor, 10), 10);
|
|
708
594
|
|
|
709
|
-
// [
|
|
710
|
-
// [Description "The border color of emphasized buttons."]
|
|
711
|
-
// [TranslationKey "sapButton_Emphasized_BorderCol"]
|
|
712
|
-
// [Tags "Base", "Button", "Color"]
|
|
595
|
+
// [Tags "!Protected"]
|
|
713
596
|
@sapButton_Emphasized_BorderColor: darken(@sapButton_Emphasized_Background, 5);
|
|
714
597
|
|
|
715
|
-
// [
|
|
716
|
-
|
|
717
|
-
// [Tags "Base", "Button", "Color", "Font"]
|
|
718
|
-
@sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, darken(@sapPrimary1, 8), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
598
|
+
// [Tags "!Protected"]
|
|
599
|
+
@sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
719
600
|
|
|
601
|
+
// [Tags "!Protected"]
|
|
720
602
|
@sapButton_Emphasized_Hover_Background: darken(@sapButton_Emphasized_Background, 5);
|
|
721
603
|
|
|
604
|
+
// [Tags "!Protected"]
|
|
722
605
|
@sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_Hover_Background;
|
|
723
606
|
|
|
724
|
-
|
|
607
|
+
// [Tags "!Protected"]
|
|
608
|
+
@sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
725
609
|
|
|
610
|
+
// [Tags "!Protected"]
|
|
726
611
|
@sapButton_Emphasized_Active_Background: @sapActiveColor;
|
|
727
612
|
|
|
613
|
+
// [Tags "!Protected"]
|
|
728
614
|
@sapButton_Emphasized_Active_BorderColor: @sapButton_Emphasized_Active_Background;
|
|
729
615
|
|
|
616
|
+
// [Tags "!Protected"]
|
|
617
|
+
@sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
618
|
+
|
|
619
|
+
// [Tags "!Protected"]
|
|
730
620
|
@sapButton_Emphasized_TextShadow: contrast(@sapButton_Emphasized_TextColor, fade(@sapContent_ShadowColor, 50), fade(@sapContent_ContrastShadowColor, 50), @sapContent_ContrastTextThreshold);
|
|
731
621
|
|
|
622
|
+
// [Tags "!Protected"]
|
|
732
623
|
@sapButton_Emphasized_FontWeight: regular;
|
|
733
624
|
|
|
734
|
-
// [
|
|
735
|
-
// [Description "The background color of \"Reject\" buttons."]
|
|
736
|
-
// [Tags "Base", "Button", "Color"]
|
|
625
|
+
// [Tags "!Protected"]
|
|
737
626
|
@sapButton_Reject_Background: @sapButton_Background;
|
|
738
627
|
|
|
628
|
+
// [Tags "!Protected"]
|
|
739
629
|
@sapButton_Reject_BorderColor: @sapNegativeElementColor;
|
|
740
630
|
|
|
631
|
+
// [Tags "!Protected"]
|
|
741
632
|
@sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
742
633
|
|
|
634
|
+
// [Tags "!Protected"]
|
|
743
635
|
@sapButton_Reject_Hover_Background: @sapButton_Hover_Background;
|
|
744
636
|
|
|
637
|
+
// [Tags "!Protected"]
|
|
745
638
|
@sapButton_Reject_Hover_BorderColor: @sapButton_Reject_BorderColor;
|
|
746
639
|
|
|
747
|
-
|
|
640
|
+
// [Tags "!Protected"]
|
|
641
|
+
@sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
748
642
|
|
|
643
|
+
// [Tags "!Protected"]
|
|
749
644
|
@sapButton_Reject_Active_Background: @sapNegativeElementColor;
|
|
750
645
|
|
|
646
|
+
// [Tags "!Protected"]
|
|
751
647
|
@sapButton_Reject_Active_BorderColor: @sapButton_Reject_Active_Background;
|
|
752
648
|
|
|
649
|
+
// [Tags "!Protected"]
|
|
650
|
+
@sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
651
|
+
|
|
652
|
+
// [Tags "!Protected"]
|
|
753
653
|
@sapButton_Reject_Selected_Background: @sapButton_Reject_Active_Background;
|
|
754
654
|
|
|
655
|
+
// [Tags "!Protected"]
|
|
755
656
|
@sapButton_Reject_Selected_BorderColor: @sapButton_Reject_Selected_Background;
|
|
756
657
|
|
|
658
|
+
// [Tags "!Protected"]
|
|
757
659
|
@sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
758
660
|
|
|
661
|
+
// [Tags "!Protected"]
|
|
759
662
|
@sapButton_Reject_Selected_Hover_Background: lighten(@sapButton_Reject_Selected_Background, 5);
|
|
760
663
|
|
|
664
|
+
// [Tags "!Protected"]
|
|
761
665
|
@sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Reject_Selected_Hover_Background;
|
|
762
666
|
|
|
763
|
-
// [
|
|
764
|
-
// [Description "The background color of \"Accept\" buttons."]
|
|
765
|
-
// [Tags "Base", "Button", "Color"]
|
|
667
|
+
// [Tags "!Protected"]
|
|
766
668
|
@sapButton_Accept_Background: @sapButton_Background;
|
|
767
669
|
|
|
670
|
+
// [Tags "!Protected"]
|
|
768
671
|
@sapButton_Accept_BorderColor: @sapPositiveElementColor;
|
|
769
672
|
|
|
673
|
+
// [Tags "!Protected"]
|
|
770
674
|
@sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
771
675
|
|
|
676
|
+
// [Tags "!Protected"]
|
|
772
677
|
@sapButton_Accept_Hover_Background: @sapButton_Hover_Background;
|
|
773
678
|
|
|
679
|
+
// [Tags "!Protected"]
|
|
774
680
|
@sapButton_Accept_Hover_BorderColor: @sapButton_Accept_BorderColor;
|
|
775
681
|
|
|
776
|
-
|
|
682
|
+
// [Tags "!Protected"]
|
|
683
|
+
@sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
777
684
|
|
|
685
|
+
// [Tags "!Protected"]
|
|
778
686
|
@sapButton_Accept_Active_Background: @sapPositiveElementColor;
|
|
779
687
|
|
|
688
|
+
// [Tags "!Protected"]
|
|
780
689
|
@sapButton_Accept_Active_BorderColor: @sapButton_Accept_Active_Background;
|
|
781
690
|
|
|
691
|
+
// [Tags "!Protected"]
|
|
692
|
+
@sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
693
|
+
|
|
694
|
+
// [Tags "!Protected"]
|
|
782
695
|
@sapButton_Accept_Selected_Background: @sapButton_Accept_Active_Background;
|
|
783
696
|
|
|
697
|
+
// [Tags "!Protected"]
|
|
784
698
|
@sapButton_Accept_Selected_BorderColor: @sapButton_Accept_Selected_Background;
|
|
785
699
|
|
|
700
|
+
// [Tags "!Protected"]
|
|
786
701
|
@sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
787
702
|
|
|
703
|
+
// [Tags "!Protected"]
|
|
788
704
|
@sapButton_Accept_Selected_Hover_Background: lighten(@sapButton_Accept_Selected_Background, 5);
|
|
789
705
|
|
|
706
|
+
// [Tags "!Protected"]
|
|
790
707
|
@sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Accept_Selected_Hover_Background;
|
|
791
708
|
|
|
709
|
+
// [Tags "!Protected"]
|
|
792
710
|
@sapButton_Lite_Background: transparent;
|
|
793
711
|
|
|
712
|
+
// [Tags "!Protected"]
|
|
794
713
|
@sapButton_Lite_BorderColor: transparent;
|
|
795
714
|
|
|
715
|
+
// [Tags "!Protected"]
|
|
796
716
|
@sapButton_Lite_TextColor: @sapButton_TextColor;
|
|
797
717
|
|
|
798
|
-
|
|
718
|
+
// [Tags "!Protected"]
|
|
719
|
+
@sapButton_Lite_Hover_Background: fade(darken(@sapButton_Hover_Background, 22), 50);
|
|
799
720
|
|
|
721
|
+
// [Tags "!Protected"]
|
|
800
722
|
@sapButton_Lite_Hover_BorderColor: @sapButton_Lite_Hover_Background;
|
|
801
723
|
|
|
724
|
+
// [Tags "!Protected"]
|
|
802
725
|
@sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
|
|
803
726
|
|
|
727
|
+
// [Tags "!Protected"]
|
|
804
728
|
@sapButton_Lite_Active_Background: @sapButton_Active_Background;
|
|
805
729
|
|
|
730
|
+
// [Tags "!Protected"]
|
|
806
731
|
@sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
807
732
|
|
|
733
|
+
// [Tags "!Protected"]
|
|
808
734
|
@sapButton_Selected_Background: darken(@sapSelectedColor, 10);
|
|
809
735
|
|
|
736
|
+
// [Tags "!Protected"]
|
|
810
737
|
@sapButton_Selected_BorderColor: darken(@sapButton_Selected_Background, 5);
|
|
811
738
|
|
|
739
|
+
// [Tags "!Protected"]
|
|
812
740
|
@sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
813
741
|
|
|
742
|
+
// [Tags "!Protected"]
|
|
814
743
|
@sapButton_Selected_Hover_Background: lighten(@sapButton_Selected_Background, 10);
|
|
815
744
|
|
|
745
|
+
// [Tags "!Protected"]
|
|
816
746
|
@sapButton_Selected_Hover_BorderColor: @sapButton_Selected_Hover_Background;
|
|
817
747
|
|
|
748
|
+
// [Tags "!Protected"]
|
|
818
749
|
@sapButton_Attention_Background: @sapButton_Background;
|
|
819
750
|
|
|
751
|
+
// [Tags "!Protected"]
|
|
820
752
|
@sapButton_Attention_BorderColor: @sapCriticalElementColor;
|
|
821
753
|
|
|
822
|
-
|
|
754
|
+
// [Tags "!Protected"]
|
|
755
|
+
@sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
823
756
|
|
|
757
|
+
// [Tags "!Protected"]
|
|
824
758
|
@sapButton_Attention_Hover_Background: @sapWarningBackground;
|
|
825
759
|
|
|
760
|
+
// [Tags "!Protected"]
|
|
826
761
|
@sapButton_Attention_Hover_BorderColor: @sapButton_Attention_BorderColor;
|
|
827
762
|
|
|
828
|
-
|
|
763
|
+
// [Tags "!Protected"]
|
|
764
|
+
@sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
829
765
|
|
|
766
|
+
// [Tags "!Protected"]
|
|
830
767
|
@sapButton_Attention_Active_Background: darken(@sapCriticalElementColor, 5);
|
|
831
768
|
|
|
769
|
+
// [Tags "!Protected"]
|
|
832
770
|
@sapButton_Attention_Active_BorderColor: @sapButton_Attention_Active_Background;
|
|
833
771
|
|
|
772
|
+
// [Tags "!Protected"]
|
|
773
|
+
@sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
774
|
+
|
|
775
|
+
// [Tags "!Protected"]
|
|
834
776
|
@sapButton_Attention_Selected_Background: @sapButton_Attention_Active_Background;
|
|
835
777
|
|
|
778
|
+
// [Tags "!Protected"]
|
|
836
779
|
@sapButton_Attention_Selected_BorderColor: @sapButton_Attention_Selected_Background;
|
|
837
780
|
|
|
781
|
+
// [Tags "!Protected"]
|
|
838
782
|
@sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
839
783
|
|
|
784
|
+
// [Tags "!Protected"]
|
|
840
785
|
@sapButton_Attention_Selected_Hover_Background: lighten(@sapButton_Attention_Selected_Background, 5);
|
|
841
786
|
|
|
787
|
+
// [Tags "!Protected"]
|
|
842
788
|
@sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Attention_Selected_Hover_Background;
|
|
843
789
|
|
|
790
|
+
// [Tags "!Protected"]
|
|
844
791
|
@sapButton_Negative_Background: @sapNegativeElementColor;
|
|
845
792
|
|
|
793
|
+
// [Tags "!Protected"]
|
|
846
794
|
@sapButton_Negative_BorderColor: @sapButton_Negative_Background;
|
|
847
795
|
|
|
796
|
+
// [Tags "!Protected"]
|
|
848
797
|
@sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
849
798
|
|
|
799
|
+
// [Tags "!Protected"]
|
|
850
800
|
@sapButton_Negative_Hover_Background: darken(@sapButton_Negative_Background, 7);
|
|
851
801
|
|
|
802
|
+
// [Tags "!Protected"]
|
|
852
803
|
@sapButton_Negative_Hover_BorderColor: @sapButton_Negative_Hover_Background;
|
|
853
804
|
|
|
805
|
+
// [Tags "!Protected"]
|
|
854
806
|
@sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
855
807
|
|
|
808
|
+
// [Tags "!Protected"]
|
|
856
809
|
@sapButton_Negative_Active_Background: darken(@sapButton_Negative_Background, 10);
|
|
857
810
|
|
|
811
|
+
// [Tags "!Protected"]
|
|
858
812
|
@sapButton_Negative_Active_BorderColor: @sapButton_Negative_Active_Background;
|
|
859
813
|
|
|
814
|
+
// [Tags "!Protected"]
|
|
815
|
+
@sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
816
|
+
|
|
817
|
+
// [Tags "!Protected"]
|
|
860
818
|
@sapButton_Critical_Background: @sapCriticalElementColor;
|
|
861
819
|
|
|
820
|
+
// [Tags "!Protected"]
|
|
862
821
|
@sapButton_Critical_BorderColor: @sapButton_Critical_Background;
|
|
863
822
|
|
|
823
|
+
// [Tags "!Protected"]
|
|
864
824
|
@sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
865
825
|
|
|
826
|
+
// [Tags "!Protected"]
|
|
866
827
|
@sapButton_Critical_Hover_Background: darken(@sapButton_Critical_Background, 7);
|
|
867
828
|
|
|
829
|
+
// [Tags "!Protected"]
|
|
868
830
|
@sapButton_Critical_Hover_BorderColor: @sapButton_Critical_Hover_Background;
|
|
869
831
|
|
|
832
|
+
// [Tags "!Protected"]
|
|
870
833
|
@sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
871
834
|
|
|
835
|
+
// [Tags "!Protected"]
|
|
872
836
|
@sapButton_Critical_Active_Background: darken(@sapButton_Critical_Background, 10);
|
|
873
837
|
|
|
838
|
+
// [Tags "!Protected"]
|
|
874
839
|
@sapButton_Critical_Active_BorderColor: @sapButton_Critical_Active_Background;
|
|
875
840
|
|
|
841
|
+
// [Tags "!Protected"]
|
|
842
|
+
@sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
843
|
+
|
|
844
|
+
// [Tags "!Protected"]
|
|
876
845
|
@sapButton_Success_Background: @sapPositiveElementColor;
|
|
877
846
|
|
|
847
|
+
// [Tags "!Protected"]
|
|
878
848
|
@sapButton_Success_BorderColor: @sapButton_Success_Background;
|
|
879
849
|
|
|
850
|
+
// [Tags "!Protected"]
|
|
880
851
|
@sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
881
852
|
|
|
853
|
+
// [Tags "!Protected"]
|
|
882
854
|
@sapButton_Success_Hover_Background: darken(@sapButton_Success_Background, 7);
|
|
883
855
|
|
|
856
|
+
// [Tags "!Protected"]
|
|
884
857
|
@sapButton_Success_Hover_BorderColor: @sapButton_Success_Hover_Background;
|
|
885
858
|
|
|
859
|
+
// [Tags "!Protected"]
|
|
886
860
|
@sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
887
861
|
|
|
862
|
+
// [Tags "!Protected"]
|
|
888
863
|
@sapButton_Success_Active_Background: darken(@sapButton_Success_Background, 10);
|
|
889
864
|
|
|
865
|
+
// [Tags "!Protected"]
|
|
890
866
|
@sapButton_Success_Active_BorderColor: @sapButton_Success_Active_Background;
|
|
891
867
|
|
|
868
|
+
// [Tags "!Protected"]
|
|
869
|
+
@sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
870
|
+
|
|
871
|
+
// [Tags "!Protected"]
|
|
892
872
|
@sapButton_Information_Background: @sapInformativeElementColor;
|
|
893
873
|
|
|
874
|
+
// [Tags "!Protected"]
|
|
894
875
|
@sapButton_Information_BorderColor: @sapButton_Information_Background;
|
|
895
876
|
|
|
877
|
+
// [Tags "!Protected"]
|
|
896
878
|
@sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
897
879
|
|
|
880
|
+
// [Tags "!Protected"]
|
|
898
881
|
@sapButton_Information_Hover_Background: darken(@sapButton_Information_Background, 5);
|
|
899
882
|
|
|
883
|
+
// [Tags "!Protected"]
|
|
900
884
|
@sapButton_Information_Hover_BorderColor: @sapButton_Information_Hover_Background;
|
|
901
885
|
|
|
886
|
+
// [Tags "!Protected"]
|
|
902
887
|
@sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
903
888
|
|
|
889
|
+
// [Tags "!Protected"]
|
|
904
890
|
@sapButton_Information_Active_Background: darken(@sapButton_Information_Background, 10);
|
|
905
891
|
|
|
892
|
+
// [Tags "!Protected"]
|
|
906
893
|
@sapButton_Information_Active_BorderColor: @sapButton_Information_Active_Background;
|
|
907
894
|
|
|
895
|
+
// [Tags "!Protected"]
|
|
908
896
|
@sapButton_Neutral_Background: @sapNeutralElementColor;
|
|
909
897
|
|
|
898
|
+
// [Tags "!Protected"]
|
|
910
899
|
@sapButton_Neutral_BorderColor: @sapButton_Neutral_Background;
|
|
911
900
|
|
|
901
|
+
// [Tags "!Protected"]
|
|
912
902
|
@sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
913
903
|
|
|
904
|
+
// [Tags "!Protected"]
|
|
914
905
|
@sapButton_Neutral_Hover_Background: darken(@sapButton_Neutral_Background, 7);
|
|
915
906
|
|
|
907
|
+
// [Tags "!Protected"]
|
|
916
908
|
@sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_Hover_Background;
|
|
917
909
|
|
|
910
|
+
// [Tags "!Protected"]
|
|
918
911
|
@sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
919
912
|
|
|
913
|
+
// [Tags "!Protected"]
|
|
920
914
|
@sapButton_Neutral_Active_Background: darken(@sapButton_Neutral_Background, 10);
|
|
921
915
|
|
|
916
|
+
// [Tags "!Protected"]
|
|
922
917
|
@sapButton_Neutral_Active_BorderColor: @sapButton_Neutral_Active_Background;
|
|
923
918
|
|
|
919
|
+
// [Tags "!Protected"]
|
|
920
|
+
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
921
|
+
|
|
922
|
+
// [Tags "!Protected"]
|
|
924
923
|
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
925
924
|
|
|
925
|
+
// [Tags "!Protected"]
|
|
926
926
|
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
927
927
|
|
|
928
|
+
// [Tags "!Protected"]
|
|
928
929
|
@sapButton_Track_Background: lighten(@sapButton_Background, 3);
|
|
929
930
|
|
|
931
|
+
// [Tags "!Protected"]
|
|
930
932
|
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
931
933
|
|
|
934
|
+
// [Tags "!Protected"]
|
|
932
935
|
@sapButton_TokenBackground: @sapButton_Background;
|
|
933
936
|
|
|
937
|
+
// [Tags "!Protected"]
|
|
934
938
|
@sapButton_TokenBorderColor: darken(@sapButton_Background, 10);
|
|
935
939
|
|
|
936
|
-
// [Label "Field Background Color"]
|
|
937
|
-
// [Description "The background color of input fields."]
|
|
938
|
-
// [Tags "Base", "Field", "Color"]
|
|
939
|
-
@sapField_Background: @sapPrimary4;
|
|
940
940
|
|
|
941
|
-
// [Label "Field Border Color"]
|
|
942
|
-
// [Description "The color of an input field's borders."]
|
|
943
|
-
// [Tags "Base", "Field", "Color"]
|
|
944
|
-
@sapField_BorderColor: @sapPrimary6;
|
|
945
941
|
|
|
946
|
-
|
|
947
|
-
//
|
|
948
|
-
//
|
|
942
|
+
|
|
943
|
+
// =====================================
|
|
944
|
+
// Field
|
|
945
|
+
// =====================================
|
|
946
|
+
|
|
947
|
+
// [Tags "!Protected"]
|
|
948
|
+
@sapField_Background: @sapPrimary4;
|
|
949
|
+
|
|
950
|
+
// [Tags "!Protected"]
|
|
949
951
|
@sapField_TextColor: #000;
|
|
950
952
|
|
|
953
|
+
// [Tags "!Protected"]
|
|
951
954
|
@sapField_PlaceholderTextColor: lighten(@sapField_TextColor, 46);
|
|
952
955
|
|
|
953
|
-
// [
|
|
954
|
-
|
|
955
|
-
|
|
956
|
+
// [Tags "!Protected"]
|
|
957
|
+
@sapField_BorderColor: @sapPrimary6;
|
|
958
|
+
|
|
959
|
+
// [Tags "!Protected"]
|
|
956
960
|
@sapField_HelpBackground: @sapField_Background;
|
|
957
961
|
|
|
958
|
-
// [
|
|
959
|
-
// [Description "The thickness of an input field's borders."]
|
|
960
|
-
// [Tags "Base", "Field", "Dimension"]
|
|
962
|
+
// [Tags "!Protected"]
|
|
961
963
|
@sapField_BorderWidth: @sapElement_BorderWidth;
|
|
962
964
|
|
|
963
|
-
// [
|
|
964
|
-
// [Description "Defines whether an input field has rounded corners."]
|
|
965
|
-
// [Tags "Base", "Field", "Dimension"]
|
|
965
|
+
// [Tags "!Protected"]
|
|
966
966
|
@sapField_BorderCornerRadius: 0;
|
|
967
967
|
|
|
968
|
-
// [
|
|
969
|
-
// [Description "The background color of input fields on hover."]
|
|
970
|
-
// [Tags "Base", "Field", "Color"]
|
|
968
|
+
// [Tags "!Protected"]
|
|
971
969
|
@sapField_Hover_Background: @sapField_Background;
|
|
972
970
|
|
|
973
|
-
// [
|
|
974
|
-
// [Description "The color of an input field's borders on hover."]
|
|
975
|
-
// [Tags "Base", "Field", "Color"]
|
|
971
|
+
// [Tags "!Protected"]
|
|
976
972
|
@sapField_Hover_BorderColor: @sapHighlightColor;
|
|
977
973
|
|
|
978
|
-
// [
|
|
979
|
-
// [Description "The color of the value help icon on hover."]
|
|
980
|
-
// [Tags "Base", "Field", "Color"]
|
|
974
|
+
// [Tags "!Protected"]
|
|
981
975
|
@sapField_Hover_HelpBackground: @sapHighlightColor;
|
|
982
976
|
|
|
977
|
+
// [Tags "!Protected"]
|
|
983
978
|
@sapField_Active_BorderColor: @sapActiveColor;
|
|
984
979
|
|
|
985
|
-
// [
|
|
986
|
-
// [Description "The background color of focused input fields."]
|
|
987
|
-
// [Tags "Base", "Field", "Color"]
|
|
980
|
+
// [Tags "!Protected"]
|
|
988
981
|
@sapField_Focus_Background: @sapField_Background;
|
|
989
982
|
|
|
990
|
-
// [
|
|
991
|
-
// [Description "The color of a focused input field's borders."]
|
|
992
|
-
// [Tags "Base", "Field", "Color"]
|
|
983
|
+
// [Tags "!Protected"]
|
|
993
984
|
@sapField_Focus_BorderColor: @sapField_BorderColor;
|
|
994
985
|
|
|
995
|
-
// [
|
|
996
|
-
// [Description "The background color of a focused input field's value help icon."]
|
|
997
|
-
// [Tags "Base", "Field", "Color"]
|
|
986
|
+
// [Tags "!Protected"]
|
|
998
987
|
@sapField_Focus_HelpBackground: @sapField_Focus_Background;
|
|
999
988
|
|
|
1000
|
-
// [
|
|
1001
|
-
// [Description "The background color of a read-only input field."]
|
|
1002
|
-
// [Tags "Base", "Field", "Color"]
|
|
989
|
+
// [Tags "!Protected"]
|
|
1003
990
|
@sapField_ReadOnly_Background: fade(darken(@sapField_Background, 5), 50);
|
|
1004
991
|
|
|
1005
|
-
// [
|
|
1006
|
-
// [Description "The color of a read-only input field's borders."]
|
|
1007
|
-
// [Tags "Base", "Field", "Color"]
|
|
992
|
+
// [Tags "!Protected"]
|
|
1008
993
|
@sapField_ReadOnly_BorderColor: lighten(@sapField_BorderColor, 5);
|
|
1009
994
|
|
|
1010
|
-
// [
|
|
1011
|
-
// [Description "The background color of a read-only input field's value help icon."]
|
|
1012
|
-
// [TranslationKey "sapField_ReadOnly_HelpBackgrnd"]
|
|
1013
|
-
// [Tags "Base", "Field", "Color"]
|
|
995
|
+
// [Tags "!Protected"]
|
|
1014
996
|
@sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
|
|
1015
997
|
|
|
1016
|
-
// [
|
|
1017
|
-
// [Description "The color of the asterisk next to required input fields."]
|
|
1018
|
-
// [Tags "Base", "Field", "Color"]
|
|
998
|
+
// [Tags "!Protected"]
|
|
1019
999
|
@sapField_RequiredColor: @sapAccentColor3;
|
|
1020
1000
|
|
|
1021
|
-
// [
|
|
1022
|
-
// [Description "The base color of input fields with an invalid value."]
|
|
1023
|
-
// [Tags "Base", "Field", "Color"]
|
|
1001
|
+
// [Tags "!Protected"]
|
|
1024
1002
|
@sapField_InvalidColor: @sapErrorColor;
|
|
1025
1003
|
|
|
1026
|
-
// [
|
|
1027
|
-
// [Description "The background color of input fields with an invalid value."]
|
|
1028
|
-
// [Tags "Base", "Field", "Color"]
|
|
1004
|
+
// [Tags "!Protected"]
|
|
1029
1005
|
@sapField_InvalidBackground: @sapField_Background;
|
|
1030
1006
|
|
|
1031
|
-
// [
|
|
1032
|
-
|
|
1033
|
-
|
|
1007
|
+
// [Tags "!Protected"]
|
|
1008
|
+
@sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1009
|
+
|
|
1010
|
+
// [Tags "!Protected"]
|
|
1011
|
+
@sapField_InvalidBorderStyle: solid;
|
|
1012
|
+
|
|
1013
|
+
// [Tags "!Protected"]
|
|
1034
1014
|
@sapField_WarningColor: @sapWarningColor;
|
|
1035
1015
|
|
|
1036
|
-
// [
|
|
1037
|
-
// [Description "The background color of an input field indicating a warning."]
|
|
1038
|
-
// [Tags "Base", "Field", "Color"]
|
|
1016
|
+
// [Tags "!Protected"]
|
|
1039
1017
|
@sapField_WarningBackground: @sapField_Background;
|
|
1040
1018
|
|
|
1041
|
-
// [
|
|
1042
|
-
|
|
1043
|
-
|
|
1019
|
+
// [Tags "!Protected"]
|
|
1020
|
+
@sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1021
|
+
|
|
1022
|
+
// [Tags "!Protected"]
|
|
1023
|
+
@sapField_WarningBorderStyle: solid;
|
|
1024
|
+
|
|
1025
|
+
// [Tags "!Protected"]
|
|
1044
1026
|
@sapField_SuccessColor: @sapSuccessColor;
|
|
1045
1027
|
|
|
1046
|
-
// [
|
|
1047
|
-
// [Description "The background color of an input field indicating a successful user action."]
|
|
1048
|
-
// [Tags "Base", "Field", "Color"]
|
|
1028
|
+
// [Tags "!Protected"]
|
|
1049
1029
|
@sapField_SuccessBackground: @sapField_Background;
|
|
1050
1030
|
|
|
1051
|
-
// [
|
|
1052
|
-
|
|
1053
|
-
|
|
1031
|
+
// [Tags "!Protected"]
|
|
1032
|
+
@sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
1033
|
+
|
|
1034
|
+
// [Tags "!Protected"]
|
|
1035
|
+
@sapField_SuccessBorderStyle: solid;
|
|
1036
|
+
|
|
1037
|
+
// [Tags "!Protected"]
|
|
1054
1038
|
@sapField_InformationColor: @sapInformationColor;
|
|
1055
1039
|
|
|
1056
|
-
// [
|
|
1057
|
-
// [Description "The background color of an input field indicating an information status."]
|
|
1058
|
-
// [Tags "Base", "Field", "Color"]
|
|
1040
|
+
// [Tags "!Protected"]
|
|
1059
1041
|
@sapField_InformationBackground: @sapField_Background;
|
|
1060
1042
|
|
|
1061
|
-
// [
|
|
1062
|
-
|
|
1063
|
-
|
|
1043
|
+
// [Tags "!Protected"]
|
|
1044
|
+
@sapField_InformationBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1045
|
+
|
|
1046
|
+
// [Tags "!Protected"]
|
|
1047
|
+
@sapField_InformationBorderStyle: solid;
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
// =====================================
|
|
1053
|
+
// Group
|
|
1054
|
+
// =====================================
|
|
1055
|
+
|
|
1056
|
+
// [Tags "!Protected"]
|
|
1064
1057
|
@sapGroup_TitleBackground: transparent;
|
|
1065
1058
|
|
|
1066
|
-
// [
|
|
1067
|
-
// [Description "The color of the borders of the group header area."]
|
|
1068
|
-
// [Tags "Base", "Group", "Color"]
|
|
1059
|
+
// [Tags "!Protected"]
|
|
1069
1060
|
@sapGroup_TitleBorderColor: lighten(@sapPrimary6, 5);
|
|
1070
1061
|
|
|
1071
|
-
// [
|
|
1072
|
-
// [Description "The text color of the group title. The text color of the title of a group."]
|
|
1073
|
-
// [Tags "Base", "Group", "Color", "Font"]
|
|
1062
|
+
// [Tags "!Protected"]
|
|
1074
1063
|
@sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1075
1064
|
|
|
1076
|
-
// [
|
|
1077
|
-
// [Description "The font size of the group title."]
|
|
1078
|
-
// [Tags "Base", "Group", "Dimension", "Font", "Protected"]
|
|
1079
|
-
@sapGroup_Title_FontSize: @sapFontSize;
|
|
1080
|
-
|
|
1081
|
-
// [Label "Group Content Background Color"]
|
|
1082
|
-
// [Description "The background color of the content area of a group."]
|
|
1083
|
-
// [Tags "Base", "Group", "Color"]
|
|
1065
|
+
// [Tags "!Protected"]
|
|
1084
1066
|
@sapGroup_ContentBackground: lighten(@sapBackgroundColor, 2);
|
|
1085
1067
|
|
|
1086
|
-
// [
|
|
1087
|
-
// [Description "The color of the borders of a group's content area."]
|
|
1088
|
-
// [Tags "Base", "Group", "Color"]
|
|
1068
|
+
// [Tags "!Protected"]
|
|
1089
1069
|
@sapGroup_ContentBorderColor: darken(@sapGroup_ContentBackground, 8);
|
|
1090
1070
|
|
|
1091
|
-
// [
|
|
1092
|
-
// [Description "The thickness of the borders of a group's content area."]
|
|
1093
|
-
// [Tags "Base", "Group", "Dimension", "Protected"]
|
|
1071
|
+
// [Tags "!Protected"]
|
|
1094
1072
|
@sapGroup_BorderWidth: @sapElement_BorderWidth;
|
|
1095
1073
|
|
|
1096
|
-
// [
|
|
1097
|
-
// [Description "Defines whether a group has rounded corners."]
|
|
1098
|
-
// [Tags "Base", "Group", "Dimension", "Protected"]
|
|
1074
|
+
// [Tags "!Protected"]
|
|
1099
1075
|
@sapGroup_BorderCornerRadius: 0;
|
|
1100
1076
|
|
|
1101
|
-
// [
|
|
1102
|
-
// [Description "The background color of the footer area of a group."]
|
|
1103
|
-
// [Tags "Base", "Group", "Color", "Protected"]
|
|
1077
|
+
// [Tags "!Protected"]
|
|
1104
1078
|
@sapGroup_FooterBackground: transparent;
|
|
1105
1079
|
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
// =====================================
|
|
1084
|
+
// Toolbar
|
|
1085
|
+
// =====================================
|
|
1086
|
+
|
|
1087
|
+
// [Tags "!Protected"]
|
|
1109
1088
|
@sapToolbar_Background: transparent;
|
|
1110
1089
|
|
|
1111
|
-
// [
|
|
1112
|
-
// [Description "The color of a toolbar's separators."]
|
|
1113
|
-
// [Tags "Base", "Toolbar", "Color"]
|
|
1090
|
+
// [Tags "!Protected"]
|
|
1114
1091
|
@sapToolbar_SeparatorColor: fade(@sapPrimary1, 20);
|
|
1115
1092
|
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
// =====================================
|
|
1097
|
+
// List
|
|
1098
|
+
// =====================================
|
|
1099
|
+
|
|
1100
|
+
// [Tags "!Protected"]
|
|
1119
1101
|
@sapList_HeaderBackground: darken(@sapPrimary4, 3);
|
|
1120
1102
|
|
|
1121
|
-
// [
|
|
1122
|
-
// [Description "The color of the borders of the list column header area."]
|
|
1123
|
-
// [Tags "Base", "List", "Color"]
|
|
1103
|
+
// [Tags "!Protected"]
|
|
1124
1104
|
@sapList_HeaderBorderColor: @sapList_BorderColor;
|
|
1125
1105
|
|
|
1126
|
-
// [
|
|
1127
|
-
// [Description "The color of texts on the list column header area."]
|
|
1128
|
-
// [Tags "Base", "List", "Color", "Font"]
|
|
1106
|
+
// [Tags "!Protected"]
|
|
1129
1107
|
@sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1130
1108
|
|
|
1131
|
-
// [
|
|
1132
|
-
|
|
1133
|
-
// [Tags "Base", "List", "Color"]
|
|
1134
|
-
@sapList_BorderColor: darken(@sapList_Background, 10.15);
|
|
1109
|
+
// [Tags "!Protected"]
|
|
1110
|
+
@sapList_BorderColor: darken(@sapList_Background, 10.2);
|
|
1135
1111
|
|
|
1136
|
-
// [
|
|
1137
|
-
// [Description "The thickness of the border in a list separating the entries."]
|
|
1138
|
-
// [Tags "Base", "List", "Dimension"]
|
|
1112
|
+
// [Tags "!Protected"]
|
|
1139
1113
|
@sapList_BorderWidth: @sapElement_BorderWidth;
|
|
1140
1114
|
|
|
1115
|
+
// [Tags "!Protected"]
|
|
1141
1116
|
@sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1142
1117
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1118
|
+
// [Tags "!Protected"]
|
|
1145
1119
|
@sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapList_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1146
1120
|
|
|
1147
|
-
// [
|
|
1148
|
-
|
|
1149
|
-
// [Tags "Base", "List", "Color"]
|
|
1150
|
-
@sapList_HighlightColor: @sapHighlightColor; // deprecated since Belize
|
|
1121
|
+
// [Tags "!Protected"]
|
|
1122
|
+
@sapList_Active_Background: @sapHighlightColor;
|
|
1151
1123
|
|
|
1152
|
-
// [
|
|
1153
|
-
// [Description "The background color of selected elements in lists."]
|
|
1154
|
-
// [TranslationKey "sapList_SelectBackgrndColor"]
|
|
1155
|
-
// [Tags "Base", "List", "Color"]
|
|
1124
|
+
// [Tags "!Protected"]
|
|
1156
1125
|
@sapList_SelectionBackgroundColor: lighten(desaturate(@sapSelectedColor, 2), 47);
|
|
1157
1126
|
|
|
1127
|
+
// [Tags "!Protected"]
|
|
1158
1128
|
@sapList_SelectionBorderColor: @sapList_BorderColor;
|
|
1159
1129
|
|
|
1160
|
-
|
|
1130
|
+
// [Tags "!Protected"]
|
|
1131
|
+
@sapList_Hover_SelectionBackground: contrast(@sapList_SelectionBackgroundColor, darken(@sapList_SelectionBackgroundColor, 3), lighten(@sapList_SelectionBackgroundColor, 3));
|
|
1161
1132
|
|
|
1162
|
-
// [
|
|
1163
|
-
// [Description "The background color of lists."]
|
|
1164
|
-
// [Tags "Base", "List", "Color"]
|
|
1133
|
+
// [Tags "!Protected"]
|
|
1165
1134
|
@sapList_Background: @sapPrimary4;
|
|
1166
1135
|
|
|
1167
|
-
// [
|
|
1168
|
-
// [Description "The background color of lists on hover."]
|
|
1169
|
-
// [Tags "Base", "List", "Color"]
|
|
1136
|
+
// [Tags "!Protected"]
|
|
1170
1137
|
@sapList_Hover_Background: contrast(@sapList_Background, darken(@sapList_Background, 6), lighten(@sapList_Background, 6));
|
|
1171
1138
|
|
|
1139
|
+
// [Tags "!Protected"]
|
|
1172
1140
|
@sapList_AlternatingBackground: darken(@sapList_Background, 2);
|
|
1173
1141
|
|
|
1142
|
+
// [Tags "!Protected"]
|
|
1174
1143
|
@sapList_GroupHeaderBackground: @sapList_Background;
|
|
1175
1144
|
|
|
1145
|
+
// [Tags "!Protected"]
|
|
1176
1146
|
@sapList_GroupHeaderBorderColor: darken(@sapList_BorderColor, 10);
|
|
1177
1147
|
|
|
1148
|
+
// [Tags "!Protected"]
|
|
1178
1149
|
@sapList_GroupHeaderTextColor: @sapContent_MarkerTextColor;
|
|
1179
1150
|
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
@sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapList_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1183
|
-
|
|
1151
|
+
// [Tags "!Protected"]
|
|
1184
1152
|
@sapList_TableGroupHeaderBackground: darken(@sapList_Background, 5);
|
|
1185
1153
|
|
|
1154
|
+
// [Tags "!Protected"]
|
|
1186
1155
|
@sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
|
|
1187
1156
|
|
|
1157
|
+
// [Tags "!Protected"]
|
|
1188
1158
|
@sapList_TableGroupHeaderTextColor: contrast(@sapList_TableGroupHeaderBackground, @sapContent_MarkerTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1189
1159
|
|
|
1160
|
+
// [Tags "!Protected"]
|
|
1161
|
+
@sapList_FooterBackground: darken(@sapBaseColor, 9);
|
|
1162
|
+
|
|
1163
|
+
// [Tags "!Protected"]
|
|
1164
|
+
@sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapList_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1165
|
+
|
|
1166
|
+
// [Tags "!Protected"]
|
|
1190
1167
|
@sapList_TableFooterBorder: darken(@sapList_BorderColor, 10);
|
|
1191
1168
|
|
|
1169
|
+
// [Tags "!Protected"]
|
|
1192
1170
|
@sapList_TableFixedBorderColor: darken(@sapList_BorderColor, 30);
|
|
1193
1171
|
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
// =====================================
|
|
1176
|
+
// Scrollbar
|
|
1177
|
+
// =====================================
|
|
1178
|
+
|
|
1179
|
+
// [Tags "!Protected"]
|
|
1197
1180
|
@sapScrollBar_FaceColor: darken(@sapPrimary6, 5);
|
|
1198
1181
|
|
|
1199
|
-
// [
|
|
1200
|
-
// [Description "The color of the track of a scrollbar."]
|
|
1201
|
-
// [Tags "Base", "Scrollbar", "Color"]
|
|
1182
|
+
// [Tags "!Protected"]
|
|
1202
1183
|
@sapScrollBar_TrackColor: lighten(@sapScrollBar_FaceColor, 30);
|
|
1203
1184
|
|
|
1204
|
-
// [
|
|
1205
|
-
// [Description "The color of the borders of a scrollbar."]
|
|
1206
|
-
// [Tags "Base", "Scrollbar", "Color"]
|
|
1185
|
+
// [Tags "!Protected"]
|
|
1207
1186
|
@sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
|
|
1208
1187
|
|
|
1209
|
-
// [
|
|
1210
|
-
// [Description "The color of the scroll arrows in a scrollbar."]
|
|
1211
|
-
// [Tags "Base", "Scrollbar", "Color"]
|
|
1188
|
+
// [Tags "!Protected"]
|
|
1212
1189
|
@sapScrollBar_SymbolColor: @sapContent_IconColor;
|
|
1213
1190
|
|
|
1214
|
-
// [
|
|
1215
|
-
|
|
1216
|
-
// [Tags "Base", "Scrollbar", "Dimension", "Protected"]
|
|
1217
|
-
@sapScrollBar_Dimension: 0.7 * @sapContent_GridSize; // Cozy
|
|
1191
|
+
// [Tags "!Protected"]
|
|
1192
|
+
@sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
|
|
1218
1193
|
|
|
1219
|
-
// [
|
|
1220
|
-
// [Description "The hover color of the surface of a scrollbar."]
|
|
1221
|
-
// [Tags "Base", "Scrollbar", "Color"]
|
|
1194
|
+
// [Tags "!Protected"]
|
|
1222
1195
|
@sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 3);
|
|
1223
1196
|
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
// =====================================
|
|
1201
|
+
// Page Header
|
|
1202
|
+
// =====================================
|
|
1203
|
+
|
|
1204
|
+
// [Tags "!Protected"]
|
|
1227
1205
|
@sapPageHeader_Background: @sapBaseColor;
|
|
1228
1206
|
|
|
1229
|
-
// [
|
|
1230
|
-
// [Description "The border color of page headers."]
|
|
1231
|
-
// [Tags "Base", "Page", "Color"]
|
|
1207
|
+
// [Tags "!Protected"]
|
|
1232
1208
|
@sapPageHeader_BorderColor: darken(@sapPageHeader_Background, 8);
|
|
1233
1209
|
|
|
1234
|
-
// [
|
|
1235
|
-
// [Description "The color of texts on page headers."]
|
|
1236
|
-
// [Tags "Base", "Page", "Color", "Font"]
|
|
1210
|
+
// [Tags "!Protected"]
|
|
1237
1211
|
@sapPageHeader_TextColor: contrast(@sapPageHeader_Background, lighten(@sapTextColor, 20), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1238
1212
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
// =====================================
|
|
1217
|
+
// Page Footer
|
|
1218
|
+
// =====================================
|
|
1219
|
+
|
|
1220
|
+
// [Tags "!Protected"]
|
|
1242
1221
|
@sapPageFooter_Background: @sapPrimary4;
|
|
1243
1222
|
|
|
1223
|
+
// [Tags "!Protected"]
|
|
1244
1224
|
@sapPageFooter_BorderColor: contrast(@sapPageFooter_Background, darken(@sapPageFooter_Background, 8), lighten(@sapPageFooter_Background, 12), @sapContent_ContrastTextThreshold);
|
|
1245
1225
|
|
|
1246
|
-
// [
|
|
1247
|
-
// [Description "The color of texts on page footers."]
|
|
1248
|
-
// [Tags "Base", "Page", "Color", "Font"]
|
|
1226
|
+
// [Tags "!Protected"]
|
|
1249
1227
|
@sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1250
1228
|
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
// =====================================
|
|
1233
|
+
// Infobar
|
|
1234
|
+
// =====================================
|
|
1235
|
+
|
|
1236
|
+
// [Tags "!Protected"]
|
|
1254
1237
|
@sapInfobar_Background: darken(@sapAccentColor7, 5);
|
|
1255
1238
|
|
|
1239
|
+
// [Tags "!Protected"]
|
|
1256
1240
|
@sapInfobar_Hover_Background: darken(@sapInfobar_Background, 3);
|
|
1257
1241
|
|
|
1242
|
+
// [Tags "!Protected"]
|
|
1258
1243
|
@sapInfobar_Active_Background: @sapList_Active_Background;
|
|
1259
1244
|
|
|
1245
|
+
// [Tags "!Protected"]
|
|
1260
1246
|
@sapInfobar_NonInteractive_Background: darken(@sapList_Background, 10);
|
|
1261
1247
|
|
|
1248
|
+
// [Tags "!Protected"]
|
|
1262
1249
|
@sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1263
1250
|
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
// =====================================
|
|
1255
|
+
// Object Header
|
|
1256
|
+
// =====================================
|
|
1257
|
+
|
|
1258
|
+
// [Tags "!Protected"]
|
|
1267
1259
|
@sapObjectHeader_Background: @sapBaseColor;
|
|
1268
1260
|
|
|
1261
|
+
// [Tags "!Protected"]
|
|
1269
1262
|
@sapObjectHeader_Hover_Background: contrast(@sapObjectHeader_Background, darken(@sapObjectHeader_Background, 4), lighten(@sapObjectHeader_Background, 3));
|
|
1270
1263
|
|
|
1264
|
+
// [Tags "!Protected"]
|
|
1271
1265
|
@sapObjectHeader_BorderColor: contrast(@sapObjectHeader_Background, darken(@sapObjectHeader_Background, 8), lighten(@sapObjectHeader_Background, 8), @sapContent_ContrastTextThreshold);
|
|
1272
1266
|
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
// =====================================
|
|
1271
|
+
// Block Layer
|
|
1272
|
+
// =====================================
|
|
1273
|
+
|
|
1274
|
+
// [Tags "!Protected"]
|
|
1276
1275
|
@sapBlockLayer_Background: #000;
|
|
1277
1276
|
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
// =====================================
|
|
1281
|
+
// Tile
|
|
1282
|
+
// =====================================
|
|
1283
|
+
|
|
1284
|
+
// [Tags "!Protected"]
|
|
1281
1285
|
@sapTile_Background: @sapPrimary4;
|
|
1282
1286
|
|
|
1287
|
+
// [Tags "!Protected"]
|
|
1283
1288
|
@sapTile_Hover_Background: contrast(@sapTile_Background, darken(@sapTile_Background, 3), lighten(@sapTile_Background, 3));
|
|
1284
1289
|
|
|
1290
|
+
// [Tags "!Protected"]
|
|
1285
1291
|
@sapTile_Active_Background: @sapTile_Hover_Background;
|
|
1286
1292
|
|
|
1287
|
-
// [
|
|
1288
|
-
// [Description "The border color of tiles."]
|
|
1289
|
-
// [Tags "Base", "Tile", "Color"]
|
|
1293
|
+
// [Tags "!Protected"]
|
|
1290
1294
|
@sapTile_BorderColor: transparent;
|
|
1291
1295
|
|
|
1292
|
-
// [
|
|
1293
|
-
// [Description "The color of title texts on tiles."]
|
|
1294
|
-
// [Tags "Base", "Tile", "Color", "Font"]
|
|
1296
|
+
// [Tags "!Protected"]
|
|
1295
1297
|
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1296
1298
|
|
|
1297
|
-
// [
|
|
1298
|
-
// [Description "The color of texts on tiles."]
|
|
1299
|
-
// [Tags "Base", "Tile", "Color", "Font"]
|
|
1299
|
+
// [Tags "!Protected"]
|
|
1300
1300
|
@sapTile_TextColor: contrast(@sapTile_Background, lighten(@sapTile_TitleTextColor, 20), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1301
1301
|
|
|
1302
|
-
// [
|
|
1303
|
-
// [Description "The color of icons on tiles."]
|
|
1304
|
-
// [Tags "Base", "Content", "Color"]
|
|
1302
|
+
// [Tags "!Protected"]
|
|
1305
1303
|
@sapTile_IconColor: contrast(@sapTile_Background, lighten(@sapContent_IconColor, 34), @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
1306
1304
|
|
|
1305
|
+
// [Tags "!Protected"]
|
|
1307
1306
|
@sapTile_SeparatorColor: darken(@sapTile_Background, 20);
|
|
1308
1307
|
|
|
1308
|
+
// [Tags "!Protected"]
|
|
1309
1309
|
@sapTile_Interactive_BorderColor: darken(@sapTile_Background, 30);
|
|
1310
1310
|
|
|
1311
|
-
// [
|
|
1312
|
-
|
|
1313
|
-
|
|
1311
|
+
// [Tags "!Protected"]
|
|
1312
|
+
@sapTile_OverlayBackground: fade(@sapBlockLayer_Background, 80);
|
|
1313
|
+
|
|
1314
|
+
// [Tags "!Protected"]
|
|
1315
|
+
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
// =====================================
|
|
1320
|
+
// Accent Colors
|
|
1321
|
+
// =====================================
|
|
1322
|
+
|
|
1323
|
+
@sapAccentColor1: #e09d00;
|
|
1324
|
+
|
|
1325
|
+
@sapAccentColor2: #e6600d;
|
|
1326
|
+
|
|
1327
|
+
@sapAccentColor3: #c14646;
|
|
1328
|
+
|
|
1329
|
+
@sapAccentColor4: #ab218e;
|
|
1330
|
+
|
|
1331
|
+
@sapAccentColor5: #678bc7;
|
|
1332
|
+
|
|
1333
|
+
@sapAccentColor6: #0092d1;
|
|
1334
|
+
|
|
1335
|
+
@sapAccentColor7: #1a9898;
|
|
1336
|
+
|
|
1337
|
+
@sapAccentColor8: #759421;
|
|
1338
|
+
|
|
1339
|
+
@sapAccentColor9: #925ace;
|
|
1340
|
+
|
|
1341
|
+
@sapAccentColor10: #647987;
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
// =====================================
|
|
1347
|
+
// Indication Colors
|
|
1348
|
+
// =====================================
|
|
1349
|
+
|
|
1350
|
+
// [Tags "!Protected"]
|
|
1351
|
+
@sapIndicationColor_1: #880000;
|
|
1352
|
+
|
|
1353
|
+
// [Tags "!Protected"]
|
|
1354
|
+
@sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
|
|
1355
|
+
|
|
1356
|
+
// [Tags "!Protected"]
|
|
1357
|
+
@sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
|
|
1358
|
+
|
|
1359
|
+
// [Tags "!Protected"]
|
|
1360
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1361
|
+
|
|
1362
|
+
// [Tags "!Protected"]
|
|
1363
|
+
@sapIndicationColor_2: #bb0000;
|
|
1364
|
+
|
|
1365
|
+
// [Tags "!Protected"]
|
|
1366
|
+
@sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
|
|
1367
|
+
|
|
1368
|
+
// [Tags "!Protected"]
|
|
1369
|
+
@sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
|
|
1370
|
+
|
|
1371
|
+
// [Tags "!Protected"]
|
|
1372
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1373
|
+
|
|
1374
|
+
// [Tags "!Protected"]
|
|
1375
|
+
@sapIndicationColor_3: #e78c07;
|
|
1376
|
+
|
|
1377
|
+
// [Tags "!Protected"]
|
|
1378
|
+
@sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
|
|
1379
|
+
|
|
1380
|
+
// [Tags "!Protected"]
|
|
1381
|
+
@sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
|
|
1382
|
+
|
|
1383
|
+
// [Tags "!Protected"]
|
|
1384
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1385
|
+
|
|
1386
|
+
// [Tags "!Protected"]
|
|
1387
|
+
@sapIndicationColor_4: #2b7c2b;
|
|
1388
|
+
|
|
1389
|
+
// [Tags "!Protected"]
|
|
1390
|
+
@sapIndicationColor_4_Hover_Background: darken(@sapIndicationColor_4, 5);
|
|
1391
|
+
|
|
1392
|
+
// [Tags "!Protected"]
|
|
1393
|
+
@sapIndicationColor_4_Active_Background: darken(@sapIndicationColor_4, 10);
|
|
1394
|
+
|
|
1395
|
+
// [Tags "!Protected"]
|
|
1396
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1397
|
+
|
|
1398
|
+
// [Tags "!Protected"]
|
|
1399
|
+
@sapIndicationColor_5: #427cac;
|
|
1400
|
+
|
|
1401
|
+
// [Tags "!Protected"]
|
|
1402
|
+
@sapIndicationColor_5_Hover_Background: darken(@sapIndicationColor_5, 5);
|
|
1403
|
+
|
|
1404
|
+
// [Tags "!Protected"]
|
|
1405
|
+
@sapIndicationColor_5_Active_Background: darken(@sapIndicationColor_5, 10);
|
|
1406
|
+
|
|
1407
|
+
// [Tags "!Protected"]
|
|
1408
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1409
|
+
|
|
1410
|
+
// [Tags "!Protected"]
|
|
1411
|
+
@sapIndicationColor_6: #1a9898;
|
|
1412
|
+
|
|
1413
|
+
// [Tags "!Protected"]
|
|
1414
|
+
@sapIndicationColor_6_Hover_Background: darken(@sapIndicationColor_6, 5);
|
|
1415
|
+
|
|
1416
|
+
// [Tags "!Protected"]
|
|
1417
|
+
@sapIndicationColor_6_Active_Background: darken(@sapIndicationColor_6, 10);
|
|
1418
|
+
|
|
1419
|
+
// [Tags "!Protected"]
|
|
1420
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1421
|
+
|
|
1422
|
+
// [Tags "!Protected"]
|
|
1423
|
+
@sapIndicationColor_7: #925ace;
|
|
1424
|
+
|
|
1425
|
+
// [Tags "!Protected"]
|
|
1426
|
+
@sapIndicationColor_7_Hover_Background: darken(@sapIndicationColor_7, 5);
|
|
1427
|
+
|
|
1428
|
+
// [Tags "!Protected"]
|
|
1429
|
+
@sapIndicationColor_7_Active_Background: darken(@sapIndicationColor_7, 10);
|
|
1430
|
+
|
|
1431
|
+
// [Tags "!Protected"]
|
|
1432
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1433
|
+
|
|
1434
|
+
// [Tags "!Protected"]
|
|
1435
|
+
@sapIndicationColor_8: #ab218e;
|
|
1436
|
+
|
|
1437
|
+
// [Tags "!Protected"]
|
|
1438
|
+
@sapIndicationColor_8_Hover_Background: darken(@sapIndicationColor_8, 5);
|
|
1439
|
+
|
|
1440
|
+
// [Tags "!Protected"]
|
|
1441
|
+
@sapIndicationColor_8_Active_Background: darken(@sapIndicationColor_8, 10);
|
|
1442
|
+
|
|
1443
|
+
// [Tags "!Protected"]
|
|
1444
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
// =====================================
|
|
1450
|
+
// Legend Colors
|
|
1451
|
+
// =====================================
|
|
1452
|
+
|
|
1453
|
+
// [Tags "!Protected"]
|
|
1454
|
+
@sapLegend_WorkingBackground: darken(@sapList_Background, 3);
|
|
1455
|
+
|
|
1456
|
+
// [Tags "!Protected"]
|
|
1457
|
+
@sapLegend_NonWorkingBackground: darken(@sapList_Background, 3);
|
|
1458
|
+
|
|
1459
|
+
// [Tags "!Protected"]
|
|
1460
|
+
@sapLegend_CurrentDateTime: @sapAccentColor4;
|
|
1461
|
+
|
|
1462
|
+
// [Tags "!Protected"]
|
|
1463
|
+
@sapLegendColor1: #ad7900;
|
|
1464
|
+
|
|
1465
|
+
// [Tags "!Protected"]
|
|
1466
|
+
@sapLegendColor2: #dc5c0c;
|
|
1467
|
+
|
|
1468
|
+
// [Tags "!Protected"]
|
|
1469
|
+
@sapLegendColor3: #c14646;
|
|
1470
|
+
|
|
1471
|
+
// [Tags "!Protected"]
|
|
1472
|
+
@sapLegendColor4: #853808;
|
|
1473
|
+
|
|
1474
|
+
// [Tags "!Protected"]
|
|
1475
|
+
@sapLegendColor5: #da3fb9;
|
|
1476
|
+
|
|
1477
|
+
// [Tags "!Protected"]
|
|
1478
|
+
@sapLegendColor6: #008bc7;
|
|
1479
|
+
|
|
1480
|
+
// [Tags "!Protected"]
|
|
1481
|
+
@sapLegendColor7: #198f8f;
|
|
1482
|
+
|
|
1483
|
+
// [Tags "!Protected"]
|
|
1484
|
+
@sapLegendColor8: #6e8c1f;
|
|
1485
|
+
|
|
1486
|
+
// [Tags "!Protected"]
|
|
1487
|
+
@sapLegendColor9: #648796;
|
|
1488
|
+
|
|
1489
|
+
// [Tags "!Protected"]
|
|
1490
|
+
@sapLegendColor10: #80196a;
|
|
1491
|
+
|
|
1492
|
+
// [Tags "!Protected"]
|
|
1493
|
+
@sapLegendColor11: #6f5925;
|
|
1494
|
+
|
|
1495
|
+
// [Tags "!Protected"]
|
|
1496
|
+
@sapLegendColor12: #b64600;
|
|
1497
|
+
|
|
1498
|
+
// [Tags "!Protected"]
|
|
1499
|
+
@sapLegendColor13: #d61818;
|
|
1500
|
+
|
|
1501
|
+
// [Tags "!Protected"]
|
|
1502
|
+
@sapLegendColor14: #976c52;
|
|
1503
|
+
|
|
1504
|
+
// [Tags "!Protected"]
|
|
1505
|
+
@sapLegendColor15: #73596d;
|
|
1506
|
+
|
|
1507
|
+
// [Tags "!Protected"]
|
|
1508
|
+
@sapLegendColor16: #5d759e;
|
|
1509
|
+
|
|
1510
|
+
// [Tags "!Protected"]
|
|
1511
|
+
@sapLegendColor17: #466c6c;
|
|
1512
|
+
|
|
1513
|
+
// [Tags "!Protected"]
|
|
1514
|
+
@sapLegendColor18: #626b4a;
|
|
1515
|
+
|
|
1516
|
+
// [Tags "!Protected"]
|
|
1517
|
+
@sapLegendColor19: #284d5d;
|
|
1518
|
+
|
|
1519
|
+
// [Tags "!Protected"]
|
|
1520
|
+
@sapLegendColor20: #1851b0;
|
|
1521
|
+
|
|
1522
|
+
// [Tags "!Protected"]
|
|
1523
|
+
@sapLegendBackgroundColor1: #fff6e0;
|
|
1524
|
+
|
|
1525
|
+
// [Tags "!Protected"]
|
|
1526
|
+
@sapLegendBackgroundColor2: #feeee5;
|
|
1527
|
+
|
|
1528
|
+
// [Tags "!Protected"]
|
|
1529
|
+
@sapLegendBackgroundColor3: #f7e6e6;
|
|
1530
|
+
|
|
1531
|
+
// [Tags "!Protected"]
|
|
1532
|
+
@sapLegendBackgroundColor4: #f9efe9;
|
|
1533
|
+
|
|
1534
|
+
// [Tags "!Protected"]
|
|
1535
|
+
@sapLegendBackgroundColor5: #fdf2fa;
|
|
1536
|
+
|
|
1537
|
+
// [Tags "!Protected"]
|
|
1538
|
+
@sapLegendBackgroundColor6: #ebf3fa;
|
|
1539
|
+
|
|
1540
|
+
// [Tags "!Protected"]
|
|
1541
|
+
@sapLegendBackgroundColor7: #f2fdfd;
|
|
1542
|
+
|
|
1543
|
+
// [Tags "!Protected"]
|
|
1544
|
+
@sapLegendBackgroundColor8: #f3f9e4;
|
|
1545
|
+
|
|
1546
|
+
// [Tags "!Protected"]
|
|
1547
|
+
@sapLegendBackgroundColor9: #f1f3f4;
|
|
1548
|
+
|
|
1549
|
+
// [Tags "!Protected"]
|
|
1550
|
+
@sapLegendBackgroundColor10: #f7edf5;
|
|
1551
|
+
|
|
1552
|
+
// [Tags "!Protected"]
|
|
1553
|
+
@sapLegendBackgroundColor11: #ffeec6;
|
|
1554
|
+
|
|
1555
|
+
// [Tags "!Protected"]
|
|
1556
|
+
@sapLegendBackgroundColor12: #fbdfce;
|
|
1557
|
+
|
|
1558
|
+
// [Tags "!Protected"]
|
|
1559
|
+
@sapLegendBackgroundColor13: #ffdcdc;
|
|
1560
|
+
|
|
1561
|
+
// [Tags "!Protected"]
|
|
1562
|
+
@sapLegendBackgroundColor14: #f2e2d8;
|
|
1563
|
+
|
|
1564
|
+
// [Tags "!Protected"]
|
|
1565
|
+
@sapLegendBackgroundColor15: #f0e5ee;
|
|
1566
|
+
|
|
1567
|
+
// [Tags "!Protected"]
|
|
1568
|
+
@sapLegendBackgroundColor16: #e7e8ea;
|
|
1569
|
+
|
|
1570
|
+
// [Tags "!Protected"]
|
|
1571
|
+
@sapLegendBackgroundColor17: #d7eaea;
|
|
1572
|
+
|
|
1573
|
+
// [Tags "!Protected"]
|
|
1574
|
+
@sapLegendBackgroundColor18: #e6edd1;
|
|
1575
|
+
|
|
1576
|
+
// [Tags "!Protected"]
|
|
1577
|
+
@sapLegendBackgroundColor19: #cfebf7;
|
|
1578
|
+
|
|
1579
|
+
// [Tags "!Protected"]
|
|
1580
|
+
@sapLegendBackgroundColor20: #f0f7fa;
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
// =====================================
|
|
1586
|
+
// Chart Colors
|
|
1587
|
+
// =====================================
|
|
1588
|
+
|
|
1589
|
+
// [Tags "!Protected"]
|
|
1314
1590
|
@sapChart_OrderedColor_1: #5899da;
|
|
1315
1591
|
|
|
1316
|
-
// [
|
|
1317
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1318
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1592
|
+
// [Tags "!Protected"]
|
|
1319
1593
|
@sapChart_OrderedColor_2: #e8743b;
|
|
1320
1594
|
|
|
1321
|
-
// [
|
|
1322
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1323
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1595
|
+
// [Tags "!Protected"]
|
|
1324
1596
|
@sapChart_OrderedColor_3: #19a979;
|
|
1325
1597
|
|
|
1326
|
-
// [
|
|
1327
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1328
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1598
|
+
// [Tags "!Protected"]
|
|
1329
1599
|
@sapChart_OrderedColor_4: #ed4a7b;
|
|
1330
1600
|
|
|
1331
|
-
// [
|
|
1332
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1333
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1601
|
+
// [Tags "!Protected"]
|
|
1334
1602
|
@sapChart_OrderedColor_5: #945ecf;
|
|
1335
1603
|
|
|
1336
|
-
// [
|
|
1337
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1338
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1604
|
+
// [Tags "!Protected"]
|
|
1339
1605
|
@sapChart_OrderedColor_6: #13a4b4;
|
|
1340
1606
|
|
|
1341
|
-
// [
|
|
1342
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1343
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1607
|
+
// [Tags "!Protected"]
|
|
1344
1608
|
@sapChart_OrderedColor_7: #525df4;
|
|
1345
1609
|
|
|
1346
|
-
// [
|
|
1347
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1348
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1610
|
+
// [Tags "!Protected"]
|
|
1349
1611
|
@sapChart_OrderedColor_8: #bf399e;
|
|
1350
1612
|
|
|
1351
|
-
// [
|
|
1352
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1353
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1613
|
+
// [Tags "!Protected"]
|
|
1354
1614
|
@sapChart_OrderedColor_9: #6c8893;
|
|
1355
1615
|
|
|
1356
|
-
// [
|
|
1357
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1358
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1616
|
+
// [Tags "!Protected"]
|
|
1359
1617
|
@sapChart_OrderedColor_10: #ee6868;
|
|
1360
1618
|
|
|
1361
|
-
// [
|
|
1362
|
-
// [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
|
|
1363
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1619
|
+
// [Tags "!Protected"]
|
|
1364
1620
|
@sapChart_OrderedColor_11: #2f6497;
|
|
1365
1621
|
|
|
1366
|
-
// [
|
|
1367
|
-
// [Description "This color is to visualize a 'Bad' value."]
|
|
1368
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1622
|
+
// [Tags "!Protected"]
|
|
1369
1623
|
@sapChart_Bad: #dc0d0e;
|
|
1370
1624
|
|
|
1371
|
-
// [
|
|
1372
|
-
// [Description "This color is to visualize a 'Critical' value."]
|
|
1373
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1625
|
+
// [Tags "!Protected"]
|
|
1374
1626
|
@sapChart_Critical: #de890d;
|
|
1375
1627
|
|
|
1376
|
-
// [
|
|
1377
|
-
// [Description "This color is to visualize a 'Good' value."]
|
|
1378
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1628
|
+
// [Tags "!Protected"]
|
|
1379
1629
|
@sapChart_Good: #3fa45b;
|
|
1380
1630
|
|
|
1381
|
-
// [
|
|
1382
|
-
// [Description "This color is to visualize a 'Neutral' value."]
|
|
1383
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1631
|
+
// [Tags "!Protected"]
|
|
1384
1632
|
@sapChart_Neutral: #848f94;
|
|
1385
1633
|
|
|
1386
|
-
// [
|
|
1387
|
-
// [Description "This color is the base chart color of the sequence 1"]
|
|
1388
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1634
|
+
// [Tags "!Protected"]
|
|
1389
1635
|
@sapChart_Sequence_1: @sapChart_OrderedColor_1;
|
|
1390
1636
|
|
|
1391
|
-
// [
|
|
1392
|
-
// [Description "This color is the base chart color of the sequence 2"]
|
|
1393
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1637
|
+
// [Tags "!Protected"]
|
|
1394
1638
|
@sapChart_Sequence_2: @sapChart_OrderedColor_2;
|
|
1395
1639
|
|
|
1396
|
-
// [
|
|
1397
|
-
// [Description "This color is the base chart color of the sequence 3"]
|
|
1398
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1640
|
+
// [Tags "!Protected"]
|
|
1399
1641
|
@sapChart_Sequence_3: @sapChart_OrderedColor_3;
|
|
1400
1642
|
|
|
1401
|
-
// [
|
|
1402
|
-
// [Description "This color is the base chart color of the sequence 4"]
|
|
1403
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1643
|
+
// [Tags "!Protected"]
|
|
1404
1644
|
@sapChart_Sequence_4: @sapChart_OrderedColor_4;
|
|
1405
1645
|
|
|
1406
|
-
// [
|
|
1407
|
-
// [Description "This color is the base chart color of the sequence 5"]
|
|
1408
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1646
|
+
// [Tags "!Protected"]
|
|
1409
1647
|
@sapChart_Sequence_5: @sapChart_OrderedColor_5;
|
|
1410
1648
|
|
|
1411
|
-
// [
|
|
1412
|
-
// [Description "This color is the base chart color of the sequence 6"]
|
|
1413
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1649
|
+
// [Tags "!Protected"]
|
|
1414
1650
|
@sapChart_Sequence_6: @sapChart_OrderedColor_6;
|
|
1415
1651
|
|
|
1416
|
-
// [
|
|
1417
|
-
// [Description "This color is the base chart color of the sequence 7"]
|
|
1418
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1652
|
+
// [Tags "!Protected"]
|
|
1419
1653
|
@sapChart_Sequence_7: @sapChart_OrderedColor_7;
|
|
1420
1654
|
|
|
1421
|
-
// [
|
|
1422
|
-
// [Description "This color is the base chart color of the sequence 8"]
|
|
1423
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1655
|
+
// [Tags "!Protected"]
|
|
1424
1656
|
@sapChart_Sequence_8: @sapChart_OrderedColor_8;
|
|
1425
1657
|
|
|
1426
|
-
// [
|
|
1427
|
-
// [Description "This color is the base chart color of the sequence 9"]
|
|
1428
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1658
|
+
// [Tags "!Protected"]
|
|
1429
1659
|
@sapChart_Sequence_9: @sapChart_OrderedColor_9;
|
|
1430
1660
|
|
|
1431
|
-
// [
|
|
1432
|
-
// [Description "This color is the base chart color of the sequence 10"]
|
|
1433
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1661
|
+
// [Tags "!Protected"]
|
|
1434
1662
|
@sapChart_Sequence_10: @sapChart_OrderedColor_10;
|
|
1435
1663
|
|
|
1436
|
-
// [
|
|
1437
|
-
// [Description "This color is the base chart color of the sequence 11"]
|
|
1438
|
-
// [Tags "Base", "Chart", "Color"]
|
|
1664
|
+
// [Tags "!Protected"]
|
|
1439
1665
|
@sapChart_Sequence_11: @sapChart_OrderedColor_11;
|
|
1440
1666
|
|
|
1441
|
-
// [
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1667
|
+
// [Tags "!Protected"]
|
|
1668
|
+
@sapChart_Sequence_Neutral: @sapChart_Neutral;
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
// =====================================
|
|
1674
|
+
// Deprecated
|
|
1675
|
+
// =====================================
|
|
1676
|
+
|
|
1677
|
+
@sapBackgroundColorDefault: @sapPrimary5;
|
|
1678
|
+
|
|
1679
|
+
@sapList_HighlightColor: @sapHighlightColor;
|
|
1680
|
+
|
|
1681
|
+
@sapGroup_Title_FontSize: @sapFontSize;
|
|
1682
|
+
|
|
1683
|
+
@sapContent_ElementHeight: 1.37em;
|
|
1684
|
+
|
|
1685
|
+
@sapContent_ElementHeight_PX: 22px;
|
|
1686
|
+
|
|
1687
|
+
@sapField_Disabled_TextColor: fade(@sapField_TextColor, (100 - (@sapContent_DisabledOpacity * 100)));
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
// =====================================
|
|
1693
|
+
// Deprecated Theme Specifics/Internals
|
|
1694
|
+
// =====================================
|
|
1695
|
+
|
|
1696
|
+
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1697
|
+
@sapBackgroundGradientBaseColor: @sapDeprecated_Color;
|
|
1698
|
+
|
|
1699
|
+
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1700
|
+
@sapContent_BackgroundGradientStartColor: @sapDeprecated_Color;
|
|
1701
|
+
|
|
1702
|
+
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1703
|
+
@sapContent_BackgroundGradientMiddleColor: @sapDeprecated_Color;
|
|
1704
|
+
|
|
1705
|
+
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1706
|
+
@sapContent_BackgroundGradientEndColor: @sapDeprecated_Color;
|
|
1707
|
+
|
|
1708
|
+
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1709
|
+
@sapContent_BackgroundGradientMixedStartColor: @sapDeprecated_Color;
|
|
1710
|
+
|
|
1711
|
+
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1712
|
+
@sapContent_BackgroundGradientMixedMiddleColor: @sapDeprecated_Color;
|
|
1713
|
+
|
|
1714
|
+
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1715
|
+
@sapContent_BackgroundGradientMixedEndColor: @sapDeprecated_Color;
|
|
1716
|
+
@sapDarkShadowColor: @sapDeprecated_Color;
|
|
1717
|
+
@sapLightShadowColor: @sapDeprecated_Color;
|
|
1718
|
+
@sapDarkFocusColor: @sapDeprecated_Color;
|
|
1719
|
+
@sapLightFocusColor: @sapDeprecated_Color;
|
|
1720
|
+
@sapSearchHighlightColor: @sapDeprecated_Color;
|
|
1721
|
+
@sapHelpHighlightColor: @sapDeprecated_Color;
|
|
1722
|
+
@sapBaseBackground: @sapDeprecated_Color;
|
|
1723
|
+
@sapLightestBackground: @sapDeprecated_Color;
|
|
1724
|
+
@sapExtraLightBackground: @sapDeprecated_Color;
|
|
1725
|
+
@sapLightBackground: @sapDeprecated_Color;
|
|
1726
|
+
@sapMediumBackground: @sapDeprecated_Color;
|
|
1727
|
+
@sapDarkBackground: @sapDeprecated_Color;
|
|
1728
|
+
@sapExtraDarkBackground: @sapDeprecated_Color;
|
|
1729
|
+
@sapDarkestBackground: @sapDeprecated_Color;
|
|
1730
|
+
@sapBaseBorderColor: @sapDeprecated_Color;
|
|
1731
|
+
@sapLightestBorderColor: @sapDeprecated_Color;
|
|
1732
|
+
@sapExtraLightBorderColor: @sapDeprecated_Color;
|
|
1733
|
+
@sapLightBorderColor: @sapDeprecated_Color;
|
|
1734
|
+
@sapMediumBorderColor: @sapDeprecated_Color;
|
|
1735
|
+
@sapDarkBorderColor: @sapDeprecated_Color;
|
|
1736
|
+
@sapExtraDarkBorderColor: @sapDeprecated_Color;
|
|
1737
|
+
@sapDarkestBorderColor: @sapDeprecated_Color;
|
|
1738
|
+
@sapExtraLightTextColor: @sapDeprecated_Color;
|
|
1739
|
+
@sapLightTextColor: @sapDeprecated_Color;
|
|
1740
|
+
@sapMediumTextColor: @sapDeprecated_Color;
|
|
1741
|
+
@sapDarkTextColor: @sapDeprecated_Color;
|
|
1742
|
+
@sapExtraDarkTextColor: @sapDeprecated_Color;
|