@syncfusion/ej2-angular-navigations 20.4.53 → 21.1.35

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 (227) hide show
  1. package/README.md +213 -143
  2. package/esm2020/src/toolbar/items.directive.mjs +1 -1
  3. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  4. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  5. package/package.json +9 -9
  6. package/schematics/utils/lib-details.d.ts +2 -2
  7. package/schematics/utils/lib-details.js +2 -2
  8. package/schematics/utils/lib-details.ts +2 -2
  9. package/src/toolbar/items.directive.d.ts +15 -15
  10. package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
  11. package/styles/accordion/_bootstrap-definition.scss +0 -1
  12. package/styles/accordion/_bootstrap4-definition.scss +0 -1
  13. package/styles/accordion/_bootstrap5-definition.scss +6 -7
  14. package/styles/accordion/_fabric-dark-definition.scss +0 -1
  15. package/styles/accordion/_fabric-definition.scss +0 -1
  16. package/styles/accordion/_fluent-definition.scss +5 -6
  17. package/styles/accordion/_fusionnew-definition.scss +0 -1
  18. package/styles/accordion/_highcontrast-definition.scss +0 -1
  19. package/styles/accordion/_highcontrast-light-definition.scss +0 -1
  20. package/styles/accordion/_layout.scss +0 -1
  21. package/styles/accordion/_material-dark-definition.scss +0 -1
  22. package/styles/accordion/_material-definition.scss +0 -1
  23. package/styles/accordion/_tailwind-definition.scss +5 -6
  24. package/styles/accordion/bootstrap-dark.css +0 -1
  25. package/styles/accordion/bootstrap.css +0 -1
  26. package/styles/accordion/bootstrap4.css +0 -1
  27. package/styles/accordion/bootstrap5-dark.css +3 -4
  28. package/styles/accordion/bootstrap5.css +3 -4
  29. package/styles/accordion/fabric-dark.css +0 -1
  30. package/styles/accordion/fabric.css +0 -1
  31. package/styles/accordion/fluent-dark.css +3 -4
  32. package/styles/accordion/fluent.css +3 -4
  33. package/styles/accordion/highcontrast-light.css +0 -1
  34. package/styles/accordion/highcontrast.css +0 -1
  35. package/styles/accordion/material-dark.css +0 -1
  36. package/styles/accordion/material.css +0 -1
  37. package/styles/accordion/tailwind-dark.css +3 -4
  38. package/styles/accordion/tailwind.css +3 -4
  39. package/styles/appbar/_bootstrap5-definition.scss +2 -2
  40. package/styles/appbar/_fluent-definition.scss +2 -2
  41. package/styles/appbar/_layout.scss +3 -0
  42. package/styles/appbar/_tailwind-definition.scss +2 -2
  43. package/styles/appbar/bootstrap-dark.css +3 -0
  44. package/styles/appbar/bootstrap.css +3 -0
  45. package/styles/appbar/bootstrap4.css +3 -0
  46. package/styles/appbar/bootstrap5-dark.css +3 -0
  47. package/styles/appbar/bootstrap5.css +3 -0
  48. package/styles/appbar/fabric-dark.css +3 -0
  49. package/styles/appbar/fabric.css +3 -0
  50. package/styles/appbar/fluent-dark.css +3 -0
  51. package/styles/appbar/fluent.css +3 -0
  52. package/styles/appbar/highcontrast-light.css +3 -0
  53. package/styles/appbar/highcontrast.css +3 -0
  54. package/styles/appbar/material-dark.css +3 -0
  55. package/styles/appbar/material.css +3 -0
  56. package/styles/appbar/tailwind-dark.css +3 -0
  57. package/styles/appbar/tailwind.css +3 -0
  58. package/styles/bootstrap-dark.css +669 -938
  59. package/styles/bootstrap.css +658 -927
  60. package/styles/bootstrap4.css +724 -993
  61. package/styles/bootstrap5-dark.css +685 -954
  62. package/styles/bootstrap5.css +686 -955
  63. package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
  64. package/styles/breadcrumb/_fluent-definition.scss +2 -2
  65. package/styles/breadcrumb/_layout.scss +2 -2
  66. package/styles/breadcrumb/_tailwind-definition.scss +2 -2
  67. package/styles/breadcrumb/_theme.scss +18 -2
  68. package/styles/carousel/_layout.scss +7 -0
  69. package/styles/carousel/bootstrap-dark.css +4 -0
  70. package/styles/carousel/bootstrap.css +4 -0
  71. package/styles/carousel/bootstrap4.css +4 -0
  72. package/styles/carousel/bootstrap5-dark.css +4 -0
  73. package/styles/carousel/bootstrap5.css +4 -0
  74. package/styles/carousel/fabric-dark.css +4 -0
  75. package/styles/carousel/fabric.css +4 -0
  76. package/styles/carousel/fluent-dark.css +4 -0
  77. package/styles/carousel/fluent.css +4 -0
  78. package/styles/carousel/highcontrast-light.css +4 -0
  79. package/styles/carousel/highcontrast.css +4 -0
  80. package/styles/carousel/material-dark.css +4 -0
  81. package/styles/carousel/material.css +4 -0
  82. package/styles/carousel/tailwind-dark.css +4 -0
  83. package/styles/carousel/tailwind.css +4 -0
  84. package/styles/context-menu/_bootstrap5-definition.scss +3 -3
  85. package/styles/context-menu/_fluent-definition.scss +2 -2
  86. package/styles/context-menu/_tailwind-definition.scss +3 -3
  87. package/styles/fabric-dark.css +669 -938
  88. package/styles/fabric.css +669 -938
  89. package/styles/fluent-dark.css +677 -946
  90. package/styles/fluent.css +677 -946
  91. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
  92. package/styles/h-scroll/_bootstrap-definition.scss +0 -1
  93. package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
  94. package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
  95. package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
  96. package/styles/h-scroll/_fabric-definition.scss +0 -1
  97. package/styles/h-scroll/_fluent-definition.scss +0 -1
  98. package/styles/h-scroll/_fusionnew-definition.scss +0 -1
  99. package/styles/h-scroll/_highcontrast-definition.scss +0 -1
  100. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
  101. package/styles/h-scroll/_layout.scss +1 -0
  102. package/styles/h-scroll/_material-dark-definition.scss +0 -1
  103. package/styles/h-scroll/_material-definition.scss +0 -1
  104. package/styles/h-scroll/_tailwind-definition.scss +0 -1
  105. package/styles/h-scroll/_theme.scss +0 -1
  106. package/styles/h-scroll/bootstrap-dark.css +1 -1
  107. package/styles/h-scroll/bootstrap.css +1 -1
  108. package/styles/h-scroll/bootstrap4.css +1 -1
  109. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  110. package/styles/h-scroll/bootstrap5.css +1 -1
  111. package/styles/h-scroll/fabric-dark.css +1 -1
  112. package/styles/h-scroll/fabric.css +1 -1
  113. package/styles/h-scroll/fluent-dark.css +1 -1
  114. package/styles/h-scroll/fluent.css +1 -1
  115. package/styles/h-scroll/highcontrast-light.css +1 -1
  116. package/styles/h-scroll/highcontrast.css +1 -1
  117. package/styles/h-scroll/material-dark.css +1 -1
  118. package/styles/h-scroll/material.css +1 -1
  119. package/styles/h-scroll/tailwind-dark.css +1 -1
  120. package/styles/h-scroll/tailwind.css +1 -1
  121. package/styles/highcontrast-light.css +668 -937
  122. package/styles/highcontrast.css +675 -944
  123. package/styles/material-dark.css +669 -938
  124. package/styles/material.css +661 -930
  125. package/styles/menu/_bootstrap5-definition.scss +2 -2
  126. package/styles/menu/_layout.scss +1 -1
  127. package/styles/menu/_tailwind-definition.scss +2 -2
  128. package/styles/menu/_theme.scss +31 -15
  129. package/styles/menu/bootstrap-dark.css +7 -7
  130. package/styles/menu/bootstrap.css +7 -7
  131. package/styles/menu/bootstrap4.css +10 -10
  132. package/styles/menu/bootstrap5-dark.css +7 -7
  133. package/styles/menu/bootstrap5.css +7 -7
  134. package/styles/menu/fabric-dark.css +7 -7
  135. package/styles/menu/fabric.css +7 -7
  136. package/styles/menu/fluent-dark.css +7 -7
  137. package/styles/menu/fluent.css +7 -7
  138. package/styles/menu/highcontrast-light.css +7 -7
  139. package/styles/menu/highcontrast.css +7 -7
  140. package/styles/menu/icons/_material3.scss +12 -12
  141. package/styles/menu/material-dark.css +7 -7
  142. package/styles/menu/material.css +7 -7
  143. package/styles/menu/tailwind-dark.css +7 -7
  144. package/styles/menu/tailwind.css +7 -7
  145. package/styles/pager/_bootstrap5-definition.scss +1 -1
  146. package/styles/pager/_fusionnew-definition.scss +1 -1
  147. package/styles/sidebar/_theme.scss +1 -1
  148. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  149. package/styles/tab/_bootstrap-definition.scss +0 -2
  150. package/styles/tab/_bootstrap4-definition.scss +1 -3
  151. package/styles/tab/_bootstrap5-definition.scss +12 -14
  152. package/styles/tab/_fabric-dark-definition.scss +0 -2
  153. package/styles/tab/_fabric-definition.scss +0 -2
  154. package/styles/tab/_fluent-definition.scss +4 -6
  155. package/styles/tab/_fusionnew-definition.scss +2 -4
  156. package/styles/tab/_highcontrast-definition.scss +0 -2
  157. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  158. package/styles/tab/_layout.scss +8 -6
  159. package/styles/tab/_material-dark-definition.scss +0 -2
  160. package/styles/tab/_material-definition.scss +0 -2
  161. package/styles/tab/_tailwind-definition.scss +3 -5
  162. package/styles/tab/_theme.scss +0 -1
  163. package/styles/tab/bootstrap-dark.css +5 -2
  164. package/styles/tab/bootstrap.css +5 -2
  165. package/styles/tab/bootstrap4.css +12 -9
  166. package/styles/tab/bootstrap5-dark.css +11 -8
  167. package/styles/tab/bootstrap5.css +11 -8
  168. package/styles/tab/fabric-dark.css +7 -4
  169. package/styles/tab/fabric.css +7 -4
  170. package/styles/tab/fluent-dark.css +8 -5
  171. package/styles/tab/fluent.css +8 -5
  172. package/styles/tab/highcontrast-light.css +10 -7
  173. package/styles/tab/highcontrast.css +10 -7
  174. package/styles/tab/material-dark.css +4 -1
  175. package/styles/tab/material.css +4 -1
  176. package/styles/tab/tailwind-dark.css +8 -5
  177. package/styles/tab/tailwind.css +8 -5
  178. package/styles/tailwind-dark.css +668 -937
  179. package/styles/tailwind.css +668 -937
  180. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  181. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  182. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  183. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  184. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  185. package/styles/toolbar/_fabric-definition.scss +15 -43
  186. package/styles/toolbar/_fluent-definition.scss +22 -50
  187. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  188. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  189. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  190. package/styles/toolbar/_layout.scss +684 -977
  191. package/styles/toolbar/_material-dark-definition.scss +19 -49
  192. package/styles/toolbar/_material-definition.scss +21 -49
  193. package/styles/toolbar/_tailwind-definition.scss +21 -49
  194. package/styles/toolbar/_theme.scss +205 -294
  195. package/styles/toolbar/bootstrap-dark.css +647 -925
  196. package/styles/toolbar/bootstrap.css +638 -916
  197. package/styles/toolbar/bootstrap4.css +657 -935
  198. package/styles/toolbar/bootstrap5-dark.css +658 -936
  199. package/styles/toolbar/bootstrap5.css +658 -936
  200. package/styles/toolbar/fabric-dark.css +645 -923
  201. package/styles/toolbar/fabric.css +651 -929
  202. package/styles/toolbar/fluent-dark.css +650 -928
  203. package/styles/toolbar/fluent.css +650 -928
  204. package/styles/toolbar/highcontrast-light.css +642 -920
  205. package/styles/toolbar/highcontrast.css +647 -925
  206. package/styles/toolbar/material-dark.css +649 -927
  207. package/styles/toolbar/material.css +646 -924
  208. package/styles/toolbar/tailwind-dark.css +647 -925
  209. package/styles/toolbar/tailwind.css +645 -923
  210. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  211. package/styles/treeview/_fluent-definition.scss +5 -5
  212. package/styles/treeview/_layout.scss +8 -4
  213. package/styles/treeview/_tailwind-definition.scss +5 -5
  214. package/styles/treeview/_theme.scss +3 -0
  215. package/styles/accordion/_material3-definition.scss +0 -181
  216. package/styles/appbar/_material3-definition.scss +0 -8
  217. package/styles/breadcrumb/_material3-definition.scss +0 -59
  218. package/styles/carousel/_material3-definition.scss +0 -22
  219. package/styles/context-menu/_material3-definition.scss +0 -52
  220. package/styles/h-scroll/_material3-definition.scss +0 -84
  221. package/styles/menu/_material3-definition.scss +0 -67
  222. package/styles/pager/_material3-definition.scss +0 -146
  223. package/styles/sidebar/_material3-definition.scss +0 -6
  224. package/styles/tab/_material3-definition.scss +0 -658
  225. package/styles/toolbar/_material3-definition.scss +0 -248
  226. package/styles/treeview/_material3-definition.scss +0 -120
  227. package/styles/v-scroll/_material3-definition.scss +0 -49
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
- "_id": "@syncfusion/ej2-angular-navigations@20.4.51",
3
+ "_id": "@syncfusion/ej2-angular-navigations@19.91.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-fRT4CNjecwaytqMa8cRXTn+V1IJE12vMqSfdL7PnJNprMglb2i13ADcQPpj1qc9sbnepm4OBDlDMlyQKMnrbLg==",
5
+ "_integrity": "sha512-5LAMOXNUKCKKl0in/IjMDZaivJBlNYX8H5cGLvjSThplq1NeKIODIsqbb4aJ/2ZgVJe4LufxZp6ylEuPZRPvNw==",
6
6
  "_location": "/@syncfusion/ej2-angular-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-20.4.51.tgz",
