@openui5/themelib_sap_horizon 1.113.0 → 1.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/.reuse/dep5 +0 -5
  2. package/THIRDPARTY.txt +1 -7
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +7 -13
  5. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
  6. package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
  7. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
  8. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
  9. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
  10. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
  11. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
  12. package/src/sap/m/themes/sap_horizon/Button.less +10 -4
  13. package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
  14. package/src/sap/m/themes/sap_horizon/GenericTile.less +1 -1
  15. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
  16. package/src/sap/m/themes/sap_horizon/Link.less +2 -10
  17. package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
  18. package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
  19. package/src/sap/m/themes/sap_horizon/Panel.less +4 -0
  20. package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
  21. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +2 -5
  22. package/src/sap/m/themes/sap_horizon/Select.less +25 -20
  23. package/src/sap/m/themes/sap_horizon/Table.less +0 -21
  24. package/src/sap/m/themes/sap_horizon/Title.less +12 -0
  25. package/src/sap/m/themes/sap_horizon/library.source.less +3 -0
  26. package/src/sap/m/themes/sap_horizon_dark/Button.less +10 -4
  27. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
  28. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +1 -1
  29. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -1
  30. package/src/sap/m/themes/sap_horizon_dark/Link.less +2 -10
  31. package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
  32. package/src/sap/m/themes/sap_horizon_dark/Panel.less +4 -0
  33. package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
  34. package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
  35. package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
  36. package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
  37. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
  38. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_hcb/Link.less +5 -12
  40. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
  42. package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
  43. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
  44. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
  45. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
  46. package/src/sap/m/themes/sap_horizon_hcw/Link.less +5 -12
  47. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +4 -0
  48. package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
  49. package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
  50. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
  51. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
  52. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +9 -1
  53. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +202 -351
  54. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
  55. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
  56. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +10 -2
  57. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +202 -351
  58. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
  59. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
  60. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +4 -1
  61. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +319 -2
  62. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
  63. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
  64. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +4 -1
  65. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +319 -2
  66. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
  67. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  68. package/src/sap/ui/core/themes/sap_horizon/base.less +134 -28
  69. package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
  70. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  71. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +134 -28
  72. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
  73. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  74. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +134 -28
  75. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
  76. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  77. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +134 -28
  78. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
  79. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
  80. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
  81. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +12 -3
  82. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +2 -2
  83. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +12 -3
  84. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +2 -2
  85. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +10 -1
  86. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +10 -1
@@ -6,5 +6,12 @@
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
7
7
  @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
8
8
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
9
- @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
10
- @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
9
+ @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
+ @_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
11
+ @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
12
+ @_sap_tnt_NavigationList_GroupTextWeight: bold;
13
+ @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
14
+ @_sap_tnt_NavigationList_Padding: 0.5rem;
15
+ @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
16
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
17
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
@@ -3,5 +3,8 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
+ @_sap_tnt_SideNavigation_Width: 16rem;
6
7
  @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
