aril 0.0.24 → 0.0.26

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 (172) hide show
  1. package/boot/host/src/bootstrap.d.ts +2 -1
  2. package/boot/mfe/src/bootstrap.d.ts +2 -1
  3. package/esm2022/boot/host/index.mjs +1 -1
  4. package/esm2022/boot/host/src/app.component.mjs +1 -1
  5. package/esm2022/boot/host/src/bootstrap.mjs +14 -6
  6. package/esm2022/boot/host/src/services/custom-manifest.mjs +1 -1
  7. package/esm2022/boot/host/src/services/microFrontEnd.service.mjs +1 -1
  8. package/esm2022/boot/host/src/services/plugin-init.token.mjs +1 -1
  9. package/esm2022/boot/host/src/services/showdowDOMWrapper.mjs +1 -1
  10. package/esm2022/boot/index.mjs +1 -1
  11. package/esm2022/boot/mfe/index.mjs +1 -1
  12. package/esm2022/boot/mfe/src/app.component.mjs +13 -13
  13. package/esm2022/boot/mfe/src/bootstrap.mjs +13 -5
  14. package/esm2022/http/lib/enums.mjs +2 -1
  15. package/esm2022/http/lib/interfaces.mjs +1 -2
  16. package/esm2022/http/src/httpClient.mjs +1 -1
  17. package/esm2022/http/src/serviceBase.mjs +8 -5
  18. package/esm2022/http/src/serviceStateMethods.mjs +1 -2
  19. package/esm2022/i18n/src/file-url-token.mjs +1 -1
  20. package/esm2022/i18n/src/i18n.module.mjs +1 -1
  21. package/esm2022/i18n/src/loader.mjs +2 -2
  22. package/esm2022/i18n/src/provideI18n.mjs +1 -1
  23. package/esm2022/i18n/src/provideScope.mjs +1 -1
  24. package/esm2022/keycloak/aril-keycloak.mjs +5 -0
  25. package/esm2022/keycloak/index.mjs +3 -0
  26. package/esm2022/keycloak/src/auth.interceptor.mjs +13 -0
  27. package/esm2022/keycloak/src/keycloak.manager.mjs +59 -0
  28. package/esm2022/public-api.mjs +1 -1
  29. package/esm2022/theme/index.mjs +1 -1
  30. package/esm2022/theme/layout/app/config/app.config.component.mjs +4 -4
  31. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +5 -5
  32. package/esm2022/theme/layout/app/layout/mfe.layout.component.mjs +21 -21
  33. package/esm2022/theme/layout/app/menu/app.menu.component.mjs +4 -4
  34. package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +2 -2
  35. package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +2 -2
  36. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +12 -9
  37. package/esm2022/theme/layout/service/app.layout.service.mjs +1 -1
  38. package/esm2022/theme/layout/service/app.menu.service.mjs +1 -1
  39. package/esm2022/ui/button/src/button.component.mjs +2 -2
  40. package/esm2022/ui/calendar/src/calendar.component.mjs +4 -4
  41. package/esm2022/ui/field/src/field.component.mjs +5 -5
  42. package/esm2022/ui/fileUpload/src/file-upload.component.mjs +3 -3
  43. package/esm2022/ui/form/index.mjs +2 -2
  44. package/esm2022/ui/form/src/form-submit-button.component.mjs +2 -2
  45. package/esm2022/ui/form/src/form.component.mjs +1 -1
  46. package/esm2022/ui/index.mjs +1 -1
  47. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
  48. package/esm2022/ui/lib/src/form/form-field-builder.mjs +1 -1
  49. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +1 -1
  50. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +1 -1
  51. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +1 -1
  52. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +1 -1
  53. package/esm2022/ui/mask/src/mask.component.mjs +2 -2
  54. package/esm2022/ui/number/src/number.component.mjs +2 -2
  55. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +2 -2
  56. package/esm2022/ui/password/src/password.component.mjs +2 -2
  57. package/esm2022/ui/radioButton/src/radio-button.component.mjs +1 -1
  58. package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
  59. package/esm2022/ui/switch/src/switch.component.mjs +2 -2
  60. package/esm2022/ui/table/index.mjs +3 -3
  61. package/esm2022/ui/table/src/table-column.component.mjs +1 -1
  62. package/esm2022/ui/table/src/table.component.mjs +2 -2
  63. package/esm2022/ui/tagBox/src/tag-box.component.mjs +1 -1
  64. package/esm2022/ui/text/src/text.component.mjs +2 -2
  65. package/esm2022/ui/textArea/src/text-area.component.mjs +3 -3
  66. package/esm2022/ui/tree/src/tree.component.mjs +5 -5
  67. package/esm2022/ui/treeTable/src/tree-table.component.mjs +4 -4
  68. package/esm2022/util/custom_pages/index.mjs +1 -1
  69. package/esm2022/util/custom_pages/src/notFound.component.mjs +109 -109
  70. package/esm2022/util/index.mjs +1 -1
  71. package/esm2022/util/lib/src/module-router.mjs +1 -1
  72. package/esm2022/util/lib/src/types.mjs +1 -4
  73. package/esm2022/util/loaders/index.mjs +1 -1
  74. package/esm2022/util/loaders/script/script.loader.service.mjs +1 -1
  75. package/esm2022/util/loaders/style/style.loader.service.mjs +1 -1
  76. package/esm2022/util/primitive-extensions/src/date.extensions.mjs +1 -1
  77. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +1 -1
  78. package/fesm2022/{aril-app.component-tFlRp3qI.mjs → aril-app.component-sZDpvJDM.mjs} +16 -14
  79. package/fesm2022/aril-app.component-sZDpvJDM.mjs.map +1 -0
  80. package/fesm2022/{aril-aril--3c18nTH.mjs → aril-aril-D__IXMsf.mjs} +24 -10
  81. package/fesm2022/aril-aril-D__IXMsf.mjs.map +1 -0
  82. package/fesm2022/aril-boot-host.mjs +13 -5
  83. package/fesm2022/aril-boot-host.mjs.map +1 -1
  84. package/fesm2022/{aril-boot-mfe-app.component-wYzFs1Za.mjs → aril-boot-mfe-app.component-zro0FnKY.mjs} +15 -13
  85. package/fesm2022/aril-boot-mfe-app.component-zro0FnKY.mjs.map +1 -0
  86. package/fesm2022/aril-boot-mfe.mjs +13 -5
  87. package/fesm2022/aril-boot-mfe.mjs.map +1 -1
  88. package/fesm2022/aril-boot.mjs.map +1 -1
  89. package/fesm2022/aril-http.mjs +6 -4
  90. package/fesm2022/aril-http.mjs.map +1 -1
  91. package/fesm2022/aril-i18n.mjs +1 -1
  92. package/fesm2022/aril-i18n.mjs.map +1 -1
  93. package/fesm2022/aril-keycloak.mjs +77 -0
  94. package/fesm2022/aril-keycloak.mjs.map +1 -0
  95. package/fesm2022/aril-theme-layout.mjs +266 -264
  96. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  97. package/fesm2022/aril-theme.mjs.map +1 -1
  98. package/fesm2022/aril-ui-button.mjs.map +1 -1
  99. package/fesm2022/aril-ui-calendar.mjs +3 -3
  100. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  101. package/fesm2022/aril-ui-field.mjs +3 -3
  102. package/fesm2022/aril-ui-field.mjs.map +1 -1
  103. package/fesm2022/aril-ui-fileUpload.mjs +2 -2
  104. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  105. package/fesm2022/aril-ui-form.mjs +28 -28
  106. package/fesm2022/aril-ui-form.mjs.map +1 -1
  107. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  108. package/fesm2022/aril-ui-mask.mjs +1 -1
  109. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  110. package/fesm2022/aril-ui-number.mjs +2 -2
  111. package/fesm2022/aril-ui-number.mjs.map +1 -1
  112. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  113. package/fesm2022/aril-ui-password.mjs +2 -2
  114. package/fesm2022/aril-ui-password.mjs.map +1 -1
  115. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  116. package/fesm2022/aril-ui-selectBox.mjs +2 -2
  117. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  118. package/fesm2022/aril-ui-switch.mjs +2 -2
  119. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  120. package/fesm2022/aril-ui-table.mjs +23 -23
  121. package/fesm2022/aril-ui-table.mjs.map +1 -1
  122. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  123. package/fesm2022/aril-ui-text.mjs +1 -1
  124. package/fesm2022/aril-ui-text.mjs.map +1 -1
  125. package/fesm2022/aril-ui-textArea.mjs +2 -2
  126. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  127. package/fesm2022/aril-ui-tree.mjs +4 -4
  128. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  129. package/fesm2022/aril-ui-treeTable.mjs +2 -2
  130. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  131. package/fesm2022/aril-ui.mjs.map +1 -1
  132. package/fesm2022/aril-util-custom_pages.mjs +108 -108
  133. package/fesm2022/aril-util-custom_pages.mjs.map +1 -1
  134. package/fesm2022/aril-util-lib.mjs +0 -3
  135. package/fesm2022/aril-util-lib.mjs.map +1 -1
  136. package/fesm2022/aril-util-loaders.mjs.map +1 -1
  137. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  138. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  139. package/fesm2022/aril-util.mjs.map +1 -1
  140. package/fesm2022/aril.mjs +3 -1
  141. package/fesm2022/aril.mjs.map +1 -1
  142. package/http/lib/enums.d.ts +1 -0
  143. package/keycloak/index.d.ts +2 -0
  144. package/keycloak/src/auth.interceptor.d.ts +2 -0
  145. package/keycloak/src/keycloak.manager.d.ts +24 -0
  146. package/package.json +10 -2
  147. package/styles/ui/ui.common.scss +24 -24
  148. package/theme/index.ts +1 -1
  149. package/theme/layout/app/config/app.config.component.d.ts +1 -1
  150. package/theme/layout/app/config/app.config.component.ts +4 -4
  151. package/theme/layout/app/layout/app.layout.component.d.ts +1 -1
  152. package/theme/layout/app/layout/app.layout.component.ts +6 -6
  153. package/theme/layout/app/layout/mfe.layout.component.ts +49 -49
  154. package/theme/layout/app/menu/app.menu.component.d.ts +2 -2
  155. package/theme/layout/app/menu/app.menu.component.ts +2 -2
  156. package/theme/layout/app/menu/app.sub.menu.component.html +13 -13
  157. package/theme/layout/app/profileSidebar/app.profilesidebar.component.ts +1 -1
  158. package/theme/layout/app/sidebar/app.sidebar.component.ts +1 -1
  159. package/theme/layout/app/topbar/app.topbar.component.d.ts +3 -2
  160. package/theme/layout/app/topbar/app.topbar.component.html +45 -37
  161. package/theme/layout/app/topbar/app.topbar.component.ts +32 -28
  162. package/theme/layout/service/app.layout.service.ts +178 -178
  163. package/theme/layout/service/app.menu.service.ts +59 -57
  164. package/theme/ng-package.json +6 -6
  165. package/theme/styles/theme/base/components/data/_paginator.scss +92 -92
  166. package/theme/styles/theme/dark/_variables.scss +918 -918
  167. package/theme/styles/theme/light/_variables.scss +911 -911
  168. package/ui/selectBox/src/select-box.component.d.ts +1 -1
  169. package/ui/table/src/table.component.d.ts +1 -1
  170. package/fesm2022/aril-app.component-tFlRp3qI.mjs.map +0 -1
  171. package/fesm2022/aril-aril--3c18nTH.mjs.map +0 -1
  172. package/fesm2022/aril-boot-mfe-app.component-wYzFs1Za.mjs.map +0 -1