23
- "_shasum": "43fe95e8b02000bee317b37381ff10494789ea2d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-19.91.2.tgz",
23
+ "_shasum": "378e36b97603083a687c5966eec9e7c0b0758994",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.53",
35
- "@syncfusion/ej2-base": "~20.4.51",
36
- "@syncfusion/ej2-navigations": "20.4.53",
34
+ "@syncfusion/ej2-angular-base": "~21.1.35",
35
+ "@syncfusion/ej2-base": "~21.1.35",
36
+ "@syncfusion/ej2-navigations": "21.1.35",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -100,5 +100,5 @@
100
100
  "schematics": "./schematics/collection.json",
101
101
  "sideEffects": false,
102
102
  "typings": "syncfusion-ej2-angular-navigations.d.ts",
103
- "version": "20.4.53"
103
+ "version": "21.1.35"
104
104
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^20.4.51";
2
+ export declare const pkgVer = "^19.91.2";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
- export declare const themeVer = "~20.4.51";
4
+ export declare const themeVer = "~19.91.2";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-navigations';
4
- exports.pkgVer = '^20.4.53';
4
+ exports.pkgVer = '^21.1.35';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
- exports.themeVer = '~20.4.53';
6
+ exports.themeVer = '~21.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^20.4.53';
2
+ export const pkgVer = '^21.1.35';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
- export const themeVer = '~20.4.53';
4
+ export const themeVer = '~21.1.35';
@@ -20,19 +20,19 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
20
20
  /**
21
21
  * Specifies the types of command to be rendered in the Toolbar.
22
22
  * Supported types are:
23
- * - Button: Creates the Button control with its given properties like text, prefixIcon, etc.
24
- * - Separator: Adds a horizontal line that separates the Toolbar commands.
25
- * - Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
23
+ * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
24
+ * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
25
+ * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
26
26
  * AutoComplete, etc.
27
27
  * @default 'Button'
28
28
  */