7
- @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
8
+ @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
9
+ @_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
10
+ @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
@@ -3,9 +3,326 @@
3
3
  /* Horizon HCB theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolHeader_Height: 3.5rem;
6
+ @_sap_tnt_ToolHeader_Height: 3.25rem;
7
+ @_sap_tnt_ToolHeader_BorderRadius: 0.5rem;
8
+ @_sap_tnt_ToolHeader_BoxShadow: @_sap_tnt_ToolHeader_Shadow;
7
9
  @_sap_tnt_ToolHeader_IconHeight: 0.75rem;
8
10
  @_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
9
11
  @_sap_tnt_ToolHeader_Padding: 0 0.75rem;
10
12
  @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
11
- @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
13
+ @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
14
+ @_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
15
+ @_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
16
+
17
+ // ==========================================================================
18
+ // sap.m.Toolbar overriding
19
+ // ==========================================================================
20
+
21
+ .sapTntToolHeader {
22
+ &.sapMTB {
23
+ background-color: @sapUiShellColor;
24
+ padding: 0 1.25rem 0 0.75rem ;
25
+ border: solid 0.0625rem @sapShell_BorderColor;
26
+ }
27
+
28
+ &.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
29
+ margin: 0 0 0 0.375rem
30
+ }
31
+
32
+ &.sapMIBar.sapMTB .sapMBarChild.sapMTBSeparator {
33
+ background: none;
34
+ width: 0.75rem;
35
+ }
36
+ }
37
+
38
+ // ==========================================================================
39
+ // sap.m.Button overriding
40
+ // ==========================================================================
41
+
42
+ .sapTntToolHeader {
43
+ .sapMBarChild:not(.sapMMenuBtn) {
44
+ &.sapMBtn {
45
+ padding-top: 0.125rem;
46
+ }
47
+
48
+ &.sapMBtn .sapMBtnTransparent,
49
+ &.sapMBtn .sapMBtnDefault,
50
+ &.sapMBtn .sapMBtnBack,
51
+ &.sapMBtn .sapMBtnUp {
52
+ color: @sapContent_IconColor;
53
+ border-radius: 0.375rem;
54
+ background-color: @sapButton_Lite_Background;
55
+ height: 2.5rem;
56
+ min-width: 2.5rem;
57
+
58
+ .sapUiIcon {
59
+ color: @sapContent_IconColor;
60
+ line-height: 2.5rem;
61
+ width: 2.5rem;
62
+ height: 2.5rem;
63
+ }
64
+
65
+ bdi {
66
+ line-height: 2.5rem;
67
+ }
68
+ }
69
+
70
+ &.sapMBtn:focus .sapMBtnTransparent.sapMFocusable,
71
+ &.sapMBtn:focus .sapMBtnEmphasized.sapMFocusable,
72
+ &.sapMBtn:focus .sapMBtnDefault.sapMFocusable,
73
+ &.sapMBtn:focus .sapMBtnBack.sapMFocusable,
74
+ &.sapMBtn:focus .sapMBtnUp.sapMFocusable {
75
+ &::before {
76
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
77
+ border: none !important;
78
+ }
79
+ }
80
+
81
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
82
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnDefault,
83
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnBack,
84
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnUp {
85
+ background: @sapButton_Lite_Hover_Background;
86
+ color: @sapContent_IconColor;
87
+ box-shadow: none;
88
+ }
89
+
90
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnTransparent,
91
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnDefault,
92
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnBack,
93
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnUp {
94
+ background: @sapActiveColor;
95
+ color: @sapContent_IconColor;
96
+ box-shadow: none;
97
+ }
98
+
99
+ &.sapMBtn:hover:not(.sapMBtnDisabled) > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized) .sapUiIcon {
100
+ color: @sapContent_IconColor;
101
+ }
102
+ }
103
+ }
104
+
105
+ .sapUiSizeCompact {
106
+ .sapTntToolHeader {
107
+ .sapMBarChild:not(.sapMMenuBtn) {
108
+ &.sapMBtn {
109
+ padding-top: 0;
110
+ }
111
+
112
+ &.sapMBtn .sapMBtnTransparent,
113
+ &.sapMBtn .sapMBtnDefault,
114
+ &.sapMBtn .sapMBtnBack,
115
+ &.sapMBtn .sapMBtnUp {
116
+ height: 2rem;
117
+ min-width: 2rem;
118
+
119
+ .sapUiIcon {
120
+ width: 2rem;
121
+ max-height: 2rem;
122
+ height: 2rem;
123
+ line-height: 2rem;
124
+ }
125
+
126
+ bdi {
127
+ line-height: 2rem;
128
+ }
129
+ }
130
+ }
131
+ }
132
+ }
133
+
134
+
135
+ // ==========================================================================
136
+ // sap.m.Text, sap.m.Title and sap.m.Label overriding
137
+ // ==========================================================================
138
+
139
+ .sapTntToolHeader {
140
+ .sapMTitle {
141
+ text-shadow: none;
142
+ font-family: @sapFontBlackFamily;
143
+ font-size: 1.125rem;
144
+ line-height: 1.625rem;
145
+ }
146
+
147
+ .sapMText,
148
+ .sapMLabel {
149
+ line-height: @sapContent_LineHeight;
150
+ color: @sapContent_LabelColor;
151
+ }
152
+
153
+ &.sapMIBar.sapMTB .sapMBarChild.sapMText,
154
+ &.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
155
+ margin-top: 2px; // to align the text/label with the title
156
+ margin-left: 0.75rem;
157
+ }
158
+ }
159
+
160
+ .sapUiSizeCompact {
161
+ .sapTntToolHeader {
162
+ &.sapMIBar.sapMTB .sapMBarChild.sapMText,
163
+ &.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
164
+ margin-top: 3px; // to align the text/label with the title
165
+ }
166
+ }
167
+ }
168
+
169
+ // ==========================================================================
170
+ // sap.m.SearchField overriding
171
+ // ==========================================================================
172
+
173
+ .sapTntToolHeader {
174
+ .sapMSF {
175
+ height: 2.5rem;
176
+ padding-top: 0px;
177
+ }
178
+
179
+ .sapMSF .sapMSFF {
180
+ border-radius: 2rem;
181
+ height: 2.5rem;
182
+ }
183
+
184
+ .sapMSFB {
185
+ line-height: 2.5rem;
186
+ width: 1.875rem;
187
+ }
188
+
189
+ .sapMSFSSI {
190
+ display: inline;
191
+ }
192
+
193
+ .sapMSFF .sapMSFSSI:before {
194
+ content: "\e00d";
195
+ display: block;
196
+ font-style: normal;
197
+ width: 1rem;
198
+ height: 1rem;
199
+ font-family: 'SAP-icons';
200
+ margin-right: 0.375rem;
201
+ margin-top: 0.75rem;
202
+ }
203
+
204
+ .sapMSFS::after {
205
+ content: "\e1ed";
206
+ }
207
+
208
+ .sapMSFR::after,
209
+ .sapMSFS::after {
210
+ display: block;
211
+ width: 1.25rem;
212
+ height: 1.25rem;
213
+ border-radius: 0.75rem;
214
+ font-size: 0.75rem;
215
+ margin-top: 0.625rem;
216
+ line-height: 1.25rem;
217
+ }
218
+
219
+ .sapMSFS {
220
+ width: 1.625rem;
221
+ border: none;
222
+ }
223
+
224
+ .sapMSFS:active,
225
+ .sapMSFS:hover,
226
+ .sapMSFR:active,
227
+ .sapMSFR:hover {
228
+ background: none;
229
+ box-shadow: none;
230
+ line-height: 1.25rem;
231
+ }
232
+
233
+ .sapMSFS:active::after,
234
+ .sapMSFR:active::after {
235
+ background: @sapActiveColor;
236
+ color: @sapContent_IconColor;
237
+ margin-top: 0.625rem;
238
+ }
239
+
240
+ .sapMSFS:hover::after,
241
+ .sapMSFR:hover::after {
242
+ background: @sapHoverColor;
243
+ color: @sapContent_IconColor;
244
+ margin-top: 0.625rem;
245
+ }
246
+
247
+ .sapMSFB.sapMSFR:not(:last-child):hover {
248
+ border: none;
249
+ }
250
+
251
+ .sapMSFB:hover {
252
+ border: none;
253
+ }
254
+ }
255
+
256
+ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
257
+ border: none;
258
+ }
259
+
260
+ html.sap-desktop .sapTntToolHeader .sapMFocus .sapMSFF {
261
+ outline: @sapContent_FocusWidth solid @sapContent_FocusColor;
262
+ border: none;
263
+ }
264
+
265
+ .sapUiSizeCompact {
266
+ .sapTntToolHeader {
267
+ .sapMSF {
268
+ height: 2rem;
269
+ padding-top: 1px;
270
+ }
271
+
272
+ .sapMSF .sapMSFF {
273
+ height: 2rem;
274
+ }
275
+
276
+ .sapMSFB {
277
+ line-height: 2rem;
278
+ width: 1.5rem;
279
+ }
280
+
281
+ .sapMSFF .sapMSFSSI:before {
282
+ margin-top: 0.5rem;
283
+ }
284
+ }
285
+
286
+ .sapMSFS:hover::after,
287
+ .sapMSFR:hover::after,
288
+ .sapMSFS:active::after,
289
+ .sapMSFR:active::after {
290
+ margin-top: 0.375rem;
291
+ }
292
+
293
+ .sapMSFS::after,
294
+ .sapMSFR::after {
295
+ margin-top: 0.375rem;
296
+ }
297
+ }
298
+
299
+ // ==========================================================================
300
+ // sap.m.IconTabHeader overriding
301
+ // ==========================================================================
302
+
303
+ .sapTntToolHeader {
304
+ .sapUshellShellTabBar .sapMITH,
305
+ .sapUshellShellTabBar.sapMITH {
306
+ box-shadow: none;
307
+ }
308
+ }
309
+
310
+ // ==========================================================================
311
+ // sap.m.Image overriding
312
+ // ==========================================================================
313
+
314
+ .sapTntToolHeader {
315
+ .sapMImg {
316
+ height: 1.625rem;
317
+ }
318
+
319
+ &.sapMIBar.sapMTB .sapMBarChild.sapMImg {
320
+ margin-left: 0.75rem;
321
+ }
322
+
323
+ .sapMImgFocusable:focus {
324
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
325
+ outline-offset: 0.125rem;
326
+ border-radius: 0.25rem;
327
+ }
328
+ }
@@ -3,6 +3,20 @@
3
3
  /* Horizon HCB theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
- @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentHeaderShadow;
6
+ @_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
7
+ @_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
8
+ @_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
9
+ @_sap_tnt_ToolPage_Background: @sapBackgroundColor;
10
+ @_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
11
+ @_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
12
+ @_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
13
+ @_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
14
+ @_sap_tnt_ToolPage_ContentShadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
15
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapBackgroundColor;
16
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapBackgroundColor;
17
+ @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
18
+ @_sap_tnt_ToolPage_ContentBackgroundList: @sapGroup_ContentBackground;
19
+ @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
20
+ @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
21
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
22
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
@@ -6,5 +6,12 @@
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
7
7
  @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
8
8
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
9
- @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
10
- @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
9
+ @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
+ @_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
11
+ @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
12
+ @_sap_tnt_NavigationList_GroupTextWeight: bold;
13
+ @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
14
+ @_sap_tnt_NavigationList_Padding: 0.5rem;
15
+ @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
16
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
17
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
@@ -3,5 +3,8 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ======================================= */
5
5
 
6
+ @_sap_tnt_SideNavigation_Width: 16rem;
6
7
  @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
7
- @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
8
+ @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
9
+ @_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
10
+ @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;