@@ -1,911 +1,911 @@
1
- $colors: (
2
- 'blue': #3b82f6,
3
- 'green': #22c55e,
4
- 'yellow': #eab308,
5
- 'cyan': #06b6d4,
6
- 'pink': #ec4899,
7
- 'indigo': #6366f1,
8
- 'teal': #14b8a6,
9
- 'orange': #f97316,
10
- 'bluegray': #64748b,
11
- 'purple': #a855f7,
12
- 'red': #ff3d32,
13
- 'primary': $primary500
14
- );
15
-
16
- //reused color variables
17
- $shade000: #ffffff !default; //surface
18
- $shade100: #f9fafb !default; //header background
19
- $shade200: #f3f4f6 !default; //hover background
20
- $shade300: #e5e7eb !default; //border, divider
21
- $shade400: #d1d5db !default; //input border
22
- $shade500: #9ca3af !default; //input icon
23
- $shade600: #6b7280 !default; //text secondary color
24
- $shade700: #4b5563 !default; //text color
25
- $shade800: #374151 !default; //unused
26
- $shade900: #1f2937 !default; //unused
27
-
28
- //global
29
- $fontFamily: 'Poppins', sans-serif !default;
30
- $fontSize: 1rem !default;
31
- $fontWeight: normal !default;
32
- $textColor: $shade700 !default;
33
- $textSecondaryColor: $shade600 !default;
34
- $borderRadius: 6px !default;
35
- $transitionDuration: 0.2s !default;
36
- $formElementTransition:
37
- background-color $transitionDuration,
38
- color $transitionDuration,
39
- border-color $transitionDuration,
40
- box-shadow $transitionDuration !default;
41
- $actionIconTransition:
42
- background-color $transitionDuration,
43
- color $transitionDuration,
44
- box-shadow $transitionDuration !default;
45
- $listItemTransition: box-shadow $transitionDuration !default;
46
- $primeIconFontSize: 1rem !default;
47
- $divider: 1px solid $shade300 !default;
48
- $inlineSpacing: 0.5rem !default;
49
- $disabledOpacity: 0.6 !default;
50
- $maskBg: rgba(0, 0, 0, 0.4) !default;
51
- $loadingIconFontSize: 2rem !default;
52
- $errorColor: #e24c4c !default;
53
-
54
- //scale
55
- $scaleSM: 0.875 !default;
56
- $scaleLG: 1.25 !default;
57
-
58
- //focus
59
- $focusOutlineColor: $primaryLightColor !default;
60
- $focusOutline: 0 none !default;
61
- $focusOutlineOffset: 0 !default;
62
- $focusShadow: 0 0 0 0.2rem $focusOutlineColor !default;
63
-
64
- //action icons
65
- $actionIconWidth: 2rem !default;
66
- $actionIconHeight: 2rem !default;
67
- $actionIconBg: transparent !default;
68
- $actionIconBorder: 0 none !default;
69
- $actionIconColor: $shade600 !default;
70
- $actionIconHoverBg: $shade200 !default;
71
- $actionIconHoverBorderColor: transparent !default;
72
- $actionIconHoverColor: $shade800 !default;
73
- $actionIconBorderRadius: 50% !default;
74
-
75
- //input field (e.g. inputtext, spinner, inputmask)
76
- $inputPadding: 0.65rem 0.65rem !default;
77
- $inputTextFontSize: 1rem !default;
78
-
79
- $inputBg: $shade000 !default;
80
- $inputTextColor: $shade700 !default;
81
- $inputIconColor: $shade600 !default;
82
- $inputBorder: 1px solid $shade400 !default;
83
- $inputHoverBorderColor: $primaryColor !default;
84
- $inputFocusBorderColor: $primaryColor !default;
85
- $inputErrorBorderColor: $errorColor !default;
86
- $inputPlaceholderTextColor: $shade600 !default;
87
- $inputFilledBg: $shade200 !default;
88
- $inputFilledHoverBg: $inputFilledBg !default;
89
- $inputFilledFocusBg: $shade000 !default;
90
-
91
- //input groups
92
- $inputGroupBg: $shade200 !default;
93
- $inputGroupTextColor: $shade600 !default;
94
- $inputGroupAddOnMinWidth: 3rem !default;
95
-
96
- //input lists (e.g. dropdown, autocomplete, multiselect, orderlist)
97
- $inputListBg: $shade000 !default;
98
- $inputListTextColor: $shade700 !default;
99
- $inputListBorder: $inputBorder !default;
100
- $inputListPadding: 0.75rem 0 !default;
101
- $inputListItemPadding: 0.75rem 1.25rem !default;
102
- $inputListItemBg: transparent !default;
103
- $inputListItemTextColor: $shade700 !default;
104
- $inputListItemHoverBg: $shade200 !default;
105
- $inputListItemTextHoverColor: $shade700 !default;
106
- $inputListItemFocusBg: $shade300 !default;
107
- $inputListItemTextFocusColor: $shade700 !default;
108
- $inputListItemBorder: 0 none !default;
109
- $inputListItemBorderRadius: 0 !default;
110
- $inputListItemMargin: 0 !default;
111
- $inputListItemFocusShadow: inset 0 0 0 0.15rem $focusOutlineColor !default;
112
- $inputListHeaderPadding: 0.75rem 1.25rem !default;
113
- $inputListHeaderMargin: 0 !default;
114
- $inputListHeaderBg: $shade100 !default;
115
- $inputListHeaderTextColor: $shade800 !default;
116
- $inputListHeaderBorder: 1px solid $shade300 !default;
117
-
118
- //inputs with overlays (e.g. autocomplete, dropdown, multiselect)
119
- $inputOverlayBg: $inputListBg !default;
120
- $inputOverlayHeaderBg: $inputListHeaderBg !default;
121
- $inputOverlayBorder: 0 none !default;
122
- $inputOverlayShadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
123
-
124
- //password
125
- $passwordMeterBg: $shade300 !default;
126
- $passwordWeakBg: #ea5455 !default;
127
- $passwordMediumBg: #ff9f42 !default;
128
- $passwordStrongBg: #29c76f !default;
129
-
130
- //button
131
- $buttonPadding: 0.5rem 0.75rem !default;
132
- $buttonIconOnlyWidth: 3rem !default;
133
- $buttonIconOnlyPadding: 0.75rem 0 !default;
134
- $buttonBg: $primaryColor !default;
135
- $buttonTextColor: $primaryTextColor !default;
136
- $buttonBorder: 1px solid $primaryColor !default;
137
- $buttonHoverBg: $primaryDarkColor !default;
138
- $buttonTextHoverColor: $primaryTextColor !default;
139
- $buttonHoverBorderColor: $primaryDarkColor !default;
140
- $buttonActiveBg: $primaryDarkerColor !default;
141
- $buttonTextActiveColor: $primaryTextColor !default;
142
- $buttonActiveBorderColor: $primaryDarkerColor !default;
143
- $raisedButtonShadow:
144
- 0 3px 1px -2px rgba(0, 0, 0, 0.2),
145
- 0 2px 2px 0 rgba(0, 0, 0, 0.14),
146
- 0 1px 5px 0 rgba(0, 0, 0, 0.12) !default;
147
- $roundedButtonBorderRadius: 2rem !default;
148
-
149
- $textButtonHoverBgOpacity: 0.04 !default;
150
- $textButtonActiveBgOpacity: 0.16 !default;
151
- $outlinedButtonBorder: 1px solid !default;
152
- $plainButtonTextColor: $textSecondaryColor !default;
153
- $plainButtonHoverBgColor: $shade200 !default;
154
- $plainButtonActiveBgColor: $shade300 !default;
155
-
156
- $secondaryButtonBg: #64748b !default;
157
- $secondaryButtonTextColor: #ffffff !default;
158
- $secondaryButtonBorder: 1px solid $secondaryButtonBg !default;
159
- $secondaryButtonHoverBg: #475569 !default;
160
- $secondaryButtonTextHoverColor: $secondaryButtonTextColor !default;
161
- $secondaryButtonHoverBorderColor: #475569 !default;
162
- $secondaryButtonActiveBg: #334155 !default;
163
- $secondaryButtonTextActiveColor: $secondaryButtonTextColor !default;
164
- $secondaryButtonActiveBorderColor: #334155 !default;
165
- $secondaryButtonFocusShadow: 0 0 0 0.2rem #e2e8f0 !default;
166
-
167
- $infoButtonBg: #3b82f6 !default;
168
- $infoButtonTextColor: #ffffff !default;
169
- $infoButtonBorder: 1px solid $infoButtonBg !default;
170
- $infoButtonHoverBg: #2563eb !default;
171
- $infoButtonTextHoverColor: $infoButtonTextColor !default;
172
- $infoButtonHoverBorderColor: #2563eb !default;
173
- $infoButtonActiveBg: #1d4ed8 !default;
174
- $infoButtonTextActiveColor: $infoButtonTextColor !default;
175
- $infoButtonActiveBorderColor: #1d4ed8 !default;
176
- $infoButtonFocusShadow: 0 0 0 0.2rem #bfdbfe !default;
177
-
178
- $successButtonBg: #22c55e !default;
179
- $successButtonTextColor: #ffffff !default;
180
- $successButtonBorder: 1px solid $successButtonBg !default;
181
- $successButtonHoverBg: #16a34a !default;
182
- $successButtonTextHoverColor: $successButtonTextColor !default;
183
- $successButtonHoverBorderColor: #16a34a !default;
184
- $successButtonActiveBg: #15803d !default;
185
- $successButtonTextActiveColor: $successButtonTextColor !default;
186
- $successButtonActiveBorderColor: #15803d !default;
187
- $successButtonFocusShadow: 0 0 0 0.2rem #bbf7d0 !default;
188
-
189
- $warningButtonBg: #f59e0b !default;
190
- $warningButtonTextColor: #ffffff !default;
191
- $warningButtonBorder: 1px solid $warningButtonBg !default;
192
- $warningButtonHoverBg: #d97706 !default;
193
- $warningButtonTextHoverColor: $warningButtonTextColor !default;
194
- $warningButtonHoverBorderColor: #d97706 !default;
195
- $warningButtonActiveBg: #b45309 !default;
196
- $warningButtonTextActiveColor: $warningButtonTextColor !default;
197
- $warningButtonActiveBorderColor: #b45309 !default;
198
- $warningButtonFocusShadow: 0 0 0 0.2rem #fde68a !default;
199
-
200
- $helpButtonBg: #a855f7 !default;
201
- $helpButtonTextColor: #ffffff !default;
202
- $helpButtonBorder: 1px solid $helpButtonBg !default;
203
- $helpButtonHoverBg: #9333ea !default;
204
- $helpButtonTextHoverColor: $helpButtonTextColor !default;
205
- $helpButtonHoverBorderColor: #9333ea !default;
206
- $helpButtonActiveBg: #7e22ce !default;
207
- $helpButtonTextActiveColor: $helpButtonTextColor !default;
208
- $helpButtonActiveBorderColor: #7e22ce !default;
209
- $helpButtonFocusShadow: 0 0 0 0.2rem #e9d5ff !default;
210
-
211
- $dangerButtonBg: #ef4444 !default;
212
- $dangerButtonTextColor: #ffffff !default;
213
- $dangerButtonBorder: 1px solid $dangerButtonBg !default;
214
- $dangerButtonHoverBg: #dc2626 !default;
215
- $dangerButtonTextHoverColor: $dangerButtonTextColor !default;
216
- $dangerButtonHoverBorderColor: #dc2626 !default;
217
- $dangerButtonActiveBg: #b91c1c !default;
218
- $dangerButtonTextActiveColor: $dangerButtonTextColor !default;
219
- $dangerButtonActiveBorderColor: #b91c1c !default;
220
- $dangerButtonFocusShadow: 0 0 0 0.2rem #fecaca !default;
221
-
222
- $linkButtonColor: $primaryDarkerColor !default;
223
- $linkButtonHoverColor: $primaryDarkerColor !default;
224
- $linkButtonTextHoverDecoration: underline !default;
225
- $linkButtonFocusShadow: 0 0 0 0.2rem $focusOutlineColor !default;
226
-
227
- //checkbox
228
- $checkboxWidth: 22px !default;
229
- $checkboxHeight: 22px !default;
230
- $checkboxBorder: 2px solid $shade400 !default;
231
- $checkboxIconFontSize: 14px !default;
232
- $checkboxActiveBorderColor: $primaryColor !default;
233
- $checkboxActiveBg: $primaryColor !default;
234
- $checkboxIconActiveColor: $primaryTextColor !default;
235
- $checkboxActiveHoverBg: $primaryDarkerColor !default;
236
- $checkboxIconActiveHoverColor: $primaryTextColor !default;
237
- $checkboxActiveHoverBorderColor: $primaryDarkerColor !default;
238
-
239
- //radiobutton
240
- $radiobuttonWidth: 22px !default;
241
- $radiobuttonHeight: 22px !default;
242
- $radiobuttonBorder: 2px solid $shade400 !default;
243
- $radiobuttonIconSize: 12px !default;
244
- $radiobuttonActiveBorderColor: $primaryColor !default;
245
- $radiobuttonActiveBg: $primaryColor !default;
246
- $radiobuttonIconActiveColor: $primaryTextColor !default;
247
- $radiobuttonActiveHoverBg: $primaryDarkerColor !default;
248
- $radiobuttonIconActiveHoverColor: $primaryTextColor !default;
249
- $radiobuttonActiveHoverBorderColor: $primaryDarkerColor !default;
250
-
251
- //colorpicker
252
- $colorPickerPreviewWidth: 2rem !default;
253
- $colorPickerPreviewHeight: 2rem !default;
254
- $colorPickerBg: #323232 !default;
255
- $colorPickerBorder: 1px solid #191919 !default;
256
- $colorPickerHandleColor: $shade000 !default;
257
-
258
- //togglebutton
259
- $toggleButtonBg: $inputBg !default;
260
- $toggleButtonBorder: 1px solid $shade400 !default;
261
- $toggleButtonTextColor: $shade700 !default;
262
- $toggleButtonIconColor: $shade600 !default;
263
- $toggleButtonHoverBg: $shade200 !default;
264
- $toggleButtonHoverBorderColor: $shade400 !default;
265
- $toggleButtonTextHoverColor: $shade700 !default;
266
- $toggleButtonIconHoverColor: $shade800 !default;
267
- $toggleButtonActiveBg: $primaryColor !default;
268
- $toggleButtonActiveBorderColor: $primaryColor !default;
269
- $toggleButtonTextActiveColor: $primaryTextColor !default;
270
- $toggleButtonIconActiveColor: $primaryTextColor !default;
271
- $toggleButtonActiveHoverBg: $primaryDarkColor !default;
272
- $toggleButtonActiveHoverBorderColor: $primaryDarkColor !default;
273
- $toggleButtonTextActiveHoverColor: $primaryTextColor !default;
274
- $toggleButtonIconActiveHoverColor: $primaryTextColor !default;
275
-
276
- //inplace
277
- $inplacePadding: $inputPadding !default;
278
- $inplaceHoverBg: $shade200 !default;
279
- $inplaceTextHoverColor: $shade700 !default;
280
-
281
- //rating
282
- $ratingIconFontSize: 1.143rem !default;
283
- $ratingCancelIconColor: #ea5455 !default;
284
- $ratingCancelIconHoverColor: #e73d3e !default;
285
- $ratingStarIconOffColor: $shade700 !default;
286
- $ratingStarIconOnColor: $primaryColor !default;
287
- $ratingStarIconHoverColor: $primaryColor !default;
288
-
289
- //slider
290
- $sliderBg: $shade300 !default;
291
- $sliderBorder: 0 none !default;
292
- $sliderHorizontalHeight: 0.286rem !default;
293
- $sliderVerticalWidth: 0.286rem !default;
294
- $sliderHandleWidth: 1.143rem !default;
295
- $sliderHandleHeight: 1.143rem !default;
296
- $sliderHandleBg: $shade000 !default;
297
- $sliderHandleBorder: 2px solid $primaryColor !default;
298
- $sliderHandleBorderRadius: 50% !default;
299
- $sliderHandleHoverBorderColor: $primaryColor !default;
300
- $sliderHandleHoverBg: $primaryColor !default;
301
- $sliderRangeBg: $primaryColor !default;
302
-
303
- //calendar
304
- $calendarTableMargin: 0.5rem 0 !default;
305
- $calendarPadding: 0.5rem !default;
306
- $calendarBg: $shade000 !default;
307
- $calendarInlineBg: $calendarBg !default;
308
- $calendarTextColor: $shade700 !default;
309
- $calendarBorder: $inputListBorder !default;
310
- $calendarOverlayBorder: $inputOverlayBorder !default;
311
-
312
- $calendarHeaderPadding: 0.5rem !default;
313
- $calendarHeaderBg: $shade000 !default;
314
- $calendarInlineHeaderBg: $calendarBg !default;
315
- $calendarHeaderBorder: 1px solid $shade300 !default;
316
- $calendarHeaderTextColor: $shade700 !default;
317
- $calendarHeaderFontWeight: 600 !default;
318
- $calendarHeaderCellPadding: 0.5rem !default;
319
- $calendarMonthYearHeaderHoverTextColor: $primaryColor !default;
320
-
321
- $calendarCellDatePadding: 0.5rem !default;
322
- $calendarCellDateWidth: 2.5rem !default;
323
- $calendarCellDateHeight: 2.5rem !default;
324
- $calendarCellDateBorderRadius: 50% !default;
325
- $calendarCellDateBorder: 1px solid transparent !default;
326
- $calendarCellDateHoverBg: $shade200 !default;
327
- $calendarCellDateTodayBg: $shade400 !default;
328
- $calendarCellDateTodayBorderColor: transparent !default;
329
- $calendarCellDateTodayTextColor: $shade700 !default;
330
-
331
- $calendarButtonBarPadding: 0 !default;
332
- $calendarTimePickerPadding: 0.5rem !default;
333
- $calendarTimePickerElementPadding: 0 0.5rem !default;
334
- $calendarTimePickerTimeFontSize: 1.25rem !default;
335
-
336
- $calendarBreakpoint: 769px !default;
337
- $calendarCellDatePaddingSM: 0 !default;
338
-
339
- //input switch
340
- $inputSwitchWidth: 3rem !default;
341
- $inputSwitchHeight: 1.75rem !default;
342
- $inputSwitchBorderRadius: 30px !default;
343
- $inputSwitchHandleWidth: 1.25rem !default;
344
- $inputSwitchHandleHeight: 1.25rem !default;
345
- $inputSwitchHandleBorderRadius: 50% !default;
346
- $inputSwitchSliderPadding: 0.25rem !default;
347
- $inputSwitchSliderOffBg: $shade400 !default;
348
- $inputSwitchHandleOffBg: $shade000 !default;
349
- $inputSwitchSliderOffHoverBg: scale-color($shade400, $lightness: -10%) !default;
350
- $inputSwitchSliderOnBg: $primaryColor !default;
351
- $inputSwitchSliderOnHoverBg: $primaryDarkColor !default;
352
- $inputSwitchHandleOnBg: $shade000 !default;
353
-
354
- //panel
355
- $panelHeaderBorderColor: $shade300 !default;
356
- $panelHeaderBorder: 1px solid $shade300 !default;
357
- $panelHeaderBg: $shade100 !default;
358
- $panelHeaderTextColor: $shade800 !default;
359
- $panelHeaderFontWeight: 700 !default;
360
- $panelHeaderPadding: 1.25rem !default;
361
- $panelToggleableHeaderPadding: 0.25rem 1.25rem !default;
362
-
363
- $panelHeaderHoverBg: $shade200 !default;
364
- $panelHeaderHoverBorderColor: $shade300 !default;
365
- $panelHeaderTextHoverColor: $shade800 !default;
366
-
367
- $panelContentBorderColor: $shade300 !default;
368
- $panelContentBorder: 1px solid $shade300 !default;
369
- $panelContentBg: $shade000 !default;
370
- $panelContentEvenRowBg: scale-color($panelContentBg, $lightness: -1%) !default;
371
- $panelContentTextColor: $shade700 !default;
372
- $panelContentPadding: 1rem !default;
373
-
374
- $panelFooterBorder: 1px solid $shade300 !default;
375
- $panelFooterBg: $shade000 !default;
376
- $panelFooterTextColor: $shade700 !default;
377
- $panelFooterPadding: 0.75rem 1.25rem !default;
378
-
379
- //accordion
380
- $accordionSpacing: 4px !default;
381
- $accordionHeaderBorder: $panelHeaderBorder !default;
382
- $accordionHeaderBg: $panelHeaderBg !default;
383
- $accordionHeaderTextColor: $shade600 !default;
384
- $accordionHeaderFontWeight: $panelHeaderFontWeight !default;
385
- $accordionHeaderPadding: $panelHeaderPadding !default;
386
-
387
- $accordionHeaderHoverBg: $shade200 !default;
388
- $accordionHeaderHoverBorderColor: $shade300 !default;
389
- $accordionHeaderTextHoverColor: $shade800 !default;
390
-
391
- $accordionHeaderActiveBg: $panelHeaderBg !default;
392
- $accordionHeaderActiveBorderColor: $shade300 !default;
393
- $accordionHeaderTextActiveColor: $shade800 !default;
394
-
395
- $accordionHeaderActiveHoverBg: $shade200 !default;
396
- $accordionHeaderActiveHoverBorderColor: $shade300 !default;
397
- $accordionHeaderTextActiveHoverColor: $shade800 !default;
398
-
399
- $accordionContentBorder: $panelContentBorder !default;
400
- $accordionContentBg: $panelContentBg !default;
401
- $accordionContentTextColor: $panelContentTextColor !default;
402
- $accordionContentPadding: $panelContentPadding !default;
403
-
404
- //tabview
405
- $tabviewNavBorder: 1px solid $shade300 !default;
406
- $tabviewNavBorderWidth: 0 0 2px 0 !default;
407
- $tabviewNavBg: $shade000 !default;
408
-
409
- $tabviewHeaderSpacing: 0 !default;
410
- $tabviewHeaderBorder: solid $shade300 !default;
411
- $tabviewHeaderBorderWidth: 0 0 2px 0 !default;
412
- $tabviewHeaderBorderColor: transparent transparent $shade300 transparent !default;
413
- $tabviewHeaderBg: $shade000 !default;
414
- $tabviewHeaderTextColor: $shade600 !default;
415
- $tabviewHeaderFontWeight: $panelHeaderFontWeight !default;
416
- $tabviewHeaderPadding: $panelHeaderPadding !default;
417
- $tabviewHeaderMargin: 0 0 -2px 0 !default;
418
-
419
- $tabviewHeaderHoverBg: $shade000 !default;
420
- $tabviewHeaderHoverBorderColor: $shade500 !default;
421
- $tabviewHeaderTextHoverColor: $shade600 !default;
422
-
423
- $tabviewHeaderActiveBg: $shade000 !default;
424
- $tabviewHeaderActiveBorderColor: $primaryColor !default;
425
- $tabviewHeaderTextActiveColor: $primaryColor !default;
426
-
427
- $tabviewContentBorder: 0 none !default;
428
- $tabviewContentBg: $panelContentBg !default;
429
- $tabviewContentTextColor: $panelContentTextColor !default;
430
- $tabviewContentPadding: $panelContentPadding !default;
431
-
432
- //upload
433
- $fileUploadProgressBarHeight: 0.25rem !default;
434
- $fileUploadContentPadding: 2rem 1rem !default;
435
- $fileUploadContentHoverBorder: 1px dashed $primaryColor !default;
436
- $fileUploadFileBorder: 1px solid $shade300 !default;
437
- $fileUploadFilePadding: 1rem !default;
438
-
439
- //scrollpanel
440
- $scrollPanelTrackBorder: 0 none !default;
441
- $scrollPanelTrackBg: $shade100 !default;
442
-
443
- //card
444
- $cardBodyPadding: 1.25rem !default;
445
- $cardTitleFontSize: 1.5rem !default;
446
- $cardTitleFontWeight: 700 !default;
447
- $cardSubTitleFontWeight: 400 !default;
448
- $cardSubTitleColor: $shade600 !default;
449
- $cardContentPadding: 1.25rem 0 !default;
450
- $cardFooterPadding: 1.25rem 0 0 0 !default;
451
- $cardShadow:
452
- 0 2px 1px -1px rgba(0, 0, 0, 0.2),
453
- 0 1px 1px 0 rgba(0, 0, 0, 0.14),
454
- 0 1px 3px 0 rgba(0, 0, 0, 0.12) !default;
455
-
456
- //editor
457
- $editorToolbarBg: $panelHeaderBg !default;
458
- $editorToolbarBorder: $panelHeaderBorder !default;
459
- $editorToolbarPadding: $panelHeaderPadding !default;
460
- $editorToolbarIconColor: $textSecondaryColor !default;
461
- $editorToolbarIconHoverColor: $textColor !default;
462
- $editorIconActiveColor: $primaryColor !default;
463
- $editorContentBorder: $panelContentBorder !default;
464
- $editorContentBg: $panelContentBg !default;
465
-
466
- //paginator
467
- $paginatorBg: $shade000 !default;
468
- $paginatorTextColor: $shade600 !default;
469
- $paginatorBorder: solid $shade200 !default;
470
- $paginatorBorderWidth: 0 !default;
471
- $paginatorPadding: 0.25rem !default;
472
- $paginatorElementWidth: $buttonIconOnlyWidth !default;
473
- $paginatorElementHeight: $buttonIconOnlyWidth !default;
474
- $paginatorElementBg: transparent !default;
475
- $paginatorElementBorder: 0 none !default;
476
- $paginatorElementIconColor: $shade600 !default;
477
- $paginatorElementHoverBg: $shade200 !default;
478
- $paginatorElementHoverBorderColor: transparent !default;
479
- $paginatorElementIconHoverColor: $shade800 !default;
480
- $paginatorElementBorderRadius: 50% !default;
481
- $paginatorElementMargin: 0.143rem !default;
482
- $paginatorElementPadding: 0 !default;
483
-
484
- //table
485
- $tableHeaderBorder: 1px solid $shade300 !default;
486
- $tableHeaderBorderWidth: 1px 0 1px 0 !default;
487
- $tableHeaderBg: $shade100 !default;
488
- $tableHeaderTextColor: $shade800 !default;
489
- $tableHeaderFontWeight: 700 !default;
490
- $tableHeaderPadding: 1rem 1rem !default;
491
-
492
- $tableHeaderCellPadding: 0.5rem 0.5rem !default;
493
- $tableHeaderCellBg: $shade100 !default;
494
- $tableHeaderCellTextColor: $shade800 !default;
495
- $tableHeaderCellFontWeight: 700 !default;
496
- $tableHeaderCellBorder: 1px solid $shade300 !default;
497
- $tableHeaderCellBorderWidth: 0 0 1px 0 !default;
498
- $tableHeaderCellHoverBg: $shade200 !default;
499
- $tableHeaderCellTextHoverColor: $shade800 !default;
500
- $tableHeaderCellIconColor: $shade800 !default;
501
- $tableHeaderCellIconHoverColor: $shade800 !default;
502
- $tableHeaderCellHighlightBg: $highlightBg !default;
503
- $tableHeaderCellHighlightTextColor: $highlightTextColor !default;
504
- $tableHeaderCellHighlightHoverBg: $highlightBg !default;
505
- $tableHeaderCellHighlightTextHoverColor: $highlightTextColor !default;
506
- $tableSortableColumnBadgeSize: 1.143rem !default;
507
-
508
- $tableBodyRowBg: $shade000 !default;
509
- $tableBodyRowTextColor: $shade700 !default;
510
- $tableBodyRowEvenBg: scale-color($tableBodyRowBg, $lightness: -1%) !default;
511
- $tableBodyRowHoverBg: $shade200 !default;
512
- $tableBodyRowTextHoverColor: $shade900 !default;
513
- $tableBodyCellBorder: 1px solid $shade300 !default;
514
- $tableBodyCellBorderWidth: 0 0 1px 0 !default;
515
- $tableBodyCellPadding: 0.5rem 0.5rem !default;
516
-
517
- $tableFooterCellPadding: 1rem 1rem !default;
518
- $tableFooterCellBg: $shade100 !default;
519
- $tableFooterCellTextColor: $shade800 !default;
520
- $tableFooterCellFontWeight: 700 !default;
521
- $tableFooterCellBorder: 1px solid $shade300 !default;
522
- $tableFooterCellBorderWidth: 0 0 1px 0 !default;
523
- $tableResizerHelperBg: $primaryColor !default;
524
-
525
- $tableFooterBorder: 1px solid $shade300 !default;
526
- $tableFooterBorderWidth: 0 0 1px 0 !default;
527
- $tableFooterBg: $shade100 !default;
528
- $tableFooterTextColor: $shade800 !default;
529
- $tableFooterFontWeight: 700 !default;
530
- $tableFooterPadding: 1rem 1rem !default;
531
-
532
- $tableCellContentAlignment: left !default;
533
- $tableTopPaginatorBorderWidth: 0 0 1px 0 !default;
534
- $tableBottomPaginatorBorderWidth: 0 0 1px 0 !default;
535
-
536
- $tableScaleSM: 0.5 !default;
537
- $tableScaleLG: 1.25 !default;
538
-
539
- //dataview
540
- $dataViewContentPadding: 0 !default;
541
- $dataViewContentBorder: 0 none !default;
542
- $dataViewListItemBorder: solid $shade300 !default;
543
- $dataViewListItemBorderWidth: 0 0 1px 0 !default;
544
-
545
- //schedule
546
- $fullCalendarEventBg: $primaryDarkColor !default;
547
- $fullCalendarEventBorderColor: $primaryDarkColor !default;
548
- $fullCalendarEventBorder: 1px solid $primaryDarkColor !default;
549
- $fullCalendarEventTextColor: $primaryTextColor !default;
550
-
551
- //tree
552
- $treeContainerPadding: 0.286rem !default;
553
- $treeNodePadding: 0.143rem !default;
554
- $treeNodeContentPadding: 0.5rem !default;
555
- $treeNodeChildrenPadding: 0 0 0 1rem !default;
556
- $treeNodeIconColor: $shade600 !default;
557
-
558
- //timeline
559
- $timelineVerticalEventContentPadding: 0 1rem !default;
560
- $timelineHorizontalEventContentPadding: 1rem 0 !default;
561
- $timelineEventMarkerWidth: 1rem !default;
562
- $timelineEventMarkerHeight: 1rem !default;
563
- $timelineEventMarkerBorderRadius: 50% !default;
564
- $timelineEventMarkerBorder: 2px solid $primaryColor !default;
565
- $timelineEventMarkerBackground: $primaryTextColor !default;
566
- $timelineEventConnectorSize: 2px !default;
567
- $timelineEventColor: $shade300 !default;
568
-
569
- //org chart
570
- $organizationChartConnectorColor: $shade300 !default;
571
-
572
- //message
573
- $messageMargin: 1rem 0 !default;
574
- $messagePadding: 1.25rem 1.75rem !default;
575
- $messageBorderWidth: 0 0 0 6px !default;
576
- $messageIconFontSize: 1.5rem !default;
577
- $messageTextFontSize: 1rem !default;
578
- $messageTextFontWeight: 500 !default;
579
-
580
- //inline message
581
- $inlineMessagePadding: $inputPadding !default;
582
- $inlineMessageMargin: 0 !default;
583
- $inlineMessageIconFontSize: 1rem !default;
584
- $inlineMessageTextFontSize: 1rem !default;
585
- $inlineMessageBorderWidth: 0px !default;
586
-
587
- //toast
588
- $toastIconFontSize: 2rem !default;
589
- $toastMessageTextMargin: 0 0 0 1rem !default;
590
- $toastMargin: 0 0 1rem 0 !default;
591
- $toastPadding: 1rem !default;
592
- $toastBorderWidth: 0 0 0 6px !default;
593
- $toastShadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
594
- $toastOpacity: 1 !default;
595
- $toastTitleFontWeight: 700 !default;
596
- $toastDetailMargin: $inlineSpacing 0 0 0 !default;
597
-
598
- //severities
599
- $infoMessageBg: rgba(219, 234, 254, 0.7) !default;
600
- $infoMessageBorder: solid #3b82f6 !default;
601
- $infoMessageTextColor: #3b82f6 !default;
602
- $infoMessageIconColor: #3b82f6 !default;
603
- $successMessageBg: rgba(228, 248, 240, 0.7) !default;
604
- $successMessageBorder: solid #1ea97c !default;
605
- $successMessageTextColor: #1ea97c !default;
606
- $successMessageIconColor: #1ea97c !default;
607
- $warningMessageBg: rgba(255, 242, 226, 0.7) !default;
608
- $warningMessageBorder: solid #cc8925 !default;
609
- $warningMessageTextColor: #cc8925 !default;
610
- $warningMessageIconColor: #cc8925 !default;
611
- $errorMessageBg: rgba(255, 231, 230, 0.7) !default;
612
- $errorMessageBorder: solid #ff5757 !default;
613
- $errorMessageTextColor: #ff5757 !default;
614
- $errorMessageIconColor: #ff5757 !default;
615
-
616
- //overlays
617
- $overlayContentBorder: 0 none !default;
618
- $overlayContentBg: $panelContentBg !default;
619
- $overlayContainerShadow: 0 1px 3px rgba(0, 0, 0, 0.3) !default;
620
-
621
- //dialog
622
- $dialogHeaderBg: $shade000 !default;
623
- $dialogHeaderBorder: 0 none !default;
624
- $dialogHeaderTextColor: $shade800 !default;
625
- $dialogHeaderFontWeight: 700 !default;
626
- $dialogHeaderFontSize: 1.25rem !default;
627
- $dialogHeaderPadding: 1.5rem !default;
628
- $dialogContentPadding: 0 1.5rem 2rem 1.5rem !default;
629
- $dialogFooterBorder: 0 none !default;
630
- $dialogFooterPadding: 0 1.5rem 1.5rem 1.5rem !default;
631
-
632
- //confirmpopup
633
- $confirmPopupContentPadding: $panelContentPadding !default;
634
- $confirmPopupFooterPadding: 0 1.25rem 1.25rem 1.25rem !default;
635
-
636
- //tooltip
637
- $tooltipBg: $shade700 !default;
638
- $tooltipTextColor: $shade000 !default;
639
- $tooltipPadding: $inputPadding !default;
640
-
641
- //steps
642
- $stepsItemBg: $shade000 !default;
643
- $stepsItemBorder: 1px solid $shade200 !default;
644
- $stepsItemTextColor: $shade600 !default;
645
- $stepsItemNumberWidth: 2rem !default;
646
- $stepsItemNumberHeight: 2rem !default;
647
- $stepsItemNumberFontSize: 1.143rem !default;
648
- $stepsItemNumberColor: $shade700 !default;
649
- $stepsItemNumberBorderRadius: 50% !default;
650
- $stepsItemActiveFontWeight: 700 !default;
651
-
652
- //progressbar, progressspinner
653
- $progressBarHeight: 1.5rem !default;
654
- $progressBarBorder: 0 none !default;
655
- $progressBarBg: $shade300 !default;
656
- $progressBarValueBg: $primaryColor !default;
657
- $progressBarValueTextColor: $primaryTextColor !default;
658
-
659
- $progressSpinnerStrokeColor: $errorMessageTextColor !default;
660
- $progressSpinnerColorOne: $errorMessageTextColor !default;
661
- $progressSpinnerColorTwo: $infoMessageTextColor !default;
662
- $progressSpinnerColorThree: $successMessageTextColor !default;
663
- $progressSpinnerColorFour: $warningMessageTextColor !default;
664
-
665
- //menu (e.g. menu, menubar, tieredmenu)
666
- $menuWidth: 12.5rem !default;
667
- $menuBg: $shade000 !default;
668
- $menuBorder: 1px solid $shade300 !default;
669
- $menuTextColor: $shade700 !default;
670
- $menuitemPadding: 0.75rem 1.25rem !default;
671
- $menuitemBorderRadius: 0 !default;
672
- $menuitemTextColor: $shade700 !default;
673
- $menuitemIconColor: $shade600 !default;
674
- $menuitemTextHoverColor: $shade700 !default;
675
- $menuitemIconHoverColor: $shade600 !default;
676
- $menuitemHoverBg: $shade200 !default;
677
- $menuitemTextFocusColor: $shade700 !default;
678
- $menuitemIconFocusColor: $shade700 !default;
679
- $menuitemFocusBg: $shade300 !default;
680
- $menuitemTextActiveColor: $highlightTextColor !default;
681
- $menuitemIconActiveColor: $highlightTextColor !default;
682
- $menuitemActiveBg: $highlightBg !default;
683
- $menuitemActiveFocusBg: $highlightFocusBg !default;
684
- $menuitemSubmenuIconFontSize: 0.875rem !default;
685
- $submenuHeaderMargin: 0 !default;
686
- $submenuHeaderPadding: 0.75rem 1.25rem !default;
687
- $submenuHeaderBg: $shade000 !default;
688
- $submenuHeaderTextColor: $shade800 !default;
689
- $submenuHeaderBorderRadius: 0 !default;
690
- $submenuHeaderFontWeight: 700 !default;
691
- $overlayMenuBg: $menuBg !default;
692
- $overlayMenuBorder: 0 none !default;
693
- $overlayMenuShadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
694
- $verticalMenuPadding: 0.25rem 0 !default;
695
- $menuSeparatorMargin: 0.25rem 0 !default;
696
-
697
- $breadcrumbPadding: 1rem !default;
698
- $breadcrumbBg: $menuBg !default;
699
- $breadcrumbBorder: $menuBorder !default;
700
- $breadcrumbItemTextColor: $menuitemTextColor !default;
701
- $breadcrumbItemIconColor: $menuitemIconColor !default;
702
- $breadcrumbLastItemTextColor: $menuitemTextColor !default;
703
- $breadcrumbLastItemIconColor: $menuitemIconColor !default;
704
- $breadcrumbSeparatorColor: $menuitemTextColor !default;
705
-
706
- $horizontalMenuPadding: 0.5rem !default;
707
- $horizontalMenuBg: $shade100 !default;
708
- $horizontalMenuBorder: $menuBorder !default;
709
- $horizontalMenuTextColor: $menuTextColor !default;
710
- $horizontalMenuRootMenuitemPadding: $menuitemPadding !default;
711
- $horizontalMenuRootMenuitemBorderRadius: $borderRadius !default;
712
- $horizontalMenuRootMenuitemTextColor: $menuitemTextColor !default;
713
- $horizontalMenuRootMenuitemIconColor: $menuitemIconColor !default;
714
- $horizontalMenuRootMenuitemTextHoverColor: $menuitemTextHoverColor !default;
715
- $horizontalMenuRootMenuitemIconHoverColor: $menuitemIconHoverColor !default;
716
- $horizontalMenuRootMenuitemHoverBg: $menuitemHoverBg !default;
717
- $horizontalMenuRootMenuitemTextActiveColor: $menuitemTextActiveColor !default;
718
- $horizontalMenuRootMenuitemIconActiveColor: $menuitemIconActiveColor !default;
719
- $horizontalMenuRootMenuitemActiveBg: $menuitemActiveBg !default;
720
-
721
- //badge and tag
722
- $badgeBg: $primaryColor !default;
723
- $badgeTextColor: $primaryTextColor !default;
724
- $badgeMinWidth: 1.5rem !default;
725
- $badgeHeight: 1.5rem !default;
726
- $badgeFontWeight: 700 !default;
727
- $badgeFontSize: 0.75rem !default;
728
-
729
- $tagPadding: 0.25rem 0.4rem !default;
730
-
731
- //carousel
732
- $carouselIndicatorsPadding: 1rem !default;
733
- $carouselIndicatorBg: $shade400 !default;
734
- $carouselIndicatorHoverBg: $shade500 !default;
735
- $carouselIndicatorBorderRadius: 0 !default;
736
- $carouselIndicatorWidth: 2rem !default;
737
- $carouselIndicatorHeight: 0.5rem !default;
738
-
739
- //galleria
740
- $galleriaMaskBg: rgba(0, 0, 0, 0.9) !default;
741
- $galleriaCloseIconMargin: 0.5rem !default;
742
- $galleriaCloseIconFontSize: 2rem !default;
743
- $galleriaCloseIconBg: transparent !default;
744
- $galleriaCloseIconColor: $shade100 !default;
745
- $galleriaCloseIconHoverBg: rgba(255, 255, 255, 0.1) !default;
746
- $galleriaCloseIconHoverColor: $shade100 !default;
747
- $galleriaCloseIconWidth: 4rem !default;
748
- $galleriaCloseIconHeight: 4rem !default;
749
- $galleriaCloseIconBorderRadius: 50% !default;
750
-
751
- $galleriaItemNavigatorBg: transparent !default;
752
- $galleriaItemNavigatorColor: $shade100 !default;
753
- $galleriaItemNavigatorMargin: 0 0.5rem !default;
754
- $galleriaItemNavigatorFontSize: 2rem !default;
755
- $galleriaItemNavigatorHoverBg: rgba(255, 255, 255, 0.1) !default;
756
- $galleriaItemNavigatorHoverColor: $shade100 !default;
757
- $galleriaItemNavigatorWidth: 4rem !default;
758
- $galleriaItemNavigatorHeight: 4rem !default;
759
- $galleriaItemNavigatorBorderRadius: $borderRadius !default;
760
-
761
- $galleriaCaptionBg: rgba(0, 0, 0, 0.5) !default;
762
- $galleriaCaptionTextColor: $shade100 !default;
763
- $galleriaCaptionPadding: 1rem !default;
764
-
765
- $galleriaIndicatorsPadding: 1rem !default;
766
- $galleriaIndicatorBg: $shade400 !default;
767
- $galleriaIndicatorHoverBg: $shade500 !default;
768
- $galleriaIndicatorBorderRadius: 50% !default;
769
- $galleriaIndicatorWidth: 1rem !default;
770
- $galleriaIndicatorHeight: 1rem !default;
771
- $galleriaIndicatorsBgOnItem: rgba(0, 0, 0, 0.5) !default;
772
- $galleriaIndicatorBgOnItem: rgba(255, 255, 255, 0.4) !default;
773
- $galleriaIndicatorHoverBgOnItem: rgba(255, 255, 255, 0.6) !default;
774
-
775
- $galleriaThumbnailContainerBg: rgba(0, 0, 0, 0.9) !default;
776
- $galleriaThumbnailContainerPadding: 1rem 0.25rem !default;
777
- $galleriaThumbnailNavigatorBg: transparent !default;
778
- $galleriaThumbnailNavigatorColor: $shade100 !default;
779
- $galleriaThumbnailNavigatorHoverBg: rgba(255, 255, 255, 0.1) !default;
780
- $galleriaThumbnailNavigatorHoverColor: $shade100 !default;
781
- $galleriaThumbnailNavigatorBorderRadius: 50% !default;
782
- $galleriaThumbnailNavigatorWidth: 2rem !default;
783
- $galleriaThumbnailNavigatorHeight: 2rem !default;
784
-
785
- //divider
786
- $dividerHorizontalMargin: 1.25rem 0 !default;
787
- $dividerHorizontalPadding: 0 1.25rem !default;
788
- $dividerVerticalMargin: 0 1.25rem !default;
789
- $dividerVerticalPadding: 1.25rem 0 !default;
790
- $dividerSize: 1px !default;
791
- $dividerColor: $shade300 !default;
792
-
793
- //avatar
794
- $avatarBg: $shade300 !default;
795
- $avatarTextColor: $textColor !default;
796
-
797
- //chip
798
- $chipBg: $shade300 !default;
799
- $chipTextColor: $textColor !default;
800
- $chipBorderRadius: 16px !default;
801
- $chipFocusBg: $shade400 !default;
802
- $chipFocusTextColor: $textColor !default;
803
-
804
- //scrollTop
805
- $scrollTopBg: rgba(0, 0, 0, 0.7) !default;
806
- $scrollTopHoverBg: rgba(0, 0, 0, 0.8) !default;
807
- $scrollTopWidth: 3rem !default;
808
- $scrollTopHeight: 3rem !default;
809
- $scrollTopBorderRadius: 50% !default;
810
- $scrollTopFontSize: 1.5rem !default;
811
- $scrollTopTextColor: $shade100 !default;
812
-
813
- //skeleton
814
- $skeletonBg: $shade300 !default;
815
- $skeletonAnimationBg: rgba(255, 255, 255, 0.4) !default;
816
-
817
- //splitter
818
- $splitterGutterBg: $shade100 !default;
819
- $splitterGutterHandleBg: $shade300 !default;
820
-
821
- //speeddial
822
- $speedDialButtonWidth: 4rem !default;
823
- $speedDialButtonHeight: 4rem !default;
824
- $speedDialButtonIconFontSize: 1.3rem !default;
825
- $speedDialActionWidth: 3rem !default;
826
- $speedDialActionHeight: 3rem !default;
827
- $speedDialActionBg: $shade700 !default;
828
- $speedDialActionHoverBg: #022354 !default;
829
- $speedDialActionTextColor: #fff !default;
830
- $speedDialActionTextHoverColor: #fff !default;
831
-
832
- //dock
833
- $dockActionWidth: 4rem !default;
834
- $dockActionHeight: 4rem !default;
835
- $dockItemPadding: 0.5rem !default;
836
- $dockItemBorderRadius: $borderRadius !default;
837
- $dockCurrentItemMargin: 1.5rem !default;
838
- $dockFirstItemsMargin: 1.3rem !default;
839
- $dockSecondItemsMargin: 0.9rem !default;
840
- $dockBg: rgba(255, 255, 255, 0.1) !default;
841
- $dockBorder: 1px solid rgba(255, 255, 255, 0.2) !default;
842
- $dockPadding: 0.5rem 0.5rem !default;
843
- $dockBorderRadius: 0.5rem !default;
844
-
845
- //image
846
- $imageMaskBg: rgba(0, 0, 0, 0.9) !default;
847
- $imagePreviewToolbarPadding: 1rem !default;
848
- $imagePreviewIndicatorColor: #f8f9fa !default;
849
- $imagePreviewIndicatorBg: rgba(0, 0, 0, 0.5) !default;
850
- $imagePreviewActionIconBg: transparent !default;
851
- $imagePreviewActionIconColor: #f8f9fa !default;
852
- $imagePreviewActionIconHoverBg: rgba(255, 255, 255, 0.1) !default;
853
- $imagePreviewActionIconHoverColor: #f8f9fa !default;
854
- $imagePreviewActionIconWidth: 3rem !default;
855
- $imagePreviewActionIconHeight: 3rem !default;
856
- $imagePreviewActionIconFontSize: 1.5rem !default;
857
- $imagePreviewActionIconBorderRadius: 50% !default;
858
-
859
- :root {
860
- font-family: 'Poppins', sans-serif;
861
- font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
862
- font-variation-settings: normal;
863
- --font-family: 'Poppins', sans-serif;
864
- --font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
865
- --surface-a: #{$shade000};
866
- --surface-b: #{$shade100};
867
- --surface-c: #{$shade200};
868
- --surface-d: #{$shade300};
869
- --surface-e: #{$shade000};
870
- --surface-f: #{$shade000};
871
- --text-color: #{$shade700};
872
- --text-color-secondary: #{$shade600};
873
- --primary-color: #{$primaryColor};
874
- --primary-color-text: #{$primaryTextColor};
875
- --surface-0: #ffffff;
876
- --surface-50: #f9fafb;
877
- --surface-100: #f3f4f6;
878
- --surface-200: #e5e7eb;
879
- --surface-300: #d1d5db;
880
- --surface-400: #9ca3af;
881
- --surface-500: #6b7280;
882
- --surface-600: #4b5563;
883
- --surface-700: #374151;
884
- --surface-800: #1f2937;
885
- --surface-900: #111827;
886
- --gray-50: #f9fafb;
887
- --gray-100: #f3f4f6;
888
- --gray-200: #e5e7eb;
889
- --gray-300: #d1d5db;
890
- --gray-400: #9ca3af;
891
- --gray-500: #6b7280;
892
- --gray-600: #4b5563;
893
- --gray-700: #374151;
894
- --gray-800: #1f2937;
895
- --gray-900: #111827;
896
- --content-padding: #{$panelContentPadding};
897
- --inline-spacing: #{$inlineSpacing};
898
- --border-radius: #{$borderRadius};
899
- --surface-ground: #f9fafb;
900
- --surface-section: #ffffff;
901
- --surface-card: #ffffff;
902
- --surface-overlay: #ffffff;
903
- --surface-border: #dfe7ef;
904
- --surface-hover: #f6f9fc;
905
- --focus-ring: #{$focusShadow};
906
- --maskbg: #{$maskBg};
907
- --highlight-bg: #{$highlightBg};
908
- --highlight-text-color: #{$highlightTextColor};
909
- color-scheme: light;
910
- --transition-duration: #{$transitionDuration};
911
- }
1
+ $colors: (
2
+ 'blue': #3b82f6,
3
+ 'green': #22c55e,
4
+ 'yellow': #eab308,
5
+ 'cyan': #06b6d4,
6
+ 'pink': #ec4899,
7
+ 'indigo': #6366f1,
8
+ 'teal': #14b8a6,
9
+ 'orange': #f97316,
10
+ 'bluegray': #64748b,
11
+ 'purple': #a855f7,
12
+ 'red': #ff3d32,
13
+ 'primary': $primary500
14
+ );
15
+
16
+ //reused color variables
17
+ $shade000: #ffffff !default; //surface
18
+ $shade100: #f9fafb !default; //header background
19
+ $shade200: #f3f4f6 !default; //hover background
20
+ $shade300: #e5e7eb !default; //border, divider
21
+ $shade400: #d1d5db !default; //input border
22
+ $shade500: #9ca3af !default; //input icon
23
+ $shade600: #6b7280 !default; //text secondary color
24
+ $shade700: #4b5563 !default; //text color
25
+ $shade800: #374151 !default; //unused
26
+ $shade900: #1f2937 !default; //unused
27
+
28
+ //global
29
+ $fontFamily: 'Poppins', sans-serif !default;
30
+ $fontSize: 1rem !default;
31
+ $fontWeight: normal !default;
32
+ $textColor: $shade700 !default;
33
+ $textSecondaryColor: $shade600 !default;
34
+ $borderRadius: 6px !default;
35
+ $transitionDuration: 0.2s !default;
36
+ $formElementTransition:
37
+ background-color $transitionDuration,
38
+ color $transitionDuration,
39
+ border-color $transitionDuration,
40
+ box-shadow $transitionDuration !default;
41
+ $actionIconTransition:
42
+ background-color $transitionDuration,
43
+ color $transitionDuration,
44
+ box-shadow $transitionDuration !default;
45
+ $listItemTransition: box-shadow $transitionDuration !default;
46
+ $primeIconFontSize: 1rem !default;
47
+ $divider: 1px solid $shade300 !default;
48
+ $inlineSpacing: 0.5rem !default;
49
+ $disabledOpacity: 0.6 !default;
50
+ $maskBg: rgba(0, 0, 0, 0.4) !default;
51
+ $loadingIconFontSize: 2rem !default;
52
+ $errorColor: #e24c4c !default;
53
+
54
+ //scale
55
+ $scaleSM: 0.875 !default;
56
+ $scaleLG: 1.25 !default;
57
+
58
+ //focus
59
+ $focusOutlineColor: $primaryLightColor !default;
60
+ $focusOutline: 0 none !default;
61
+ $focusOutlineOffset: 0 !default;
62
+ $focusShadow: 0 0 0 0.2rem $focusOutlineColor !default;
63
+
64
+ //action icons
65
+ $actionIconWidth: 2rem !default;
66
+ $actionIconHeight: 2rem !default;
67
+ $actionIconBg: transparent !default;
68
+ $actionIconBorder: 0 none !default;
69
+ $actionIconColor: $shade600 !default;
70
+ $actionIconHoverBg: $shade200 !default;
71
+ $actionIconHoverBorderColor: transparent !default;
72
+ $actionIconHoverColor: $shade800 !default;
73
+ $actionIconBorderRadius: 50% !default;
74
+
75
+ //input field (e.g. inputtext, spinner, inputmask)
76
+ $inputPadding: 0.65rem 0.65rem !default;
77
+ $inputTextFontSize: 1rem !default;
78
+
79
+ $inputBg: $shade000 !default;
80
+ $inputTextColor: $shade700 !default;
81
+ $inputIconColor: $shade600 !default;
82
+ $inputBorder: 1px solid $shade400 !default;
83
+ $inputHoverBorderColor: $primaryColor !default;
84
+ $inputFocusBorderColor: $primaryColor !default;
85
+ $inputErrorBorderColor: $errorColor !default;
86
+ $inputPlaceholderTextColor: $shade600 !default;
87
+ $inputFilledBg: $shade200 !default;
88
+ $inputFilledHoverBg: $inputFilledBg !default;
89
+ $inputFilledFocusBg: $shade000 !default;
90
+
91
+ //input groups
92
+ $inputGroupBg: $shade200 !default;
93
+ $inputGroupTextColor: $shade600 !default;
94
+ $inputGroupAddOnMinWidth: 3rem !default;
95
+
96
+ //input lists (e.g. dropdown, autocomplete, multiselect, orderlist)
97
+ $inputListBg: $shade000 !default;
98
+ $inputListTextColor: $shade700 !default;
99
+ $inputListBorder: $inputBorder !default;
100
+ $inputListPadding: 0.75rem 0 !default;
101
+ $inputListItemPadding: 0.75rem 1.25rem !default;
102
+ $inputListItemBg: transparent !default;
103
+ $inputListItemTextColor: $shade700 !default;
104
+ $inputListItemHoverBg: $shade200 !default;
105
+ $inputListItemTextHoverColor: $shade700 !default;
106
+ $inputListItemFocusBg: $shade300 !default;
107
+ $inputListItemTextFocusColor: $shade700 !default;
108
+ $inputListItemBorder: 0 none !default;
109
+ $inputListItemBorderRadius: 0 !default;
110
+ $inputListItemMargin: 0 !default;
111
+ $inputListItemFocusShadow: inset 0 0 0 0.15rem $focusOutlineColor !default;
112
+ $inputListHeaderPadding: 0.75rem 1.25rem !default;
113
+ $inputListHeaderMargin: 0 !default;
114
+ $inputListHeaderBg: $shade100 !default;
115
+ $inputListHeaderTextColor: $shade800 !default;
116
+ $inputListHeaderBorder: 1px solid $shade300 !default;
117
+
118
+ //inputs with overlays (e.g. autocomplete, dropdown, multiselect)
119
+ $inputOverlayBg: $inputListBg !default;
120
+ $inputOverlayHeaderBg: $inputListHeaderBg !default;
121
+ $inputOverlayBorder: 0 none !default;
122
+ $inputOverlayShadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
123
+
124
+ //password
125
+ $passwordMeterBg: $shade300 !default;
126
+ $passwordWeakBg: #ea5455 !default;
127
+ $passwordMediumBg: #ff9f42 !default;
128
+ $passwordStrongBg: #29c76f !default;
129
+
130
+ //button
131
+ $buttonPadding: 0.5rem 0.75rem !default;
132
+ $buttonIconOnlyWidth: 3rem !default;
133
+ $buttonIconOnlyPadding: 0.75rem 0 !default;
134
+ $buttonBg: $primaryColor !default;
135
+ $buttonTextColor: $primaryTextColor !default;
136
+ $buttonBorder: 1px solid $primaryColor !default;
137
+ $buttonHoverBg: $primaryDarkColor !default;
138
+ $buttonTextHoverColor: $primaryTextColor !default;
139
+ $buttonHoverBorderColor: $primaryDarkColor !default;
140
+ $buttonActiveBg: $primaryDarkerColor !default;
141
+ $buttonTextActiveColor: $primaryTextColor !default;
142
+ $buttonActiveBorderColor: $primaryDarkerColor !default;
143
+ $raisedButtonShadow:
144
+ 0 3px 1px -2px rgba(0, 0, 0, 0.2),
145
+ 0 2px 2px 0 rgba(0, 0, 0, 0.14),
146
+ 0 1px 5px 0 rgba(0, 0, 0, 0.12) !default;
147
+ $roundedButtonBorderRadius: 2rem !default;
148
+
149
+ $textButtonHoverBgOpacity: 0.04 !default;
150
+ $textButtonActiveBgOpacity: 0.16 !default;
151
+ $outlinedButtonBorder: 1px solid !default;
152
+ $plainButtonTextColor: $textSecondaryColor !default;
153
+ $plainButtonHoverBgColor: $shade200 !default;
154
+ $plainButtonActiveBgColor: $shade300 !default;
155
+
156
+ $secondaryButtonBg: #64748b !default;
157
+ $secondaryButtonTextColor: #ffffff !default;
158
+ $secondaryButtonBorder: 1px solid $secondaryButtonBg !default;
159
+ $secondaryButtonHoverBg: #475569 !default;
160
+ $secondaryButtonTextHoverColor: $secondaryButtonTextColor !default;
161
+ $secondaryButtonHoverBorderColor: #475569 !default;
162
+ $secondaryButtonActiveBg: #334155 !default;
163
+ $secondaryButtonTextActiveColor: $secondaryButtonTextColor !default;
164
+ $secondaryButtonActiveBorderColor: #334155 !default;
165
+ $secondaryButtonFocusShadow: 0 0 0 0.2rem #e2e8f0 !default;
166
+
167
+ $infoButtonBg: #3b82f6 !default;
168
+ $infoButtonTextColor: #ffffff !default;
169
+ $infoButtonBorder: 1px solid $infoButtonBg !default;
170
+ $infoButtonHoverBg: #2563eb !default;
171
+ $infoButtonTextHoverColor: $infoButtonTextColor !default;
172
+ $infoButtonHoverBorderColor: #2563eb !default;
173
+ $infoButtonActiveBg: #1d4ed8 !default;
174
+ $infoButtonTextActiveColor: $infoButtonTextColor !default;
175
+ $infoButtonActiveBorderColor: #1d4ed8 !default;
176
+ $infoButtonFocusShadow: 0 0 0 0.2rem #bfdbfe !default;
177
+
178
+ $successButtonBg: #22c55e !default;
179
+ $successButtonTextColor: #ffffff !default;
180
+ $successButtonBorder: 1px solid $successButtonBg !default;
181
+ $successButtonHoverBg: #16a34a !default;
182
+ $successButtonTextHoverColor: $successButtonTextColor !default;
183
+ $successButtonHoverBorderColor: #16a34a !default;
184
+ $successButtonActiveBg: #15803d !default;
185
+ $successButtonTextActiveColor: $successButtonTextColor !default;
186
+ $successButtonActiveBorderColor: #15803d !default;
187
+ $successButtonFocusShadow: 0 0 0 0.2rem #bbf7d0 !default;
188
+
189
+ $warningButtonBg: #f59e0b !default;
190
+ $warningButtonTextColor: #ffffff !default;
191
+ $warningButtonBorder: 1px solid $warningButtonBg !default;
192
+ $warningButtonHoverBg: #d97706 !default;
193
+ $warningButtonTextHoverColor: $warningButtonTextColor !default;
194
+ $warningButtonHoverBorderColor: #d97706 !default;
195
+ $warningButtonActiveBg: #b45309 !default;
196
+ $warningButtonTextActiveColor: $warningButtonTextColor !default;
197
+ $warningButtonActiveBorderColor: #b45309 !default;
198
+ $warningButtonFocusShadow: 0 0 0 0.2rem #fde68a !default;
199
+
200
+ $helpButtonBg: #a855f7 !default;
201
+ $helpButtonTextColor: #ffffff !default;
202
+ $helpButtonBorder: 1px solid $helpButtonBg !default;
203
+ $helpButtonHoverBg: #9333ea !default;
204
+ $helpButtonTextHoverColor: $helpButtonTextColor !default;
205
+ $helpButtonHoverBorderColor: #9333ea !default;
206
+ $helpButtonActiveBg: #7e22ce !default;
207
+ $helpButtonTextActiveColor: $helpButtonTextColor !default;
208
+ $helpButtonActiveBorderColor: #7e22ce !default;
209
+ $helpButtonFocusShadow: 0 0 0 0.2rem #e9d5ff !default;
210
+
211
+ $dangerButtonBg: #ef4444 !default;
212
+ $dangerButtonTextColor: #ffffff !default;
213
+ $dangerButtonBorder: 1px solid $dangerButtonBg !default;
214
+ $dangerButtonHoverBg: #dc2626 !default;
215
+ $dangerButtonTextHoverColor: $dangerButtonTextColor !default;
216
+ $dangerButtonHoverBorderColor: #dc2626 !default;
217
+ $dangerButtonActiveBg: #b91c1c !default;
218
+ $dangerButtonTextActiveColor: $dangerButtonTextColor !default;
219
+ $dangerButtonActiveBorderColor: #b91c1c !default;
220
+ $dangerButtonFocusShadow: 0 0 0 0.2rem #fecaca !default;
221
+
222
+ $linkButtonColor: $primaryDarkerColor !default;
223
+ $linkButtonHoverColor: $primaryDarkerColor !default;
224
+ $linkButtonTextHoverDecoration: underline !default;
225
+ $linkButtonFocusShadow: 0 0 0 0.2rem $focusOutlineColor !default;
226
+
227
+ //checkbox
228
+ $checkboxWidth: 22px !default;
229
+ $checkboxHeight: 22px !default;
230
+ $checkboxBorder: 2px solid $shade400 !default;
231
+ $checkboxIconFontSize: 14px !default;
232
+ $checkboxActiveBorderColor: $primaryColor !default;
233
+ $checkboxActiveBg: $primaryColor !default;
234
+ $checkboxIconActiveColor: $primaryTextColor !default;
235
+ $checkboxActiveHoverBg: $primaryDarkerColor !default;
236
+ $checkboxIconActiveHoverColor: $primaryTextColor !default;
237
+ $checkboxActiveHoverBorderColor: $primaryDarkerColor !default;
238
+
239
+ //radiobutton
240
+ $radiobuttonWidth: 22px !default;
241
+ $radiobuttonHeight: 22px !default;
242
+ $radiobuttonBorder: 2px solid $shade400 !default;
243
+ $radiobuttonIconSize: 12px !default;
244
+ $radiobuttonActiveBorderColor: $primaryColor !default;
245
+ $radiobuttonActiveBg: $primaryColor !default;
246
+ $radiobuttonIconActiveColor: $primaryTextColor !default;
247
+ $radiobuttonActiveHoverBg: $primaryDarkerColor !default;
248
+ $radiobuttonIconActiveHoverColor: $primaryTextColor !default;
249
+ $radiobuttonActiveHoverBorderColor: $primaryDarkerColor !default;
250
+
251
+ //colorpicker
252
+ $colorPickerPreviewWidth: 2rem !default;
253
+ $colorPickerPreviewHeight: 2rem !default;
254
+ $colorPickerBg: #323232 !default;
255
+ $colorPickerBorder: 1px solid #191919 !default;
256
+ $colorPickerHandleColor: $shade000 !default;
257
+
258
+ //togglebutton
259
+ $toggleButtonBg: $inputBg !default;
260
+ $toggleButtonBorder: 1px solid $shade400 !default;
261
+ $toggleButtonTextColor: $shade700 !default;
262
+ $toggleButtonIconColor: $shade600 !default;
263
+ $toggleButtonHoverBg: $shade200 !default;
264
+ $toggleButtonHoverBorderColor: $shade400 !default;
265
+ $toggleButtonTextHoverColor: $shade700 !default;
266
+ $toggleButtonIconHoverColor: $shade800 !default;
267
+ $toggleButtonActiveBg: $primaryColor !default;
268
+ $toggleButtonActiveBorderColor: $primaryColor !default;
269
+ $toggleButtonTextActiveColor: $primaryTextColor !default;
270
+ $toggleButtonIconActiveColor: $primaryTextColor !default;
271
+ $toggleButtonActiveHoverBg: $primaryDarkColor !default;
272
+ $toggleButtonActiveHoverBorderColor: $primaryDarkColor !default;
273
+ $toggleButtonTextActiveHoverColor: $primaryTextColor !default;
274
+ $toggleButtonIconActiveHoverColor: $primaryTextColor !default;
275
+
276
+ //inplace
277
+ $inplacePadding: $inputPadding !default;
278
+ $inplaceHoverBg: $shade200 !default;
279
+ $inplaceTextHoverColor: $shade700 !default;
280
+
281
+ //rating
282
+ $ratingIconFontSize: 1.143rem !default;
283
+ $ratingCancelIconColor: #ea5455 !default;
284
+ $ratingCancelIconHoverColor: #e73d3e !default;
285
+ $ratingStarIconOffColor: $shade700 !default;
286
+ $ratingStarIconOnColor: $primaryColor !default;
287
+ $ratingStarIconHoverColor: $primaryColor !default;
288
+
289
+ //slider
290
+ $sliderBg: $shade300 !default;
291
+ $sliderBorder: 0 none !default;
292
+ $sliderHorizontalHeight: 0.286rem !default;
293
+ $sliderVerticalWidth: 0.286rem !default;
294
+ $sliderHandleWidth: 1.143rem !default;
295
+ $sliderHandleHeight: 1.143rem !default;
296
+ $sliderHandleBg: $shade000 !default;
297
+ $sliderHandleBorder: 2px solid $primaryColor !default;
298
+ $sliderHandleBorderRadius: 50% !default;
299
+ $sliderHandleHoverBorderColor: $primaryColor !default;
300
+ $sliderHandleHoverBg: $primaryColor !default;
301
+ $sliderRangeBg: $primaryColor !default;
302
+
303
+ //calendar
304
+ $calendarTableMargin: 0.5rem 0 !default;
305
+ $calendarPadding: 0.5rem !default;
306
+ $calendarBg: $shade000 !default;
307
+ $calendarInlineBg: $calendarBg !default;
308
+ $calendarTextColor: $shade700 !default;
309
+ $calendarBorder: $inputListBorder !default;
310
+ $calendarOverlayBorder: $inputOverlayBorder !default;
311
+
312
+ $calendarHeaderPadding: 0.5rem !default;
313
+ $calendarHeaderBg: $shade000 !default;
314
+ $calendarInlineHeaderBg: $calendarBg !default;
315
+ $calendarHeaderBorder: 1px solid $shade300 !default;
316
+ $calendarHeaderTextColor: $shade700 !default;
317
+ $calendarHeaderFontWeight: 600 !default;
318
+ $calendarHeaderCellPadding: 0.5rem !default;
319
+ $calendarMonthYearHeaderHoverTextColor: $primaryColor !default;
320
+
321
+ $calendarCellDatePadding: 0.5rem !default;
322
+ $calendarCellDateWidth: 2.5rem !default;
323
+ $calendarCellDateHeight: 2.5rem !default;
324
+ $calendarCellDateBorderRadius: 50% !default;
325
+ $calendarCellDateBorder: 1px solid transparent !default;
326
+ $calendarCellDateHoverBg: $shade200 !default;
327
+ $calendarCellDateTodayBg: $shade400 !default;
328
+ $calendarCellDateTodayBorderColor: transparent !default;
329
+ $calendarCellDateTodayTextColor: $shade700 !default;
330
+
331
+ $calendarButtonBarPadding: 0 !default;
332
+ $calendarTimePickerPadding: 0.5rem !default;
333
+ $calendarTimePickerElementPadding: 0 0.5rem !default;
334
+ $calendarTimePickerTimeFontSize: 1.25rem !default;
335
+
336
+ $calendarBreakpoint: 769px !default;
337
+ $calendarCellDatePaddingSM: 0 !default;
338
+
339
+ //input switch
340
+ $inputSwitchWidth: 3rem !default;
341
+ $inputSwitchHeight: 1.75rem !default;
342
+ $inputSwitchBorderRadius: 30px !default;
343
+ $inputSwitchHandleWidth: 1.25rem !default;
344
+ $inputSwitchHandleHeight: 1.25rem !default;
345
+ $inputSwitchHandleBorderRadius: 50% !default;
346
+ $inputSwitchSliderPadding: 0.25rem !default;
347
+ $inputSwitchSliderOffBg: $shade400 !default;
348
+ $inputSwitchHandleOffBg: $shade000 !default;
349
+ $inputSwitchSliderOffHoverBg: scale-color($shade400, $lightness: -10%) !default;
350
+ $inputSwitchSliderOnBg: $primaryColor !default;
351
+ $inputSwitchSliderOnHoverBg: $primaryDarkColor !default;
352
+ $inputSwitchHandleOnBg: $shade000 !default;
353
+
354
+ //panel
355
+ $panelHeaderBorderColor: $shade300 !default;
356
+ $panelHeaderBorder: 1px solid $shade300 !default;
357
+ $panelHeaderBg: $shade100 !default;
358
+ $panelHeaderTextColor: $shade800 !default;
359
+ $panelHeaderFontWeight: 700 !default;
360
+ $panelHeaderPadding: 1.25rem !default;
361
+ $panelToggleableHeaderPadding: 0.25rem 1.25rem !default;
362
+
363
+ $panelHeaderHoverBg: $shade200 !default;
364
+ $panelHeaderHoverBorderColor: $shade300 !default;
365
+ $panelHeaderTextHoverColor: $shade800 !default;
366
+
367
+ $panelContentBorderColor: $shade300 !default;
368
+ $panelContentBorder: 1px solid $shade300 !default;
369
+ $panelContentBg: $shade000 !default;
370
+ $panelContentEvenRowBg: scale-color($panelContentBg, $lightness: -1%) !default;
371
+ $panelContentTextColor: $shade700 !default;
372
+ $panelContentPadding: 1rem !default;
373
+
374
+ $panelFooterBorder: 1px solid $shade300 !default;
375
+ $panelFooterBg: $shade000 !default;
376
+ $panelFooterTextColor: $shade700 !default;
377
+ $panelFooterPadding: 0.75rem 1.25rem !default;
378
+
379
+ //accordion
380
+ $accordionSpacing: 4px !default;
381
+ $accordionHeaderBorder: $panelHeaderBorder !default;
382
+ $accordionHeaderBg: $panelHeaderBg !default;
383
+ $accordionHeaderTextColor: $shade600 !default;
384
+ $accordionHeaderFontWeight: $panelHeaderFontWeight !default;
385
+ $accordionHeaderPadding: $panelHeaderPadding !default;
386
+
387
+ $accordionHeaderHoverBg: $shade200 !default;
388
+ $accordionHeaderHoverBorderColor: $shade300 !default;
389
+ $accordionHeaderTextHoverColor: $shade800 !default;
390
+
391
+ $accordionHeaderActiveBg: $panelHeaderBg !default;
392
+ $accordionHeaderActiveBorderColor: $shade300 !default;
393
+ $accordionHeaderTextActiveColor: $shade800 !default;
394
+
395
+ $accordionHeaderActiveHoverBg: $shade200 !default;
396
+ $accordionHeaderActiveHoverBorderColor: $shade300 !default;
397
+ $accordionHeaderTextActiveHoverColor: $shade800 !default;
398
+
399
+ $accordionContentBorder: $panelContentBorder !default;
400
+ $accordionContentBg: $panelContentBg !default;
401
+ $accordionContentTextColor: $panelContentTextColor !default;
402
+ $accordionContentPadding: $panelContentPadding !default;
403
+
404
+ //tabview
405
+ $tabviewNavBorder: 1px solid $shade300 !default;
406
+ $tabviewNavBorderWidth: 0 0 2px 0 !default;
407
+ $tabviewNavBg: $shade000 !default;
408
+
409
+ $tabviewHeaderSpacing: 0 !default;
410
+ $tabviewHeaderBorder: solid $shade300 !default;
411
+ $tabviewHeaderBorderWidth: 0 0 2px 0 !default;
412
+ $tabviewHeaderBorderColor: transparent transparent $shade300 transparent !default;
413
+ $tabviewHeaderBg: $shade000 !default;
414
+ $tabviewHeaderTextColor: $shade600 !default;
415
+ $tabviewHeaderFontWeight: $panelHeaderFontWeight !default;
416
+ $tabviewHeaderPadding: $panelHeaderPadding !default;
417
+ $tabviewHeaderMargin: 0 0 -2px 0 !default;
418
+
419
+ $tabviewHeaderHoverBg: $shade000 !default;
420
+ $tabviewHeaderHoverBorderColor: $shade500 !default;
421
+ $tabviewHeaderTextHoverColor: $shade600 !default;
422
+
423
+ $tabviewHeaderActiveBg: $shade000 !default;
424
+ $tabviewHeaderActiveBorderColor: $primaryColor !default;
425
+ $tabviewHeaderTextActiveColor: $primaryColor !default;
426
+
427
+ $tabviewContentBorder: 0 none !default;
428
+ $tabviewContentBg: $panelContentBg !default;
429
+ $tabviewContentTextColor: $panelContentTextColor !default;
430
+ $tabviewContentPadding: $panelContentPadding !default;
431
+
432
+ //upload
433
+ $fileUploadProgressBarHeight: 0.25rem !default;
434
+ $fileUploadContentPadding: 2rem 1rem !default;
435
+ $fileUploadContentHoverBorder: 1px dashed $primaryColor !default;
436
+ $fileUploadFileBorder: 1px solid $shade300 !default;
437
+ $fileUploadFilePadding: 1rem !default;
438
+
439
+ //scrollpanel
440
+ $scrollPanelTrackBorder: 0 none !default;
441
+ $scrollPanelTrackBg: $shade100 !default;
442
+
443
+ //card
444
+ $cardBodyPadding: 1.25rem !default;
445
+ $cardTitleFontSize: 1.5rem !default;
446
+ $cardTitleFontWeight: 700 !default;
447
+ $cardSubTitleFontWeight: 400 !default;
448
+ $cardSubTitleColor: $shade600 !default;
449
+ $cardContentPadding: 1.25rem 0 !default;
450
+ $cardFooterPadding: 1.25rem 0 0 0 !default;
451
+ $cardShadow:
452
+ 0 2px 1px -1px rgba(0, 0, 0, 0.2),
453
+ 0 1px 1px 0 rgba(0, 0, 0, 0.14),
454
+ 0 1px 3px 0 rgba(0, 0, 0, 0.12) !default;
455
+
456
+ //editor
457
+ $editorToolbarBg: $panelHeaderBg !default;
458
+ $editorToolbarBorder: $panelHeaderBorder !default;
459
+ $editorToolbarPadding: $panelHeaderPadding !default;
460
+ $editorToolbarIconColor: $textSecondaryColor !default;
461
+ $editorToolbarIconHoverColor: $textColor !default;
462
+ $editorIconActiveColor: $primaryColor !default;
463
+ $editorContentBorder: $panelContentBorder !default;
464
+ $editorContentBg: $panelContentBg !default;
465
+
466
+ //paginator
467
+ $paginatorBg: $shade000 !default;
468
+ $paginatorTextColor: $shade600 !default;
469
+ $paginatorBorder: solid $shade200 !default;
470
+ $paginatorBorderWidth: 0 !default;
471
+ $paginatorPadding: 0.25rem !default;
472
+ $paginatorElementWidth: $buttonIconOnlyWidth !default;
473
+ $paginatorElementHeight: $buttonIconOnlyWidth !default;
474
+ $paginatorElementBg: transparent !default;
475
+ $paginatorElementBorder: 0 none !default;
476
+ $paginatorElementIconColor: $shade600 !default;
477
+ $paginatorElementHoverBg: $shade200 !default;
478
+ $paginatorElementHoverBorderColor: transparent !default;
479
+ $paginatorElementIconHoverColor: $shade800 !default;
480
+ $paginatorElementBorderRadius: 50% !default;
481
+ $paginatorElementMargin: 0.143rem !default;
482
+ $paginatorElementPadding: 0 !default;
483
+
484
+ //table
485
+ $tableHeaderBorder: 1px solid $shade300 !default;
486
+ $tableHeaderBorderWidth: 1px 0 1px 0 !default;
487
+ $tableHeaderBg: $shade100 !default;
488
+ $tableHeaderTextColor: $shade800 !default;
489
+ $tableHeaderFontWeight: 700 !default;
490
+ $tableHeaderPadding: 1rem 1rem !default;
491
+
492
+ $tableHeaderCellPadding: 0.5rem 0.5rem !default;
493
+ $tableHeaderCellBg: $shade100 !default;
494
+ $tableHeaderCellTextColor: $shade800 !default;
495
+ $tableHeaderCellFontWeight: 700 !default;
496
+ $tableHeaderCellBorder: 1px solid $shade300 !default;
497
+ $tableHeaderCellBorderWidth: 0 0 1px 0 !default;
498
+ $tableHeaderCellHoverBg: $shade200 !default;
499
+ $tableHeaderCellTextHoverColor: $shade800 !default;
500
+ $tableHeaderCellIconColor: $shade800 !default;
501
+ $tableHeaderCellIconHoverColor: $shade800 !default;
502
+ $tableHeaderCellHighlightBg: $highlightBg !default;
503
+ $tableHeaderCellHighlightTextColor: $highlightTextColor !default;
504
+ $tableHeaderCellHighlightHoverBg: $highlightBg !default;
505
+ $tableHeaderCellHighlightTextHoverColor: $highlightTextColor !default;
506
+ $tableSortableColumnBadgeSize: 1.143rem !default;
507
+
508
+ $tableBodyRowBg: $shade000 !default;
509
+ $tableBodyRowTextColor: $shade700 !default;
510
+ $tableBodyRowEvenBg: scale-color($tableBodyRowBg, $lightness: -1%) !default;
511
+ $tableBodyRowHoverBg: $shade200 !default;
512
+ $tableBodyRowTextHoverColor: $shade900 !default;
513
+ $tableBodyCellBorder: 1px solid $shade300 !default;
514
+ $tableBodyCellBorderWidth: 0 0 1px 0 !default;
515
+ $tableBodyCellPadding: 0.5rem 0.5rem !default;
516
+
517
+ $tableFooterCellPadding: 1rem 1rem !default;
518
+ $tableFooterCellBg: $shade100 !default;
519
+ $tableFooterCellTextColor: $shade800 !default;
520
+ $tableFooterCellFontWeight: 700 !default;
521
+ $tableFooterCellBorder: 1px solid $shade300 !default;
522
+ $tableFooterCellBorderWidth: 0 0 1px 0 !default;
523
+ $tableResizerHelperBg: $primaryColor !default;
524
+
525
+ $tableFooterBorder: 1px solid $shade300 !default;
526
+ $tableFooterBorderWidth: 0 0 1px 0 !default;
527
+ $tableFooterBg: $shade100 !default;
528
+ $tableFooterTextColor: $shade800 !default;
529
+ $tableFooterFontWeight: 700 !default;
530
+ $tableFooterPadding: 1rem 1rem !default;
531
+
532
+ $tableCellContentAlignment: left !default;
533
+ $tableTopPaginatorBorderWidth: 0 0 1px 0 !default;
534
+ $tableBottomPaginatorBorderWidth: 0 0 1px 0 !default;
535
+
536
+ $tableScaleSM: 0.5 !default;
537
+ $tableScaleLG: 1.25 !default;
538
+
539
+ //dataview
540
+ $dataViewContentPadding: 0 !default;
541
+ $dataViewContentBorder: 0 none !default;
542
+ $dataViewListItemBorder: solid $shade300 !default;
543
+ $dataViewListItemBorderWidth: 0 0 1px 0 !default;
544
+
545
+ //schedule
546
+ $fullCalendarEventBg: $primaryDarkColor !default;
547
+ $fullCalendarEventBorderColor: $primaryDarkColor !default;
548
+ $fullCalendarEventBorder: 1px solid $primaryDarkColor !default;
549
+ $fullCalendarEventTextColor: $primaryTextColor !default;
550
+
551
+ //tree
552
+ $treeContainerPadding: 0.286rem !default;
553
+ $treeNodePadding: 0.143rem !default;
554
+ $treeNodeContentPadding: 0.5rem !default;
555
+ $treeNodeChildrenPadding: 0 0 0 1rem !default;
556
+ $treeNodeIconColor: $shade600 !default;
557
+
558
+ //timeline
559
+ $timelineVerticalEventContentPadding: 0 1rem !default;
560
+ $timelineHorizontalEventContentPadding: 1rem 0 !default;
561
+ $timelineEventMarkerWidth: 1rem !default;
562
+ $timelineEventMarkerHeight: 1rem !default;
563
+ $timelineEventMarkerBorderRadius: 50% !default;
564
+ $timelineEventMarkerBorder: 2px solid $primaryColor !default;
565
+ $timelineEventMarkerBackground: $primaryTextColor !default;
566
+ $timelineEventConnectorSize: 2px !default;
567
+ $timelineEventColor: $shade300 !default;
568
+
569
+ //org chart
570
+ $organizationChartConnectorColor: $shade300 !default;
571
+
572
+ //message
573
+ $messageMargin: 1rem 0 !default;
574
+ $messagePadding: 1.25rem 1.75rem !default;
575
+ $messageBorderWidth: 0 0 0 6px !default;
576
+ $messageIconFontSize: 1.5rem !default;
577
+ $messageTextFontSize: 1rem !default;
578
+ $messageTextFontWeight: 500 !default;
579
+
580
+ //inline message
581
+ $inlineMessagePadding: $inputPadding !default;
582
+ $inlineMessageMargin: 0 !default;
583
+ $inlineMessageIconFontSize: 1rem !default;
584
+ $inlineMessageTextFontSize: 1rem !default;
585
+ $inlineMessageBorderWidth: 0px !default;
586
+
587
+ //toast
588
+ $toastIconFontSize: 2rem !default;
589
+ $toastMessageTextMargin: 0 0 0 1rem !default;
590
+ $toastMargin: 0 0 1rem 0 !default;
591
+ $toastPadding: 1rem !default;
592
+ $toastBorderWidth: 0 0 0 6px !default;
593
+ $toastShadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
594
+ $toastOpacity: 1 !default;
595
+ $toastTitleFontWeight: 700 !default;
596
+ $toastDetailMargin: $inlineSpacing 0 0 0 !default;
597
+
598
+ //severities
599
+ $infoMessageBg: rgba(219, 234, 254, 0.7) !default;
600
+ $infoMessageBorder: solid #3b82f6 !default;
601
+ $infoMessageTextColor: #3b82f6 !default;
602
+ $infoMessageIconColor: #3b82f6 !default;
603
+ $successMessageBg: rgba(228, 248, 240, 0.7) !default;
604
+ $successMessageBorder: solid #1ea97c !default;
605
+ $successMessageTextColor: #1ea97c !default;
606
+ $successMessageIconColor: #1ea97c !default;
607
+ $warningMessageBg: rgba(255, 242, 226, 0.7) !default;
608
+ $warningMessageBorder: solid #cc8925 !default;
609
+ $warningMessageTextColor: #cc8925 !default;
610
+ $warningMessageIconColor: #cc8925 !default;
611
+ $errorMessageBg: rgba(255, 231, 230, 0.7) !default;
612
+ $errorMessageBorder: solid #ff5757 !default;
613
+ $errorMessageTextColor: #ff5757 !default;
614
+ $errorMessageIconColor: #ff5757 !default;
615
+
616
+ //overlays
617
+ $overlayContentBorder: 0 none !default;
618
+ $overlayContentBg: $panelContentBg !default;
619
+ $overlayContainerShadow: 0 1px 3px rgba(0, 0, 0, 0.3) !default;
620
+
621
+ //dialog
622
+ $dialogHeaderBg: $shade000 !default;
623
+ $dialogHeaderBorder: 0 none !default;
624
+ $dialogHeaderTextColor: $shade800 !default;
625
+ $dialogHeaderFontWeight: 700 !default;
626
+ $dialogHeaderFontSize: 1.25rem !default;
627
+ $dialogHeaderPadding: 1.5rem !default;
628
+ $dialogContentPadding: 0 1.5rem 2rem 1.5rem !default;
629
+ $dialogFooterBorder: 0 none !default;
630
+ $dialogFooterPadding: 0 1.5rem 1.5rem 1.5rem !default;
631
+
632
+ //confirmpopup
633
+ $confirmPopupContentPadding: $panelContentPadding !default;
634
+ $confirmPopupFooterPadding: 0 1.25rem 1.25rem 1.25rem !default;
635
+
636
+ //tooltip
637
+ $tooltipBg: $shade700 !default;
638
+ $tooltipTextColor: $shade000 !default;
639
+ $tooltipPadding: $inputPadding !default;
640
+
641
+ //steps
642
+ $stepsItemBg: $shade000 !default;
643
+ $stepsItemBorder: 1px solid $shade200 !default;
644
+ $stepsItemTextColor: $shade600 !default;
645
+ $stepsItemNumberWidth: 2rem !default;
646
+ $stepsItemNumberHeight: 2rem !default;
647
+ $stepsItemNumberFontSize: 1.143rem !default;
648
+ $stepsItemNumberColor: $shade700 !default;
649
+ $stepsItemNumberBorderRadius: 50% !default;
650
+ $stepsItemActiveFontWeight: 700 !default;
651
+
652
+ //progressbar, progressspinner
653
+ $progressBarHeight: 1.5rem !default;
654
+ $progressBarBorder: 0 none !default;
655
+ $progressBarBg: $shade300 !default;
656
+ $progressBarValueBg: $primaryColor !default;
657
+ $progressBarValueTextColor: $primaryTextColor !default;
658
+
659
+ $progressSpinnerStrokeColor: $errorMessageTextColor !default;
660
+ $progressSpinnerColorOne: $errorMessageTextColor !default;
661
+ $progressSpinnerColorTwo: $infoMessageTextColor !default;
662
+ $progressSpinnerColorThree: $successMessageTextColor !default;
663
+ $progressSpinnerColorFour: $warningMessageTextColor !default;
664
+
665
+ //menu (e.g. menu, menubar, tieredmenu)
666
+ $menuWidth: 12.5rem !default;
667
+ $menuBg: $shade000 !default;
668
+ $menuBorder: 1px solid $shade300 !default;
669
+ $menuTextColor: $shade700 !default;
670
+ $menuitemPadding: 0.75rem 1.25rem !default;
671
+ $menuitemBorderRadius: 0 !default;
672
+ $menuitemTextColor: $shade700 !default;
673
+ $menuitemIconColor: $shade600 !default;
674
+ $menuitemTextHoverColor: $shade700 !default;
675
+ $menuitemIconHoverColor: $shade600 !default;
676
+ $menuitemHoverBg: $shade200 !default;
677
+ $menuitemTextFocusColor: $shade700 !default;
678
+ $menuitemIconFocusColor: $shade700 !default;
679
+ $menuitemFocusBg: $shade300 !default;
680
+ $menuitemTextActiveColor: $highlightTextColor !default;
681
+ $menuitemIconActiveColor: $highlightTextColor !default;
682
+ $menuitemActiveBg: $highlightBg !default;
683
+ $menuitemActiveFocusBg: $highlightFocusBg !default;
684
+ $menuitemSubmenuIconFontSize: 0.875rem !default;
685
+ $submenuHeaderMargin: 0 !default;
686
+ $submenuHeaderPadding: 0.75rem 1.25rem !default;
687
+ $submenuHeaderBg: $shade000 !default;
688
+ $submenuHeaderTextColor: $shade800 !default;
689
+ $submenuHeaderBorderRadius: 0 !default;
690
+ $submenuHeaderFontWeight: 700 !default;
691
+ $overlayMenuBg: $menuBg !default;
692
+ $overlayMenuBorder: 0 none !default;
693
+ $overlayMenuShadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
694
+ $verticalMenuPadding: 0.25rem 0 !default;
695
+ $menuSeparatorMargin: 0.25rem 0 !default;
696
+
697
+ $breadcrumbPadding: 1rem !default;
698
+ $breadcrumbBg: $menuBg !default;
699
+ $breadcrumbBorder: $menuBorder !default;
700
+ $breadcrumbItemTextColor: $menuitemTextColor !default;
701
+ $breadcrumbItemIconColor: $menuitemIconColor !default;
702
+ $breadcrumbLastItemTextColor: $menuitemTextColor !default;
703
+ $breadcrumbLastItemIconColor: $menuitemIconColor !default;
704
+ $breadcrumbSeparatorColor: $menuitemTextColor !default;
705
+
706
+ $horizontalMenuPadding: 0.5rem !default;
707
+ $horizontalMenuBg: $shade100 !default;
708
+ $horizontalMenuBorder: $menuBorder !default;
709
+ $horizontalMenuTextColor: $menuTextColor !default;
710
+ $horizontalMenuRootMenuitemPadding: $menuitemPadding !default;
711
+ $horizontalMenuRootMenuitemBorderRadius: $borderRadius !default;
712
+ $horizontalMenuRootMenuitemTextColor: $menuitemTextColor !default;
713
+ $horizontalMenuRootMenuitemIconColor: $menuitemIconColor !default;
714
+ $horizontalMenuRootMenuitemTextHoverColor: $menuitemTextHoverColor !default;
715
+ $horizontalMenuRootMenuitemIconHoverColor: $menuitemIconHoverColor !default;
716
+ $horizontalMenuRootMenuitemHoverBg: $menuitemHoverBg !default;
717
+ $horizontalMenuRootMenuitemTextActiveColor: $menuitemTextActiveColor !default;
718
+ $horizontalMenuRootMenuitemIconActiveColor: $menuitemIconActiveColor !default;
719
+ $horizontalMenuRootMenuitemActiveBg: $menuitemActiveBg !default;
720
+
721
+ //badge and tag
722
+ $badgeBg: $primaryColor !default;
723
+ $badgeTextColor: $primaryTextColor !default;
724
+ $badgeMinWidth: 1.5rem !default;
725
+ $badgeHeight: 1.5rem !default;
726
+ $badgeFontWeight: 700 !default;
727
+ $badgeFontSize: 0.75rem !default;
728
+
729
+ $tagPadding: 0.25rem 0.4rem !default;
730
+
731
+ //carousel
732
+ $carouselIndicatorsPadding: 1rem !default;
733
+ $carouselIndicatorBg: $shade400 !default;
734
+ $carouselIndicatorHoverBg: $shade500 !default;
735
+ $carouselIndicatorBorderRadius: 0 !default;
736
+ $carouselIndicatorWidth: 2rem !default;
737
+ $carouselIndicatorHeight: 0.5rem !default;
738
+
739
+ //galleria
740
+ $galleriaMaskBg: rgba(0, 0, 0, 0.9) !default;
741
+ $galleriaCloseIconMargin: 0.5rem !default;
742
+ $galleriaCloseIconFontSize: 2rem !default;
743
+ $galleriaCloseIconBg: transparent !default;
744
+ $galleriaCloseIconColor: $shade100 !default;
745
+ $galleriaCloseIconHoverBg: rgba(255, 255, 255, 0.1) !default;
746
+ $galleriaCloseIconHoverColor: $shade100 !default;
747
+ $galleriaCloseIconWidth: 4rem !default;
748
+ $galleriaCloseIconHeight: 4rem !default;
749
+ $galleriaCloseIconBorderRadius: 50% !default;
750
+
751
+ $galleriaItemNavigatorBg: transparent !default;
752
+ $galleriaItemNavigatorColor: $shade100 !default;
753
+ $galleriaItemNavigatorMargin: 0 0.5rem !default;
754
+ $galleriaItemNavigatorFontSize: 2rem !default;
755
+ $galleriaItemNavigatorHoverBg: rgba(255, 255, 255, 0.1) !default;
756
+ $galleriaItemNavigatorHoverColor: $shade100 !default;
757
+ $galleriaItemNavigatorWidth: 4rem !default;
758
+ $galleriaItemNavigatorHeight: 4rem !default;
759
+ $galleriaItemNavigatorBorderRadius: $borderRadius !default;
760
+
761
+ $galleriaCaptionBg: rgba(0, 0, 0, 0.5) !default;
762
+ $galleriaCaptionTextColor: $shade100 !default;
763
+ $galleriaCaptionPadding: 1rem !default;
764
+
765
+ $galleriaIndicatorsPadding: 1rem !default;
766
+ $galleriaIndicatorBg: $shade400 !default;
767
+ $galleriaIndicatorHoverBg: $shade500 !default;
768
+ $galleriaIndicatorBorderRadius: 50% !default;
769
+ $galleriaIndicatorWidth: 1rem !default;
770
+ $galleriaIndicatorHeight: 1rem !default;
771
+ $galleriaIndicatorsBgOnItem: rgba(0, 0, 0, 0.5) !default;
772
+ $galleriaIndicatorBgOnItem: rgba(255, 255, 255, 0.4) !default;
773
+ $galleriaIndicatorHoverBgOnItem: rgba(255, 255, 255, 0.6) !default;
774
+
775
+ $galleriaThumbnailContainerBg: rgba(0, 0, 0, 0.9) !default;
776
+ $galleriaThumbnailContainerPadding: 1rem 0.25rem !default;
777
+ $galleriaThumbnailNavigatorBg: transparent !default;
778
+ $galleriaThumbnailNavigatorColor: $shade100 !default;
779
+ $galleriaThumbnailNavigatorHoverBg: rgba(255, 255, 255, 0.1) !default;
780
+ $galleriaThumbnailNavigatorHoverColor: $shade100 !default;
781
+ $galleriaThumbnailNavigatorBorderRadius: 50% !default;
782
+ $galleriaThumbnailNavigatorWidth: 2rem !default;
783
+ $galleriaThumbnailNavigatorHeight: 2rem !default;
784
+
785
+ //divider
786
+ $dividerHorizontalMargin: 1.25rem 0 !default;
787
+ $dividerHorizontalPadding: 0 1.25rem !default;
788
+ $dividerVerticalMargin: 0 1.25rem !default;
789
+ $dividerVerticalPadding: 1.25rem 0 !default;
790
+ $dividerSize: 1px !default;
791
+ $dividerColor: $shade300 !default;
792
+
793
+ //avatar
794
+ $avatarBg: $shade300 !default;
795
+ $avatarTextColor: $textColor !default;
796
+
797
+ //chip
798
+ $chipBg: $shade300 !default;
799
+ $chipTextColor: $textColor !default;
800
+ $chipBorderRadius: 16px !default;
801
+ $chipFocusBg: $shade400 !default;
802
+ $chipFocusTextColor: $textColor !default;
803
+
804
+ //scrollTop
805
+ $scrollTopBg: rgba(0, 0, 0, 0.7) !default;
806
+ $scrollTopHoverBg: rgba(0, 0, 0, 0.8) !default;
807
+ $scrollTopWidth: 3rem !default;
808
+ $scrollTopHeight: 3rem !default;
809
+ $scrollTopBorderRadius: 50% !default;
810
+ $scrollTopFontSize: 1.5rem !default;
811
+ $scrollTopTextColor: $shade100 !default;
812
+
813
+ //skeleton
814
+ $skeletonBg: $shade300 !default;
815
+ $skeletonAnimationBg: rgba(255, 255, 255, 0.4) !default;
816
+
817
+ //splitter
818
+ $splitterGutterBg: $shade100 !default;
819
+ $splitterGutterHandleBg: $shade300 !default;
820
+
821
+ //speeddial
822
+ $speedDialButtonWidth: 4rem !default;
823
+ $speedDialButtonHeight: 4rem !default;
824
+ $speedDialButtonIconFontSize: 1.3rem !default;
825
+ $speedDialActionWidth: 3rem !default;
826
+ $speedDialActionHeight: 3rem !default;
827
+ $speedDialActionBg: $shade700 !default;
828
+ $speedDialActionHoverBg: #022354 !default;
829
+ $speedDialActionTextColor: #fff !default;
830
+ $speedDialActionTextHoverColor: #fff !default;
831
+
832
+ //dock
833
+ $dockActionWidth: 4rem !default;
834
+ $dockActionHeight: 4rem !default;
835
+ $dockItemPadding: 0.5rem !default;
836
+ $dockItemBorderRadius: $borderRadius !default;
837
+ $dockCurrentItemMargin: 1.5rem !default;
838
+ $dockFirstItemsMargin: 1.3rem !default;
839
+ $dockSecondItemsMargin: 0.9rem !default;
840
+ $dockBg: rgba(255, 255, 255, 0.1) !default;
841
+ $dockBorder: 1px solid rgba(255, 255, 255, 0.2) !default;
842
+ $dockPadding: 0.5rem 0.5rem !default;
843
+ $dockBorderRadius: 0.5rem !default;
844
+
845
+ //image
846
+ $imageMaskBg: rgba(0, 0, 0, 0.9) !default;
847
+ $imagePreviewToolbarPadding: 1rem !default;
848
+ $imagePreviewIndicatorColor: #f8f9fa !default;
849
+ $imagePreviewIndicatorBg: rgba(0, 0, 0, 0.5) !default;
850
+ $imagePreviewActionIconBg: transparent !default;
851
+ $imagePreviewActionIconColor: #f8f9fa !default;
852
+ $imagePreviewActionIconHoverBg: rgba(255, 255, 255, 0.1) !default;
853
+ $imagePreviewActionIconHoverColor: #f8f9fa !default;
854
+ $imagePreviewActionIconWidth: 3rem !default;
855
+ $imagePreviewActionIconHeight: 3rem !default;
856
+ $imagePreviewActionIconFontSize: 1.5rem !default;
857
+ $imagePreviewActionIconBorderRadius: 50% !default;
858
+
859
+ :root {
860
+ font-family: 'Poppins', sans-serif;
861
+ font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
862
+ font-variation-settings: normal;
863
+ --font-family: 'Poppins', sans-serif;
864
+ --font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
865
+ --surface-a: #{$shade000};
866
+ --surface-b: #{$shade100};
867
+ --surface-c: #{$shade200};
868
+ --surface-d: #{$shade300};
869
+ --surface-e: #{$shade000};
870
+ --surface-f: #{$shade000};
871
+ --text-color: #{$shade700};
872
+ --text-color-secondary: #{$shade600};
873
+ --primary-color: #{$primaryColor};
874
+ --primary-color-text: #{$primaryTextColor};
875
+ --surface-0: #ffffff;
876
+ --surface-50: #f9fafb;
877
+ --surface-100: #f3f4f6;
878
+ --surface-200: #e5e7eb;
879
+ --surface-300: #d1d5db;
880
+ --surface-400: #9ca3af;
881
+ --surface-500: #6b7280;
882
+ --surface-600: #4b5563;
883
+ --surface-700: #374151;
884
+ --surface-800: #1f2937;
885
+ --surface-900: #111827;
886
+ --gray-50: #f9fafb;
887
+ --gray-100: #f3f4f6;
888
+ --gray-200: #e5e7eb;
889
+ --gray-300: #d1d5db;
890
+ --gray-400: #9ca3af;
891
+ --gray-500: #6b7280;
892
+ --gray-600: #4b5563;
893
+ --gray-700: #374151;
894
+ --gray-800: #1f2937;
895
+ --gray-900: #111827;
896
+ --content-padding: #{$panelContentPadding};
897
+ --inline-spacing: #{$inlineSpacing};
898
+ --border-radius: #{$borderRadius};
899
+ --surface-ground: #f9fafb;
900
+ --surface-section: #ffffff;
901
+ --surface-card: #ffffff;
902
+ --surface-overlay: #ffffff;
903
+ --surface-border: #dfe7ef;
904
+ --surface-hover: #f6f9fc;
905
+ --focus-ring: #{$focusShadow};
906
+ --maskbg: #{$maskBg};
907
+ --highlight-bg: #{$highlightBg};
908
+ --highlight-text-color: #{$highlightTextColor};
909
+ color-scheme: light;
910
+ --transition-duration: #{$transitionDuration};
911
+ }