29
29
  type: any;
30
30
  /**
31
31
  * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
32
- * Possible values are:
33
- * - Left: To align commands to the left side of the Toolbar.
34
- * - Center: To align commands at the center of the Toolbar.
35
- * - Right: To align commands to the right side of the Toolbar.
32
+ * The possible values for this property as follows
33
+ * * `Left`: To align commands to the left side of the Toolbar.
34
+ * * `Center`: To align commands at the center of the Toolbar.
35
+ * * `Right`: To align commands to the right side of the Toolbar.
36
36
  *
37
37
  * @default "Left"
38
38
  */
@@ -60,10 +60,10 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
60
60
  id: any;
61
61
  /**
62
62
  * Specifies the Toolbar command display area when an element's content is too large to fit available space.
63
- * This is applicable only to `popup` mode. Possible values are:
64
- * - Show: Always shows the item as the primary priority on the *Toolbar*.
65
- * - Hide: Always shows the item as the secondary priority on the *popup*.
66
- * - None: No priority for display, and as per normal order moves to popup when content exceeds.
63
+ * This is applicable only to `popup` mode. The possible values for this property as follows
64
+ * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
65
+ * * `Hide`: Always shows the item as the secondary priority on the *popup*.
66
+ * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
67
67
  * @default 'None'
68
68
  */
69
69
  overflow: any;
@@ -81,10 +81,10 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
81
81
  showAlwaysInPopup: any;
82
82
  /**
83
83
  * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
84
- * Possible values are:
85
- * - Toolbar: Text will be displayed on *Toolbar* only.
86
- * - Overflow: Text will be displayed only when content overflows to *popup*.
87
- * - Both: Text will be displayed on *popup* and *Toolbar*.
84
+ * The possible values for this property as follows
85
+ * * `Toolbar`: Text will be displayed on *Toolbar* only.
86
+ * * `Overflow`: Text will be displayed only when content overflows to *popup*.
87
+ * * `Both`: Text will be displayed on *popup* and *Toolbar*.
88
88
  * @default 'Both'
89
89
  */
90
90
  showTextOn: any;
@@ -32,7 +32,6 @@ $acrdn-item-nested-panel-item-select-margin: 2px !default;
32
32
  $acrdn-item-overflow: hidden !default;
33
33
  $acrdn-item-hover-focus-hdr-con-text-decoration: underline !default;
34
34
  $acrdn-item-hdr-border-radius: 4px !default;
35
- $acrdn-item-hdr-margin-bottom: 0 !default;
36
35
  $acrdn-item-tgl-icon-display: none !default;
37
36
  $acrdn-item-arrow-icon-font-size: 12px !default;
38
37
  $acrdn-opacity: .5 !default;
@@ -41,7 +41,6 @@ $acrdn-item-nested-panel-item-select-margin: 2px !default;
41
41
  $acrdn-item-overflow: hidden !default;
42
42
  $acrdn-item-hover-focus-hdr-con-text-decoration: underline !default;
43
43
  $acrdn-item-hdr-border-radius: 4px !default;
44
- $acrdn-item-hdr-margin-bottom: 0 !default;
45
44
  $acrdn-item-tgl-icon-display: none !default;
46
45
  $acrdn-item-arrow-icon-font-size: 12px !default;
47
46
  $acrdn-opacity: .5 !default;
@@ -36,7 +36,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
36
36
  $acrdn-item-overflow: hidden !default;
37
37
  $acrdn-item-hover-focus-hdr-con-text-decoration: underline !default;
38
38
  $acrdn-item-hdr-border-radius: 0 !default;
39
- $acrdn-item-hdr-margin-bottom: 0 !default;
40
39
  $acrdn-item-tgl-icon-display: table !default;
41
40
  $acrdn-item-arrow-icon-font-size: 14px !default;
42
41
 
@@ -11,13 +11,13 @@ $acrdn-header-font-weight: $font-weight-normal !default;
11
11
  $acrdn-header-font-size: $text-sm !default;
12
12
  $acrdn-nest-header-font-size: $text-sm !default;
13
13
  $acrdn-nest-header-content-font-size: $acrdn-nest-header-font-size !default;
14
- $acrdn-nest-header-content-font-weight: normal !default;
14
+ $acrdn-nest-header-content-font-weight: $font-weight-normal !default;
15
15
  $acrdn-content-font-size: $text-sm !default;
16
16
  $acrdn-header-font-bgr-size: $text-base !default;
17
17
  $acrdn-content-font-bgr-size: $text-base !default;
18
- $acrdn-bgr-arrow-icon-font-size: 22px;
19
- $acrdn-bgr-item-header-content-font-size: 16px !default;
20
- $acrdn-icon-font-size: 18px !default;
18
+ $acrdn-bgr-arrow-icon-font-size: $text-xl;
19
+ $acrdn-bgr-item-header-content-font-size: $text-base !default;
20
+ $acrdn-icon-font-size: $text-lg !default;
21
21
  $acrdn-selected-header-font-color: $primary !default;
22
22
 
23
23
  // Header, Nested header and RTL mode Padding
@@ -74,9 +74,8 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
74
74
  $acrdn-item-overflow: visible !default;
75
75
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
76
76
  $acrdn-item-hdr-border-radius: 0 !default;
77
- $acrdn-item-hdr-margin-bottom: 4px !default;
78
77
  $acrdn-item-tgl-icon-display: table !default;
79
- $acrdn-item-arrow-icon-font-size: 18px !default;
78
+ $acrdn-item-arrow-icon-font-size: $text-lg !default;
80
79
  $acrdn-opacity: .5 !default;
81
80
 
82
81
  // color definitions
@@ -178,4 +177,4 @@ $acrdn-item-nes-selected-exp-hover-hdr-icons-font: $primary !default;
178
177
  $acrdn-item-nes-selected-exp-hover-hdr-con-font: $content-text-color !default;
179
178
  $acrdn-item-exp-not-selected-hdr-focus-bg: none !default;
180
179
  $acrdn-item-exp-not-selected-hdr-focus-border: 0 !default;
181
- $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
180
+ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
@@ -38,7 +38,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
38
38
  $acrdn-item-overflow: hidden !default;
39
39
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
40
40
  $acrdn-item-hdr-border-radius: 0 !default;
41
- $acrdn-item-hdr-margin-bottom: 0 !default;
42
41
  $acrdn-item-tgl-icon-display: table !default;
43
42
  $acrdn-item-arrow-icon-font-size: 14px !default;
44
43
  $acrdn-opacity: .5 !default;
@@ -36,7 +36,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
36
36
  $acrdn-item-overflow: hidden !default;
37
37
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
38
38
  $acrdn-item-hdr-border-radius: 0 !default;
39
- $acrdn-item-hdr-margin-bottom: 0 !default;
40
39
  $acrdn-item-tgl-icon-display: table !default;
41
40
  $acrdn-item-arrow-icon-font-size: 14px !default;
42
41
  $acrdn-opacity: .5 !default;
@@ -23,9 +23,8 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
23
23
  $acrdn-item-overflow: hidden !default;
24
24
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
25
25
  $acrdn-item-hdr-border-radius: 0 !default;
26
- $acrdn-item-hdr-margin-bottom: 0 !default;
27
26
  $acrdn-item-tgl-icon-display: table !default;
28
- $acrdn-item-arrow-icon-font-size: 12px !default;
27
+ $acrdn-item-arrow-icon-font-size: $text-xs !default;
29
28
  $acrdn-opacity: .5 !default;
30
29
 
31
30
  // Header, Nested header and RTL mode Padding
@@ -73,7 +72,7 @@ $acrdn-header-font-weight: $font-weight-normal !default;
73
72
  $acrdn-header-font-size: $text-sm !default;
74
73
  $acrdn-nest-header-font-size: $text-sm !default;
75
74
  $acrdn-nest-header-content-font-size: $acrdn-nest-header-font-size !default;
76
- $acrdn-nest-header-content-font-weight: normal !default;
75
+ $acrdn-nest-header-content-font-weight: $font-weight-normal !default;
77
76
  $acrdn-content-font-size: $text-sm !default;
78
77
  $acrdn-header-font-bgr-size: $text-base !default;
79
78
  $acrdn-content-font-bgr-size: $text-base !default;
@@ -89,9 +88,9 @@ $acrdn-item-header-focus-border-color: $primary !default;
89
88
 
90
89
  $acrdn-border-type: solid !default;
91
90
  $acrdn-border-size: 1px !default;
92
- $acrdn-bgr-arrow-icon-font-size: 22px;
93
- $acrdn-bgr-item-header-content-font-size: 16px !default;
94
- $acrdn-icon-font-size: 18px !default;
91
+ $acrdn-bgr-arrow-icon-font-size: $text-xl;
92
+ $acrdn-bgr-item-header-content-font-size: $text-base !default;
93
+ $acrdn-icon-font-size: $text-lg !default;
95
94
  $acrdn-item-icon-disable-color: $icon-color-disabled;
96
95
  $acrdn-text-disable-color: $content-text-color-disabled;
97
96
 
@@ -74,7 +74,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
74
74
  $acrdn-item-overflow: visible !default;
75
75
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
76
76
  $acrdn-item-hdr-border-radius: 0 !default;
77
- $acrdn-item-hdr-margin-bottom: 4px !default;
78
77
  $acrdn-item-tgl-icon-display: table !default;
79
78
  $acrdn-item-arrow-icon-font-size: 18px !default;
80
79
  $acrdn-opacity: .5 !default;
@@ -35,7 +35,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
35
35
  $acrdn-item-overflow: visible !default;
36
36
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
37
37
  $acrdn-item-hdr-border-radius: 0 !default;
38
- $acrdn-item-hdr-margin-bottom: 0 !default;
39
38
  $acrdn-item-tgl-icon-display: table !default;
40
39
  $acrdn-item-arrow-icon-font-size: 12px !default;
41
40
  $acrdn-opacity: .5 !default;
@@ -63,7 +63,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
63
63
  $acrdn-item-overflow: visible !default;
64
64
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
65
65
  $acrdn-item-hdr-border-radius: 0 !default;
66
- $acrdn-item-hdr-margin-bottom: 0 !default;
67
66
  $acrdn-item-tgl-icon-display: table !default;
68
67
  $acrdn-item-arrow-icon-font-size: 12px !default;
69
68
  $acrdn-opacity: .5 !default;
@@ -201,7 +201,6 @@
201
201
  text-decoration: none;
202
202
  text-overflow: ellipsis;
203
203
  white-space: nowrap;
204
- margin-bottom: $acrdn-item-hdr-margin-bottom;
205
204
 
206
205
  > * {
207
206
  display: inline-block;
@@ -29,7 +29,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
29
29
  $acrdn-item-overflow: visible !default;
30
30
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
31
31
  $acrdn-item-hdr-border-radius: 0 !default;
32
- $acrdn-item-hdr-margin-bottom: 0 !default;
33
32
  $acrdn-item-tgl-icon-display: table !default;
34
33
  $acrdn-item-arrow-icon-font-size: 12px !default;
35
34
  $acrdn-opacity: .5 !default;
@@ -24,7 +24,6 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
24
24
  $acrdn-item-overflow: visible !default;
25
25
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
26
26
  $acrdn-item-hdr-border-radius: 0 !default;
27
- $acrdn-item-hdr-margin-bottom: 0 !default;
28
27
  $acrdn-item-tgl-icon-display: table !default;
29
28
  $acrdn-item-arrow-icon-font-size: 12px !default;
30
29
  $acrdn-opacity: .5 !default;
@@ -22,9 +22,8 @@ $acrdn-item-nested-panel-item-select-margin: 0 !default;
22
22
  $acrdn-item-overflow: hidden !default;
23
23
  $acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
24
24
  $acrdn-item-hdr-border-radius: 0 !default;
25
- $acrdn-item-hdr-margin-bottom: 0 !default;
26
25
  $acrdn-item-tgl-icon-display: table !default;
27
- $acrdn-item-arrow-icon-font-size: 18px !default;
26
+ $acrdn-item-arrow-icon-font-size: $text-lg !default;
28
27
  $acrdn-opacity: .5 !default;
29
28
 
30
29
  // Header, Nested header and RTL mode Padding
@@ -72,7 +71,7 @@ $acrdn-header-font-weight: $font-weight-medium !default;
72
71
  $acrdn-header-font-size: $text-sm !default;
73
72
  $acrdn-nest-header-font-size: $text-sm !default;
74
73
  $acrdn-nest-header-content-font-size: $acrdn-nest-header-font-size !default;
75
- $acrdn-nest-header-content-font-weight: normal !default;
74
+ $acrdn-nest-header-content-font-weight: $font-weight-normal !default;
76
75
  $acrdn-content-font-size: $text-sm !default;
77
76
  $acrdn-header-font-bgr-size: $text-base !default;
78
77
  $acrdn-content-font-bgr-size: $text-base !default;
@@ -88,9 +87,9 @@ $acrdn-header-active-bg: $content-bg-color-pressed !default;
88
87
  $acrdn-border-type: solid !default;
89
88
  $acrdn-border-size: 1px !default;
90
89
  $acrdn-border-radius: 0 !default;
91
- $acrdn-bgr-arrow-icon-font-size: 22px;
92
- $acrdn-bgr-item-header-content-font-size: 16px !default;
93
- $acrdn-icon-font-size: 18px !default;
90
+ $acrdn-bgr-arrow-icon-font-size: $text-xl;
91
+ $acrdn-bgr-item-header-content-font-size: $text-base !default;
92
+ $acrdn-icon-font-size: $text-lg !default;
94
93
  $acrdn-item-icon-disable-color: $icon-color-disabled;
95
94
  $acrdn-text-disable-color: $content-text-color-disabled;
96
95
 
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 4px;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 4px;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -57,7 +57,7 @@
57
57
  min-height: 48px;
58
58
  min-width: 24px;
59
59
  right: 16px;
60
- font-size: 22px;
60
+ font-size: 20px;
61
61
  }
62
62
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
63
63
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -66,7 +66,7 @@
66
66
  }
67
67
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
68
68
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
69
- font-size: 22px;
69
+ font-size: 20px;
70
70
  }
71
71
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
72
72
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -223,7 +222,7 @@
223
222
  padding: 20px 20px 20px 38px;
224
223
  }
225
224
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
226
- font-weight: normal;
225
+ font-weight: 400;
227
226
  }
228
227
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
229
228
  font-weight: normal;
@@ -57,7 +57,7 @@
57
57
  min-height: 48px;
58
58
  min-width: 24px;
59
59
  right: 16px;
60
- font-size: 22px;
60
+ font-size: 20px;
61
61
  }
62
62
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
63
63
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -66,7 +66,7 @@
66
66
  }
67
67
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
68
68
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
69
- font-size: 22px;
69
+ font-size: 20px;
70
70
  }
71
71
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
72
72
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -223,7 +222,7 @@
223
222
  padding: 20px 20px 20px 38px;
224
223
  }
225
224
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
226
- font-weight: normal;
225
+ font-weight: 400;
227
226
  }
228
227
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
229
228
  font-weight: normal;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -3,6 +3,6 @@
3
3
  $appbar-bg-color-primary: $primary !default;
4
4
  $appbar-color-primary: $primary-text-color !default;
5
5
  $appbar-border-color-primary: $primary !default;
6
- $appbar-font-size: 14px !default;
7
- $appbar-bigger-font-size: 16px !default;
6
+ $appbar-font-size: $text-sm !default;
7
+ $appbar-bigger-font-size: $text-base !default;
8
8
  $appbar-border: none !default;
@@ -3,6 +3,6 @@
3
3
  $appbar-bg-color-primary: $primary !default;
4
4
  $appbar-color-primary: $primary-text-color !default;
5
5
  $appbar-border-color-primary: $primary !default;
6
- $appbar-font-size: 14px !default;
7
- $appbar-bigger-font-size: 16px !default;
6
+ $appbar-font-size: $text-sm !default;
7
+ $appbar-bigger-font-size: $text-base !default;
8
8
  $appbar-border: none !default;