@messaia/cdk 17.1.5 → 18.0.0-rc02

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 (242) hide show
  1. package/esm2022/lib/base/base.module.mjs +8 -8
  2. package/esm2022/lib/base/components/base.component.mjs +4 -4
  3. package/esm2022/lib/base/components/dynamic-table-config-dialog.comnponent.mjs +3 -3
  4. package/esm2022/lib/base/components/generic-form-base.component.mjs +4 -4
  5. package/esm2022/lib/base/components/generic-form.component.mjs +3 -3
  6. package/esm2022/lib/base/components/generic-list.component.mjs +4 -4
  7. package/esm2022/lib/base/components/generic-reactive-form.component.mjs +4 -4
  8. package/esm2022/lib/base/constants/common.mjs +2 -2
  9. package/esm2022/lib/base/helpers/auth-helper.mjs +1 -1
  10. package/esm2022/lib/base/interceptors/base.interceptor.mjs +4 -4
  11. package/esm2022/lib/base/interceptors/caching-interceptor.mjs +4 -4
  12. package/esm2022/lib/base/interceptors/loading.interceptor.mjs +4 -4
  13. package/esm2022/lib/base/services/file.service.mjs +3 -3
  14. package/esm2022/lib/base/services/loading-screen.service.mjs +3 -3
  15. package/esm2022/lib/base/services/print.service.mjs +3 -3
  16. package/esm2022/lib/chips/chips.module.mjs +4 -4
  17. package/esm2022/lib/chips/components/chips.component.mjs +4 -4
  18. package/esm2022/lib/chips/directives/autocomplete-option.directive.mjs +3 -3
  19. package/esm2022/lib/chips/directives/chip.directive.mjs +3 -3
  20. package/esm2022/lib/common/behaviors/control-value-accesor.mixin.mjs +1 -1
  21. package/esm2022/lib/common/behaviors/disabled.mixin.mjs +1 -1
  22. package/esm2022/lib/common/common.module.mjs +4 -4
  23. package/esm2022/lib/common/directives/delayed-hover.directive.mjs +4 -4
  24. package/esm2022/lib/common/directives/disable-control.directive.mjs +4 -4
  25. package/esm2022/lib/common/functions/utils.mjs +4 -4
  26. package/esm2022/lib/common/helpers/app-storage.mjs +4 -4
  27. package/esm2022/lib/common/helpers/dynamic-builder.mjs +4 -4
  28. package/esm2022/lib/common/helpers/dynamic-component-compiler.mjs +3 -3
  29. package/esm2022/lib/common/models/app-setting.mjs +3 -3
  30. package/esm2022/lib/common/pipes/data-source.pipe.mjs +3 -3
  31. package/esm2022/lib/common/pipes/enum.pipe.mjs +3 -3
  32. package/esm2022/lib/common/pipes/file-size.pipe.mjs +4 -4
  33. package/esm2022/lib/common/pipes/filter.pipe.mjs +4 -4
  34. package/esm2022/lib/common/pipes/first-letter.mjs +3 -3
  35. package/esm2022/lib/common/pipes/form-array.pipe.mjs +3 -3
  36. package/esm2022/lib/common/pipes/form-control.pipe.mjs +3 -3
  37. package/esm2022/lib/common/pipes/form-group.pipe.mjs +3 -3
  38. package/esm2022/lib/common/pipes/func.pipe.mjs +3 -3
  39. package/esm2022/lib/common/pipes/join.pipe.mjs +4 -4
  40. package/esm2022/lib/common/pipes/keys.mjs +4 -4
  41. package/esm2022/lib/common/pipes/month-name.pipe.mjs +3 -3
  42. package/esm2022/lib/common/pipes/nested-property.mjs +3 -3
  43. package/esm2022/lib/common/pipes/only-number.mjs +4 -4
  44. package/esm2022/lib/common/pipes/order.pipe.mjs +4 -4
  45. package/esm2022/lib/common/pipes/placeholder.pipe.mjs +4 -4
  46. package/esm2022/lib/common/pipes/property-join.pipe.mjs +4 -4
  47. package/esm2022/lib/common/pipes/safe-html.pipe.mjs +3 -3
  48. package/esm2022/lib/common/pipes/split.pipe.mjs +3 -3
  49. package/esm2022/lib/common/pipes/time.pipe.mjs +4 -4
  50. package/esm2022/lib/common/pipes/titlecase.pipe.mjs +3 -3
  51. package/esm2022/lib/common/pipes/truncate.pipe.mjs +3 -3
  52. package/esm2022/lib/common/pipes/values.mjs +3 -3
  53. package/esm2022/lib/common/services/base.service.mjs +3 -3
  54. package/esm2022/lib/common/services/enum.service.mjs +4 -4
  55. package/esm2022/lib/common/services/event-queue.service.mjs +3 -3
  56. package/esm2022/lib/dialogs/alert-dialog/alert-dialog.component.mjs +3 -3
  57. package/esm2022/lib/dialogs/confirm-dialog/confirm-dialog.component.mjs +3 -3
  58. package/esm2022/lib/dialogs/dialog.component.mjs +13 -13
  59. package/esm2022/lib/dialogs/dialogs.module.mjs +4 -4
  60. package/esm2022/lib/dialogs/prompt-dialog/prompt-dialog.component.mjs +3 -3
  61. package/esm2022/lib/dialogs/services/dialog.service.mjs +4 -4
  62. package/esm2022/lib/file/file-input.component.mjs +4 -4
  63. package/esm2022/lib/file/file.module.mjs +4 -4
  64. package/esm2022/lib/form-validators/algorithm/luhn-algorithm.mjs +1 -1
  65. package/esm2022/lib/form-validators/core/default-container.mjs +10 -10
  66. package/esm2022/lib/form-validators/directives/base-directive.mjs +4 -4
  67. package/esm2022/lib/form-validators/directives/control-host.directive.mjs +4 -4
  68. package/esm2022/lib/form-validators/directives/html-control-template.directive.mjs +3 -3
  69. package/esm2022/lib/form-validators/directives/rx-form.directive.mjs +4 -4
  70. package/esm2022/lib/form-validators/directives/template-validations/async-validation.directive.mjs +3 -3
  71. package/esm2022/lib/form-validators/directives/template-validations/base-validator.directive.mjs +4 -4
  72. package/esm2022/lib/form-validators/directives/template-validations/control-expression-process.mjs +4 -4
  73. package/esm2022/lib/form-validators/directives/template-validations/file-control.directive.mjs +4 -4
  74. package/esm2022/lib/form-validators/directives/template-validations/image-file-control.directive.mjs +4 -4
  75. package/esm2022/lib/form-validators/directives/template-validations/rxformcontrol.directive.mjs +4 -4
  76. package/esm2022/lib/form-validators/domain/disable-provider.mjs +1 -1
  77. package/esm2022/lib/form-validators/domain/element-processor/decimal.provider.mjs +4 -4
  78. package/esm2022/lib/form-validators/domain/element-processor/mask.provider.mjs +1 -1
  79. package/esm2022/lib/form-validators/domain/form-data.mjs +1 -1
  80. package/esm2022/lib/form-validators/models/form-builder-configuration.mjs +1 -1
  81. package/esm2022/lib/form-validators/reactive-form-validators/allOf.validator.mjs +1 -1
  82. package/esm2022/lib/form-validators/reactive-form-validators/and.validator.mjs +1 -1
  83. package/esm2022/lib/form-validators/reactive-form-validators/async/base.async.validator.mjs +1 -1
  84. package/esm2022/lib/form-validators/reactive-form-validators/choice.validator.mjs +1 -1
  85. package/esm2022/lib/form-validators/reactive-form-validators/compare.validator.mjs +1 -1
  86. package/esm2022/lib/form-validators/reactive-form-validators/compose.validator.mjs +1 -1
  87. package/esm2022/lib/form-validators/reactive-form-validators/conditional-change.validator.mjs +1 -1
  88. package/esm2022/lib/form-validators/reactive-form-validators/contains.validator.mjs +1 -1
  89. package/esm2022/lib/form-validators/reactive-form-validators/credit-card.validator.mjs +1 -1
  90. package/esm2022/lib/form-validators/reactive-form-validators/cusip.validator.mjs +1 -1
  91. package/esm2022/lib/form-validators/reactive-form-validators/custom.validator.mjs +1 -1
  92. package/esm2022/lib/form-validators/reactive-form-validators/different.validator.mjs +1 -1
  93. package/esm2022/lib/form-validators/reactive-form-validators/endsWith.validator.mjs +1 -1
  94. package/esm2022/lib/form-validators/reactive-form-validators/even.validator.mjs +1 -1
  95. package/esm2022/lib/form-validators/reactive-form-validators/extension.validator.mjs +1 -1
  96. package/esm2022/lib/form-validators/reactive-form-validators/factor.validator.mjs +1 -1
  97. package/esm2022/lib/form-validators/reactive-form-validators/file.validator.mjs +1 -1
  98. package/esm2022/lib/form-validators/reactive-form-validators/fileSize.validator.mjs +1 -1
  99. package/esm2022/lib/form-validators/reactive-form-validators/grid.validator.mjs +1 -1
  100. package/esm2022/lib/form-validators/reactive-form-validators/iban.validator.mjs +1 -1
  101. package/esm2022/lib/form-validators/reactive-form-validators/image.validator.mjs +1 -1
  102. package/esm2022/lib/form-validators/reactive-form-validators/ip.validator.mjs +1 -1
  103. package/esm2022/lib/form-validators/reactive-form-validators/json.validator.mjs +1 -1
  104. package/esm2022/lib/form-validators/reactive-form-validators/latLong.validator.mjs +1 -1
  105. package/esm2022/lib/form-validators/reactive-form-validators/leapYear.validator.mjs +1 -1
  106. package/esm2022/lib/form-validators/reactive-form-validators/lowercase.validator.mjs +1 -1
  107. package/esm2022/lib/form-validators/reactive-form-validators/mask.validator.mjs +1 -1
  108. package/esm2022/lib/form-validators/reactive-form-validators/maxLength.validator.mjs +1 -1
  109. package/esm2022/lib/form-validators/reactive-form-validators/maxNumber.validator.mjs +1 -1
  110. package/esm2022/lib/form-validators/reactive-form-validators/minLength.validator.mjs +1 -1
  111. package/esm2022/lib/form-validators/reactive-form-validators/minNumber.validator.mjs +1 -1
  112. package/esm2022/lib/form-validators/reactive-form-validators/noneOf.validator.mjs +1 -1
  113. package/esm2022/lib/form-validators/reactive-form-validators/not.validator.mjs +1 -1
  114. package/esm2022/lib/form-validators/reactive-form-validators/notEmpty.validator.mjs +1 -1
  115. package/esm2022/lib/form-validators/reactive-form-validators/numeric.validator.mjs +1 -1
  116. package/esm2022/lib/form-validators/reactive-form-validators/odd.validator.mjs +1 -1
  117. package/esm2022/lib/form-validators/reactive-form-validators/oneOf.validator.mjs +1 -1
  118. package/esm2022/lib/form-validators/reactive-form-validators/or.validator.mjs +1 -1
  119. package/esm2022/lib/form-validators/reactive-form-validators/password.validator.mjs +1 -1
  120. package/esm2022/lib/form-validators/reactive-form-validators/pattern.validator.mjs +1 -1
  121. package/esm2022/lib/form-validators/reactive-form-validators/port.validator.mjs +1 -1
  122. package/esm2022/lib/form-validators/reactive-form-validators/primeNumber.validator.mjs +1 -1
  123. package/esm2022/lib/form-validators/reactive-form-validators/range.validator.mjs +1 -1
  124. package/esm2022/lib/form-validators/reactive-form-validators/required.validator.mjs +1 -1
  125. package/esm2022/lib/form-validators/reactive-form-validators/requiredTrue.validator.mjs +1 -1
  126. package/esm2022/lib/form-validators/reactive-form-validators/rule.validator.mjs +1 -1
  127. package/esm2022/lib/form-validators/reactive-form-validators/startsWith.validator.mjs +1 -1
  128. package/esm2022/lib/form-validators/reactive-form-validators/time.validator.mjs +1 -1
  129. package/esm2022/lib/form-validators/reactive-form-validators/unique.validator.mjs +1 -1
  130. package/esm2022/lib/form-validators/reactive-form-validators/uppercase.validator.mjs +1 -1
  131. package/esm2022/lib/form-validators/reactive-form-validators/url.validator.mjs +1 -1
  132. package/esm2022/lib/form-validators/services/base-form-builder.mjs +1 -1
  133. package/esm2022/lib/form-validators/services/entity.service.mjs +1 -1
  134. package/esm2022/lib/form-validators/services/form-control.mjs +1 -1
  135. package/esm2022/lib/form-validators/services/reactive-form.module.mjs +8 -8
  136. package/esm2022/lib/form-validators/services/rx-form-array.mjs +1 -1
  137. package/esm2022/lib/form-validators/services/rx-form-builder.mjs +4 -4
  138. package/esm2022/lib/form-validators/services/rx-form-group.mjs +1 -1
  139. package/esm2022/lib/form-validators/services/typed-form-builder.mjs +3 -3
  140. package/esm2022/lib/form-validators/util/app-util.mjs +1 -1
  141. package/esm2022/lib/form-validators/util/check-length.mjs +1 -1
  142. package/esm2022/lib/form-validators/util/config-provider.mjs +1 -1
  143. package/esm2022/lib/form-validators/util/date-checker.function.mjs +1 -1
  144. package/esm2022/lib/form-validators/util/date-provider.mjs +1 -1
  145. package/esm2022/lib/form-validators/util/form-provider.mjs +1 -1
  146. package/esm2022/lib/form-validators/util/instance-provider.function.mjs +1 -1
  147. package/esm2022/lib/form-validators/util/ip-checker.mjs +1 -1
  148. package/esm2022/lib/form-validators/util/linq.mjs +1 -1
  149. package/esm2022/lib/form-validators/util/object-maker.mjs +1 -1
  150. package/esm2022/lib/form-validators/util/reactive-form-config.mjs +1 -1
  151. package/esm2022/lib/form-validators/util/regex-validator.mjs +1 -1
  152. package/esm2022/lib/form-validators/util/relational-checker.function.mjs +1 -1
  153. package/esm2022/lib/form-validators/util/reset-form.mjs +1 -1
  154. package/esm2022/lib/form-validators/util/sanitizers.mjs +1 -1
  155. package/esm2022/lib/form-validators/util/time-checker.function.mjs +1 -1
  156. package/esm2022/lib/form-validators/util/validator-value-checker.mjs +1 -1
  157. package/esm2022/lib/form-validators/validators-extension/base-validator.function.mjs +1 -1
  158. package/esm2022/lib/form-validators/validators-function/alpha-validation.function.mjs +1 -1
  159. package/esm2022/lib/form-validators/validators-function/regex-validation.function.mjs +1 -1
  160. package/esm2022/lib/forms/components/datepicker/datepicker-header.component.mjs +3 -3
  161. package/esm2022/lib/forms/components/generic-form/generic-form.component.mjs +16 -16
  162. package/esm2022/lib/forms/directives/mat-form-field-editor.directive.mjs +4 -4
  163. package/esm2022/lib/forms/directives/mat-form-field-readonly.directive.mjs +4 -4
  164. package/esm2022/lib/forms/directives/nested-property-ng-model.directive.mjs +4 -4
  165. package/esm2022/lib/forms/directives/vd-generic-form-custom-field.directive.mjs +3 -3
  166. package/esm2022/lib/forms/forms.module.mjs +4 -4
  167. package/esm2022/lib/forms/functions/decorators.mjs +1 -1
  168. package/esm2022/lib/forms/functions/functions.mjs +1 -1
  169. package/esm2022/lib/forms/helpers/abstract-mat-form-field.mjs +4 -4
  170. package/esm2022/lib/forms/helpers/abstract-select-form-field.component.mjs +4 -4
  171. package/esm2022/lib/forms/helpers/value-accessor-base.mjs +3 -3
  172. package/esm2022/lib/forms/pipes/group-filter.pipe.mjs +4 -4
  173. package/esm2022/lib/forms/validators/empty-string-reset.directive.mjs +4 -4
  174. package/esm2022/lib/forms/validators/equal-validator.directive.mjs +4 -4
  175. package/esm2022/lib/forms/validators/native-element-injector.directive.mjs +4 -4
  176. package/esm2022/lib/forms/validators/unique-validator-directive.mjs +4 -4
  177. package/esm2022/lib/http/http.module.mjs +7 -11
  178. package/esm2022/lib/http/services/generic.service.mjs +1 -1
  179. package/esm2022/lib/layout/dynamic-menu/dynamic-menu.component.mjs +3 -3
  180. package/esm2022/lib/layout/layout-card-over/layout-card-over.component.mjs +3 -3
  181. package/esm2022/lib/layout/layout-compact/layout-compact.component.mjs +4 -4
  182. package/esm2022/lib/layout/layout-footer/layout-footer.component.mjs +4 -4
  183. package/esm2022/lib/layout/layout-manage-list/layout-manage-list.component.mjs +4 -4
  184. package/esm2022/lib/layout/layout-manage-list/layout-manage-list.directives.mjs +9 -9
  185. package/esm2022/lib/layout/layout-nav/layout-nav.component.mjs +5 -5
  186. package/esm2022/lib/layout/layout-nav-list/layout-nav-list.component.mjs +4 -4
  187. package/esm2022/lib/layout/layout-nav-list/layout-nav-list.directives.mjs +9 -9
  188. package/esm2022/lib/layout/layout-toggle.class.mjs +4 -4
  189. package/esm2022/lib/layout/layout.component.mjs +4 -4
  190. package/esm2022/lib/layout/layout.directives.mjs +9 -9
  191. package/esm2022/lib/layout/layout.module.mjs +4 -4
  192. package/esm2022/lib/layout/list-toolbar/list-toolbar.component.mjs +3 -3
  193. package/esm2022/lib/layout/navigation-drawer/navigation-drawer.component.mjs +10 -10
  194. package/esm2022/lib/list/components/list.component.mjs +3 -3
  195. package/esm2022/lib/list/directives/vd-list-option.directive.mjs +3 -3
  196. package/esm2022/lib/list/list.module.mjs +4 -4
  197. package/esm2022/lib/media/directives/media-toggle.directive.mjs +4 -4
  198. package/esm2022/lib/media/media.module.mjs +4 -4
  199. package/esm2022/lib/media/services/media.service.mjs +4 -4
  200. package/esm2022/lib/menu/components/menu.component.mjs +4 -4
  201. package/esm2022/lib/menu/menu.module.mjs +4 -4
  202. package/esm2022/lib/menu/resolvers/menu-form-includes.resolve.mjs +4 -4
  203. package/esm2022/lib/menu/resolvers/menu-item-form-includes.resolve.mjs +4 -4
  204. package/esm2022/lib/menu/resolvers/menu-list-projection.resolve.mjs +4 -4
  205. package/esm2022/lib/menu/resolvers/menu-settings.resolve.mjs +3 -3
  206. package/esm2022/lib/menu/services/menu-items.service.mjs +3 -3
  207. package/esm2022/lib/menu/services/menu.resolve.mjs +7 -7
  208. package/esm2022/lib/menu/services/menu.service.mjs +3 -3
  209. package/esm2022/lib/search/search.module.mjs +4 -4
  210. package/esm2022/lib/select/components/select.component.mjs +4 -4
  211. package/esm2022/lib/select/directives/vd-select-option.directive.mjs +3 -3
  212. package/esm2022/lib/select/directives/vd-select-trigger.directive.mjs +3 -3
  213. package/esm2022/lib/select/select.module.mjs +4 -4
  214. package/esm2022/lib/table/components/dynamic-table/dynamic-table.component.mjs +4 -4
  215. package/esm2022/lib/table/components/filter-clear.component.mjs +4 -4
  216. package/esm2022/lib/table/components/filter-date.component.mjs +4 -4
  217. package/esm2022/lib/table/components/filter-input.component.mjs +4 -4
  218. package/esm2022/lib/table/components/filter-select.component.mjs +7 -7
  219. package/esm2022/lib/table/directives/data-source-filter.directive.mjs +4 -4
  220. package/esm2022/lib/table/directives/vd-table-field.directive.mjs +3 -3
  221. package/esm2022/lib/table/functions/decorators.mjs +1 -1
  222. package/esm2022/lib/table/functions/functions.mjs +1 -1
  223. package/esm2022/lib/table/paginator-intl.mjs +4 -4
  224. package/esm2022/lib/table/table.data-source.mjs +1 -1
  225. package/esm2022/lib/table/table.module.mjs +4 -4
  226. package/esm2022/lib/table/table.static-data-source.mjs +1 -1
  227. package/fesm2022/messaia-cdk.mjs +486 -490
  228. package/fesm2022/messaia-cdk.mjs.map +1 -1
  229. package/lib/common/styles/_theme-functions.scss +0 -23
  230. package/lib/common/styles/colors/_colors-dark.scss +1350 -345
  231. package/lib/common/styles/colors/_colors-light.scss +3157 -829
  232. package/lib/common/styles/core/_button.scss +35 -29
  233. package/lib/common/styles/{_common-theme.scss → m2/_common-theme.scss} +6 -6
  234. package/lib/common/styles/m2/_theme-functions.scss +21 -0
  235. package/lib/common/styles/m3/_common-theme.scss +47 -0
  236. package/lib/common/styles/m3/_theme-functions.scss +21 -0
  237. package/lib/common/styles/platform.scss +1 -1
  238. package/lib/common/theming/_all-theme.scss +1 -1
  239. package/lib/common/theming/_m2-all-theme.scss +27 -0
  240. package/lib/http/http.module.d.ts +1 -2
  241. package/lib/layout/{_layout-theme.scss → _m2-layout-theme.scss} +11 -10
  242. package/package.json +3 -3
@@ -1,388 +1,1393 @@
1
- // @use '~@angular/material' as mat;
2
- @import '../theme-functions';
3
-
4
1
  @mixin vd-colors-dark() {
5
2
  // Text color
6
3
 
7
4
  // 500
8
- .tc-dark-red-500 { color: mat.get-color-from-palette(mat.$red-palette, 500) !important; }
9
- .tc-dark-pink-500 { color: mat.get-color-from-palette(mat.$pink-palette, 500) !important; }
10
- .tc-dark-purple-500 { color: mat.get-color-from-palette(mat.$purple-palette, 500) !important; }
11
- .tc-dark-deep-purple-500 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 500) !important; }
12
- .tc-dark-indigo-500 { color: mat.get-color-from-palette(mat.$indigo-palette, 500) !important; }
13
- .tc-dark-blue-500 { color: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
14
- .tc-dark-light-blue-500 { color: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
15
- .tc-dark-cyan-500 { color: mat.get-color-from-palette(mat.$cyan-palette, 500) !important; }
16
- .tc-dark-teal-500 { color: mat.get-color-from-palette(mat.$teal-palette, 500) !important; }
17
- .tc-dark-green-500 { color: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
18
- .tc-dark-light-green-500 { color: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
19
- .tc-dark-lime-500 { color: mat.get-color-from-palette(mat.$lime-palette, 500) !important; }
20
- .tc-dark-yellow-500 { color: mat.get-color-from-palette(mat.$yellow-palette, 500) !important; }
21
- .tc-dark-amber-500 { color: mat.get-color-from-palette(mat.$amber-palette, 500) !important; }
22
- .tc-dark-orange-500 { color: mat.get-color-from-palette(mat.$orange-palette, 500) !important; }
23
- .tc-dark-deep-orange-500 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 500) !important; }
24
- .tc-dark-brown-500 { color: mat.get-color-from-palette(mat.$brown-palette, 500) !important; }
25
- .tc-dark-grey-500 { color: mat.get-color-from-palette(mat.$grey-palette, 500) !important; }
26
- .tc-dark-blue-grey-500 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 500) !important; }
5
+ .tc-dark-red-500 {
6
+ color: mat.m2-get-color-from-palette(mat.$red-palette, 500) !important;
7
+ }
8
+
9
+ .tc-dark-pink-500 {
10
+ color: mat.m2-get-color-from-palette(mat.$pink-palette, 500) !important;
11
+ }
12
+
13
+ .tc-dark-purple-500 {
14
+ color: mat.m2-get-color-from-palette(mat.$purple-palette, 500) !important;
15
+ }
16
+
17
+ .tc-dark-deep-purple-500 {
18
+ color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, 500) !important;
19
+ }
20
+
21
+ .tc-dark-indigo-500 {
22
+ color: mat.m2-get-color-from-palette(mat.$indigo-palette, 500) !important;
23
+ }
24
+
25
+ .tc-dark-blue-500 {
26
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
27
+ }
28
+
29
+ .tc-dark-light-blue-500 {
30
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
31
+ }
32
+
33
+ .tc-dark-cyan-500 {
34
+ color: mat.m2-get-color-from-palette(mat.$cyan-palette, 500) !important;
35
+ }
36
+
37
+ .tc-dark-teal-500 {
38
+ color: mat.m2-get-color-from-palette(mat.$teal-palette, 500) !important;
39
+ }
40
+
41
+ .tc-dark-green-500 {
42
+ color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
43
+ }
44
+
45
+ .tc-dark-light-green-500 {
46
+ color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
47
+ }
48
+
49
+ .tc-dark-lime-500 {
50
+ color: mat.m2-get-color-from-palette(mat.$lime-palette, 500) !important;
51
+ }
52
+
53
+ .tc-dark-yellow-500 {
54
+ color: mat.m2-get-color-from-palette(mat.$yellow-palette, 500) !important;
55
+ }
56
+
57
+ .tc-dark-amber-500 {
58
+ color: mat.m2-get-color-from-palette(mat.$amber-palette, 500) !important;
59
+ }
60
+
61
+ .tc-dark-orange-500 {
62
+ color: mat.m2-get-color-from-palette(mat.$orange-palette, 500) !important;
63
+ }
64
+
65
+ .tc-dark-deep-orange-500 {
66
+ color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, 500) !important;
67
+ }
68
+
69
+ .tc-dark-brown-500 {
70
+ color: mat.m2-get-color-from-palette(mat.$brown-palette, 500) !important;
71
+ }
72
+
73
+ .tc-dark-grey-500 {
74
+ color: mat.m2-get-color-from-palette(mat.$grey-palette, 500) !important;
75
+ }
76
+
77
+ .tc-dark-blue-grey-500 {
78
+ color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, 500) !important;
79
+ }
27
80
 
28
81
  // B100
29
- .tc-dark-red-B100 { color: mat.get-color-from-palette(mat.$red-palette, B100) !important; }
30
- .tc-dark-pink-B100 { color: mat.get-color-from-palette(mat.$pink-palette, B100) !important; }
31
- .tc-dark-purple-B100 { color: mat.get-color-from-palette(mat.$purple-palette, B100) !important; }
32
- .tc-dark-deep-purple-B100 { color: mat.get-color-from-palette(mat.$deep-purple-palette, B100) !important; }
33
- .tc-dark-indigo-B100 { color: mat.get-color-from-palette(mat.$indigo-palette, B100) !important; }
34
- .tc-dark-blue-B100 { color: mat.get-color-from-palette(mat.$blue-palette, B100) !important; }
35
- .tc-dark-light-blue-B100 { color: mat.get-color-from-palette(mat.$blue-palette, B100) !important; }
36
- .tc-dark-cyan-B100 { color: mat.get-color-from-palette(mat.$cyan-palette, B100) !important; }
37
- .tc-dark-teal-B100 { color: mat.get-color-from-palette(mat.$teal-palette, B100) !important; }
38
- .tc-dark-green-B100 { color: mat.get-color-from-palette(mat.$green-palette, B100) !important; }
39
- .tc-dark-light-green-B100 { color: mat.get-color-from-palette(mat.$green-palette, B100) !important; }
40
- .tc-dark-lime-B100 { color: mat.get-color-from-palette(mat.$lime-palette, B100) !important; }
41
- .tc-dark-yellow-B100 { color: mat.get-color-from-palette(mat.$yellow-palette, B100) !important; }
42
- .tc-dark-amber-B100 { color: mat.get-color-from-palette(mat.$amber-palette, B100) !important; }
43
- .tc-dark-orange-B100 { color: mat.get-color-from-palette(mat.$orange-palette, B100) !important; }
44
- .tc-dark-deep-orange-B100 { color: mat.get-color-from-palette(mat.$deep-orange-palette, B100) !important; }
45
- .tc-dark-brown-B100 { color: mat.get-color-from-palette(mat.$brown-palette, B100) !important; }
46
- .tc-dark-grey-B100 { color: mat.get-color-from-palette(mat.$grey-palette, B100) !important; }
47
- .tc-dark-blue-grey-B100 { color: mat.get-color-from-palette(mat.$blue-grey-palette, B100) !important; }
82
+ .tc-dark-red-B100 {
83
+ color: mat.m2-get-color-from-palette(mat.$red-palette, B100) !important;
84
+ }
85
+
86
+ .tc-dark-pink-B100 {
87
+ color: mat.m2-get-color-from-palette(mat.$pink-palette, B100) !important;
88
+ }
89
+
90
+ .tc-dark-purple-B100 {
91
+ color: mat.m2-get-color-from-palette(mat.$purple-palette, B100) !important;
92
+ }
93
+
94
+ .tc-dark-deep-purple-B100 {
95
+ color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B100) !important;
96
+ }
97
+
98
+ .tc-dark-indigo-B100 {
99
+ color: mat.m2-get-color-from-palette(mat.$indigo-palette, B100) !important;
100
+ }
101
+
102
+ .tc-dark-blue-B100 {
103
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
104
+ }
105
+
106
+ .tc-dark-light-blue-B100 {
107
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
108
+ }
109
+
110
+ .tc-dark-cyan-B100 {
111
+ color: mat.m2-get-color-from-palette(mat.$cyan-palette, B100) !important;
112
+ }
113
+
114
+ .tc-dark-teal-B100 {
115
+ color: mat.m2-get-color-from-palette(mat.$teal-palette, B100) !important;
116
+ }
117
+
118
+ .tc-dark-green-B100 {
119
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
120
+ }
121
+
122
+ .tc-dark-light-green-B100 {
123
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
124
+ }
125
+
126
+ .tc-dark-lime-B100 {
127
+ color: mat.m2-get-color-from-palette(mat.$lime-palette, B100) !important;
128
+ }
129
+
130
+ .tc-dark-yellow-B100 {
131
+ color: mat.m2-get-color-from-palette(mat.$yellow-palette, B100) !important;
132
+ }
133
+
134
+ .tc-dark-amber-B100 {
135
+ color: mat.m2-get-color-from-palette(mat.$amber-palette, B100) !important;
136
+ }
137
+
138
+ .tc-dark-orange-B100 {
139
+ color: mat.m2-get-color-from-palette(mat.$orange-palette, B100) !important;
140
+ }
141
+
142
+ .tc-dark-deep-orange-B100 {
143
+ color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B100) !important;
144
+ }
145
+
146
+ .tc-dark-brown-B100 {
147
+ color: mat.m2-get-color-from-palette(mat.$brown-palette, B100) !important;
148
+ }
149
+
150
+ .tc-dark-grey-B100 {
151
+ color: mat.m2-get-color-from-palette(mat.$grey-palette, B100) !important;
152
+ }
153
+
154
+ .tc-dark-blue-grey-B100 {
155
+ color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B100) !important;
156
+ }
48
157
 
49
158
  // B65
50
- .tc-dark-red-B65 { color: mat.get-color-from-palette(mat.$red-palette, B65) !important; }
51
- .tc-dark-pink-B65 { color: mat.get-color-from-palette(mat.$pink-palette, B65) !important; }
52
- .tc-dark-purple-B65 { color: mat.get-color-from-palette(mat.$purple-palette, B65) !important; }
53
- .tc-dark-deep-purple-B65 { color: mat.get-color-from-palette(mat.$deep-purple-palette, B65) !important; }
54
- .tc-dark-indigo-B65 { color: mat.get-color-from-palette(mat.$indigo-palette, B65) !important; }
55
- .tc-dark-blue-B65 { color: mat.get-color-from-palette(mat.$blue-palette, B65) !important; }
56
- .tc-dark-light-blue-B65 { color: mat.get-color-from-palette(mat.$blue-palette, B65) !important; }
57
- .tc-dark-cyan-B65 { color: mat.get-color-from-palette(mat.$cyan-palette, B65) !important; }
58
- .tc-dark-teal-B65 { color: mat.get-color-from-palette(mat.$teal-palette, B65) !important; }
59
- .tc-dark-green-B65 { color: mat.get-color-from-palette(mat.$green-palette, B65) !important; }
60
- .tc-dark-light-green-B65 { color: mat.get-color-from-palette(mat.$green-palette, B65) !important; }
61
- .tc-dark-lime-B65 { color: mat.get-color-from-palette(mat.$lime-palette, B65) !important; }
62
- .tc-dark-yellow-B65 { color: mat.get-color-from-palette(mat.$yellow-palette, B65) !important; }
63
- .tc-dark-amber-B65 { color: mat.get-color-from-palette(mat.$amber-palette, B65) !important; }
64
- .tc-dark-orange-B65 { color: mat.get-color-from-palette(mat.$orange-palette, B65) !important; }
65
- .tc-dark-deep-orange-B65 { color: mat.get-color-from-palette(mat.$deep-orange-palette, B65) !important; }
66
- .tc-dark-brown-B65 { color: mat.get-color-from-palette(mat.$brown-palette, B65) !important; }
67
- .tc-dark-grey-B65 { color: mat.get-color-from-palette(mat.$grey-palette, B65) !important; }
68
- .tc-dark-blue-grey-B65 { color: mat.get-color-from-palette(mat.$blue-grey-palette, B65) !important; }
159
+ .tc-dark-red-B65 {
160
+ color: mat.m2-get-color-from-palette(mat.$red-palette, B65) !important;
161
+ }
162
+
163
+ .tc-dark-pink-B65 {
164
+ color: mat.m2-get-color-from-palette(mat.$pink-palette, B65) !important;
165
+ }
166
+
167
+ .tc-dark-purple-B65 {
168
+ color: mat.m2-get-color-from-palette(mat.$purple-palette, B65) !important;
169
+ }
170
+
171
+ .tc-dark-deep-purple-B65 {
172
+ color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B65) !important;
173
+ }
174
+
175
+ .tc-dark-indigo-B65 {
176
+ color: mat.m2-get-color-from-palette(mat.$indigo-palette, B65) !important;
177
+ }
178
+
179
+ .tc-dark-blue-B65 {
180
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
181
+ }
182
+
183
+ .tc-dark-light-blue-B65 {
184
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
185
+ }
186
+
187
+ .tc-dark-cyan-B65 {
188
+ color: mat.m2-get-color-from-palette(mat.$cyan-palette, B65) !important;
189
+ }
190
+
191
+ .tc-dark-teal-B65 {
192
+ color: mat.m2-get-color-from-palette(mat.$teal-palette, B65) !important;
193
+ }
194
+
195
+ .tc-dark-green-B65 {
196
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
197
+ }
198
+
199
+ .tc-dark-light-green-B65 {
200
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
201
+ }
202
+
203
+ .tc-dark-lime-B65 {
204
+ color: mat.m2-get-color-from-palette(mat.$lime-palette, B65) !important;
205
+ }
206
+
207
+ .tc-dark-yellow-B65 {
208
+ color: mat.m2-get-color-from-palette(mat.$yellow-palette, B65) !important;
209
+ }
210
+
211
+ .tc-dark-amber-B65 {
212
+ color: mat.m2-get-color-from-palette(mat.$amber-palette, B65) !important;
213
+ }
214
+
215
+ .tc-dark-orange-B65 {
216
+ color: mat.m2-get-color-from-palette(mat.$orange-palette, B65) !important;
217
+ }
218
+
219
+ .tc-dark-deep-orange-B65 {
220
+ color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B65) !important;
221
+ }
222
+
223
+ .tc-dark-brown-B65 {
224
+ color: mat.m2-get-color-from-palette(mat.$brown-palette, B65) !important;
225
+ }
226
+
227
+ .tc-dark-grey-B65 {
228
+ color: mat.m2-get-color-from-palette(mat.$grey-palette, B65) !important;
229
+ }
230
+
231
+ .tc-dark-blue-grey-B65 {
232
+ color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B65) !important;
233
+ }
69
234
 
70
235
  // B40
71
- .tc-dark-red-B40 { color: mat.get-color-from-palette(mat.$red-palette, B40) !important; }
72
- .tc-dark-pink-B40 { color: mat.get-color-from-palette(mat.$pink-palette, B40) !important; }
73
- .tc-dark-purple-B40 { color: mat.get-color-from-palette(mat.$purple-palette, B40) !important; }
74
- .tc-dark-deep-purple-B40 { color: mat.get-color-from-palette(mat.$deep-purple-palette, B40) !important; }
75
- .tc-dark-indigo-B40 { color: mat.get-color-from-palette(mat.$indigo-palette, B40) !important; }
76
- .tc-dark-blue-B40 { color: mat.get-color-from-palette(mat.$blue-palette, B40) !important; }
77
- .tc-dark-light-blue-B40 { color: mat.get-color-from-palette(mat.$blue-palette, B40) !important; }
78
- .tc-dark-cyan-B40 { color: mat.get-color-from-palette(mat.$cyan-palette, B40) !important; }
79
- .tc-dark-teal-B40 { color: mat.get-color-from-palette(mat.$teal-palette, B40) !important; }
80
- .tc-dark-green-B40 { color: mat.get-color-from-palette(mat.$green-palette, B40) !important; }
81
- .tc-dark-light-green-B40 { color: mat.get-color-from-palette(mat.$green-palette, B40) !important; }
82
- .tc-dark-lime-B40 { color: mat.get-color-from-palette(mat.$lime-palette, B40) !important; }
83
- .tc-dark-yellow-B40 { color: mat.get-color-from-palette(mat.$yellow-palette, B40) !important; }
84
- .tc-dark-amber-B40 { color: mat.get-color-from-palette(mat.$amber-palette, B40) !important; }
85
- .tc-dark-orange-B40 { color: mat.get-color-from-palette(mat.$orange-palette, B40) !important; }
86
- .tc-dark-deep-orange-B40 { color: mat.get-color-from-palette(mat.$deep-orange-palette, B40) !important; }
87
- .tc-dark-brown-B40 { color: mat.get-color-from-palette(mat.$brown-palette, B40) !important; }
88
- .tc-dark-grey-B40 { color: mat.get-color-from-palette(mat.$grey-palette, B40) !important; }
89
- .tc-dark-blue-grey-B40 { color: mat.get-color-from-palette(mat.$blue-grey-palette, B40) !important; }
236
+ .tc-dark-red-B40 {
237
+ color: mat.m2-get-color-from-palette(mat.$red-palette, B40) !important;
238
+ }
239
+
240
+ .tc-dark-pink-B40 {
241
+ color: mat.m2-get-color-from-palette(mat.$pink-palette, B40) !important;
242
+ }
243
+
244
+ .tc-dark-purple-B40 {
245
+ color: mat.m2-get-color-from-palette(mat.$purple-palette, B40) !important;
246
+ }
247
+
248
+ .tc-dark-deep-purple-B40 {
249
+ color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B40) !important;
250
+ }
251
+
252
+ .tc-dark-indigo-B40 {
253
+ color: mat.m2-get-color-from-palette(mat.$indigo-palette, B40) !important;
254
+ }
255
+
256
+ .tc-dark-blue-B40 {
257
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
258
+ }
259
+
260
+ .tc-dark-light-blue-B40 {
261
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
262
+ }
263
+
264
+ .tc-dark-cyan-B40 {
265
+ color: mat.m2-get-color-from-palette(mat.$cyan-palette, B40) !important;
266
+ }
267
+
268
+ .tc-dark-teal-B40 {
269
+ color: mat.m2-get-color-from-palette(mat.$teal-palette, B40) !important;
270
+ }
271
+
272
+ .tc-dark-green-B40 {
273
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
274
+ }
275
+
276
+ .tc-dark-light-green-B40 {
277
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
278
+ }
279
+
280
+ .tc-dark-lime-B40 {
281
+ color: mat.m2-get-color-from-palette(mat.$lime-palette, B40) !important;
282
+ }
283
+
284
+ .tc-dark-yellow-B40 {
285
+ color: mat.m2-get-color-from-palette(mat.$yellow-palette, B40) !important;
286
+ }
287
+
288
+ .tc-dark-amber-B40 {
289
+ color: mat.m2-get-color-from-palette(mat.$amber-palette, B40) !important;
290
+ }
291
+
292
+ .tc-dark-orange-B40 {
293
+ color: mat.m2-get-color-from-palette(mat.$orange-palette, B40) !important;
294
+ }
295
+
296
+ .tc-dark-deep-orange-B40 {
297
+ color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B40) !important;
298
+ }
299
+
300
+ .tc-dark-brown-B40 {
301
+ color: mat.m2-get-color-from-palette(mat.$brown-palette, B40) !important;
302
+ }
303
+
304
+ .tc-dark-grey-B40 {
305
+ color: mat.m2-get-color-from-palette(mat.$grey-palette, B40) !important;
306
+ }
307
+
308
+ .tc-dark-blue-grey-B40 {
309
+ color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B40) !important;
310
+ }
90
311
 
91
312
  // B30
92
- .tc-dark-red-B30 { color: mat.get-color-from-palette(mat.$red-palette, B30) !important; }
93
- .tc-dark-pink-B30 { color: mat.get-color-from-palette(mat.$pink-palette, B30) !important; }
94
- .tc-dark-purple-B30 { color: mat.get-color-from-palette(mat.$purple-palette, B30) !important; }
95
- .tc-dark-deep-purple-B30 { color: mat.get-color-from-palette(mat.$deep-purple-palette, B30) !important; }
96
- .tc-dark-indigo-B30 { color: mat.get-color-from-palette(mat.$indigo-palette, B30) !important; }
97
- .tc-dark-blue-B30 { color: mat.get-color-from-palette(mat.$blue-palette, B30) !important; }
98
- .tc-dark-light-blue-B30 { color: mat.get-color-from-palette(mat.$blue-palette, B30) !important; }
99
- .tc-dark-cyan-B30 { color: mat.get-color-from-palette(mat.$cyan-palette, B30) !important; }
100
- .tc-dark-teal-B30 { color: mat.get-color-from-palette(mat.$teal-palette, B30) !important; }
101
- .tc-dark-green-B30 { color: mat.get-color-from-palette(mat.$green-palette, B30) !important; }
102
- .tc-dark-light-green-B30 { color: mat.get-color-from-palette(mat.$green-palette, B30) !important; }
103
- .tc-dark-lime-B30 { color: mat.get-color-from-palette(mat.$lime-palette, B30) !important; }
104
- .tc-dark-yellow-B30 { color: mat.get-color-from-palette(mat.$yellow-palette, B30) !important; }
105
- .tc-dark-amber-B30 { color: mat.get-color-from-palette(mat.$amber-palette, B30) !important; }
106
- .tc-dark-orange-B30 { color: mat.get-color-from-palette(mat.$orange-palette, B30) !important; }
107
- .tc-dark-deep-orange-B30 { color: mat.get-color-from-palette(mat.$deep-orange-palette, B30) !important; }
108
- .tc-dark-brown-B30 { color: mat.get-color-from-palette(mat.$brown-palette, B30) !important; }
109
- .tc-dark-grey-B30 { color: mat.get-color-from-palette(mat.$grey-palette, B30) !important; }
110
- .tc-dark-blue-grey-B30 { color: mat.get-color-from-palette(mat.$blue-grey-palette, B30) !important; }
313
+ .tc-dark-red-B30 {
314
+ color: mat.m2-get-color-from-palette(mat.$red-palette, B30) !important;
315
+ }
316
+
317
+ .tc-dark-pink-B30 {
318
+ color: mat.m2-get-color-from-palette(mat.$pink-palette, B30) !important;
319
+ }
320
+
321
+ .tc-dark-purple-B30 {
322
+ color: mat.m2-get-color-from-palette(mat.$purple-palette, B30) !important;
323
+ }
324
+
325
+ .tc-dark-deep-purple-B30 {
326
+ color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B30) !important;
327
+ }
328
+
329
+ .tc-dark-indigo-B30 {
330
+ color: mat.m2-get-color-from-palette(mat.$indigo-palette, B30) !important;
331
+ }
332
+
333
+ .tc-dark-blue-B30 {
334
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
335
+ }
336
+
337
+ .tc-dark-light-blue-B30 {
338
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
339
+ }
340
+
341
+ .tc-dark-cyan-B30 {
342
+ color: mat.m2-get-color-from-palette(mat.$cyan-palette, B30) !important;
343
+ }
344
+
345
+ .tc-dark-teal-B30 {
346
+ color: mat.m2-get-color-from-palette(mat.$teal-palette, B30) !important;
347
+ }
348
+
349
+ .tc-dark-green-B30 {
350
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
351
+ }
352
+
353
+ .tc-dark-light-green-B30 {
354
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
355
+ }
356
+
357
+ .tc-dark-lime-B30 {
358
+ color: mat.m2-get-color-from-palette(mat.$lime-palette, B30) !important;
359
+ }
360
+
361
+ .tc-dark-yellow-B30 {
362
+ color: mat.m2-get-color-from-palette(mat.$yellow-palette, B30) !important;
363
+ }
364
+
365
+ .tc-dark-amber-B30 {
366
+ color: mat.m2-get-color-from-palette(mat.$amber-palette, B30) !important;
367
+ }
368
+
369
+ .tc-dark-orange-B30 {
370
+ color: mat.m2-get-color-from-palette(mat.$orange-palette, B30) !important;
371
+ }
372
+
373
+ .tc-dark-deep-orange-B30 {
374
+ color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B30) !important;
375
+ }
376
+
377
+ .tc-dark-brown-B30 {
378
+ color: mat.m2-get-color-from-palette(mat.$brown-palette, B30) !important;
379
+ }
380
+
381
+ .tc-dark-grey-B30 {
382
+ color: mat.m2-get-color-from-palette(mat.$grey-palette, B30) !important;
383
+ }
384
+
385
+ .tc-dark-blue-grey-B30 {
386
+ color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B30) !important;
387
+ }
111
388
 
112
389
  // B15
113
- .tc-dark-red-B15 { color: mat.get-color-from-palette(mat.$red-palette, B15) !important; }
114
- .tc-dark-pink-B15 { color: mat.get-color-from-palette(mat.$pink-palette, B15) !important; }
115
- .tc-dark-purple-B15 { color: mat.get-color-from-palette(mat.$purple-palette, B15) !important; }
116
- .tc-dark-deep-purple-B15 { color: mat.get-color-from-palette(mat.$deep-purple-palette, B15) !important; }
117
- .tc-dark-indigo-B15 { color: mat.get-color-from-palette(mat.$indigo-palette, B15) !important; }
118
- .tc-dark-blue-B15 { color: mat.get-color-from-palette(mat.$blue-palette, B15) !important; }
119
- .tc-dark-light-blue-B15 { color: mat.get-color-from-palette(mat.$blue-palette, B15) !important; }
120
- .tc-dark-cyan-B15 { color: mat.get-color-from-palette(mat.$cyan-palette, B15) !important; }
121
- .tc-dark-teal-B15 { color: mat.get-color-from-palette(mat.$teal-palette, B15) !important; }
122
- .tc-dark-green-B15 { color: mat.get-color-from-palette(mat.$green-palette, B15) !important; }
123
- .tc-dark-light-green-B15 { color: mat.get-color-from-palette(mat.$green-palette, B15) !important; }
124
- .tc-dark-lime-B15 { color: mat.get-color-from-palette(mat.$lime-palette, B15) !important; }
125
- .tc-dark-yellow-B15 { color: mat.get-color-from-palette(mat.$yellow-palette, B15) !important; }
126
- .tc-dark-amber-B15 { color: mat.get-color-from-palette(mat.$amber-palette, B15) !important; }
127
- .tc-dark-orange-B15 { color: mat.get-color-from-palette(mat.$orange-palette, B15) !important; }
128
- .tc-dark-deep-orange-B15 { color: mat.get-color-from-palette(mat.$deep-orange-palette, B15) !important; }
129
- .tc-dark-brown-B15 { color: mat.get-color-from-palette(mat.$brown-palette, B15) !important; }
130
- .tc-dark-grey-B15 { color: mat.get-color-from-palette(mat.$grey-palette, B15) !important; }
131
- .tc-dark-blue-grey-B15 { color: mat.get-color-from-palette(mat.$blue-grey-palette, B15) !important; }
390
+ .tc-dark-red-B15 {
391
+ color: mat.m2-get-color-from-palette(mat.$red-palette, B15) !important;
392
+ }
393
+
394
+ .tc-dark-pink-B15 {
395
+ color: mat.m2-get-color-from-palette(mat.$pink-palette, B15) !important;
396
+ }
397
+
398
+ .tc-dark-purple-B15 {
399
+ color: mat.m2-get-color-from-palette(mat.$purple-palette, B15) !important;
400
+ }
401
+
402
+ .tc-dark-deep-purple-B15 {
403
+ color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B15) !important;
404
+ }
405
+
406
+ .tc-dark-indigo-B15 {
407
+ color: mat.m2-get-color-from-palette(mat.$indigo-palette, B15) !important;
408
+ }
409
+
410
+ .tc-dark-blue-B15 {
411
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
412
+ }
413
+
414
+ .tc-dark-light-blue-B15 {
415
+ color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
416
+ }
417
+
418
+ .tc-dark-cyan-B15 {
419
+ color: mat.m2-get-color-from-palette(mat.$cyan-palette, B15) !important;
420
+ }
421
+
422
+ .tc-dark-teal-B15 {
423
+ color: mat.m2-get-color-from-palette(mat.$teal-palette, B15) !important;
424
+ }
425
+
426
+ .tc-dark-green-B15 {
427
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
428
+ }
429
+
430
+ .tc-dark-light-green-B15 {
431
+ color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
432
+ }
433
+
434
+ .tc-dark-lime-B15 {
435
+ color: mat.m2-get-color-from-palette(mat.$lime-palette, B15) !important;
436
+ }
437
+
438
+ .tc-dark-yellow-B15 {
439
+ color: mat.m2-get-color-from-palette(mat.$yellow-palette, B15) !important;
440
+ }
441
+
442
+ .tc-dark-amber-B15 {
443
+ color: mat.m2-get-color-from-palette(mat.$amber-palette, B15) !important;
444
+ }
445
+
446
+ .tc-dark-orange-B15 {
447
+ color: mat.m2-get-color-from-palette(mat.$orange-palette, B15) !important;
448
+ }
449
+
450
+ .tc-dark-deep-orange-B15 {
451
+ color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B15) !important;
452
+ }
453
+
454
+ .tc-dark-brown-B15 {
455
+ color: mat.m2-get-color-from-palette(mat.$brown-palette, B15) !important;
456
+ }
457
+
458
+ .tc-dark-grey-B15 {
459
+ color: mat.m2-get-color-from-palette(mat.$grey-palette, B15) !important;
460
+ }
461
+
462
+ .tc-dark-blue-grey-B15 {
463
+ color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B15) !important;
464
+ }
132
465
 
133
466
  // Background color
134
467
 
135
468
  // 500
136
- .bgc-dark-red-500 { background-color: mat.get-color-from-palette(mat.$red-palette, 500) !important; }
137
- .bgc-dark-pink-500 { background-color: mat.get-color-from-palette(mat.$pink-palette, 500) !important; }
138
- .bgc-dark-purple-500 { background-color: mat.get-color-from-palette(mat.$purple-palette, 500) !important; }
139
- .bgc-dark-deep-purple-500 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 500) !important; }
140
- .bgc-dark-indigo-500 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 500) !important; }
141
- .bgc-dark-blue-500 { background-color: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
142
- .bgc-dark-light-blue-500 { background-color: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
143
- .bgc-dark-cyan-500 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 500) !important; }
144
- .bgc-dark-teal-500 { background-color: mat.get-color-from-palette(mat.$teal-palette, 500) !important; }
145
- .bgc-dark-green-500 { background-color: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
146
- .bgc-dark-light-green-500 { background-color: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
147
- .bgc-dark-lime-500 { background-color: mat.get-color-from-palette(mat.$lime-palette, 500) !important; }
148
- .bgc-dark-yellow-500 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 500) !important; }
149
- .bgc-dark-amber-500 { background-color: mat.get-color-from-palette(mat.$amber-palette, 500) !important; }
150
- .bgc-dark-orange-500 { background-color: mat.get-color-from-palette(mat.$orange-palette, 500) !important; }
151
- .bgc-dark-deep-orange-500 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 500) !important; }
152
- .bgc-dark-brown-500 { background-color: mat.get-color-from-palette(mat.$brown-palette, 500) !important; }
153
- .bgc-dark-grey-500 { background-color: mat.get-color-from-palette(mat.$grey-palette, 500) !important; }
154
- .bgc-dark-blue-grey-500 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 500) !important; }
469
+ .bgc-dark-red-500 {
470
+ background-color: mat.m2-get-color-from-palette(mat.$red-palette, 500) !important;
471
+ }
472
+
473
+ .bgc-dark-pink-500 {
474
+ background-color: mat.m2-get-color-from-palette(mat.$pink-palette, 500) !important;
475
+ }
476
+
477
+ .bgc-dark-purple-500 {
478
+ background-color: mat.m2-get-color-from-palette(mat.$purple-palette, 500) !important;
479
+ }
480
+
481
+ .bgc-dark-deep-purple-500 {
482
+ background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, 500) !important;
483
+ }
484
+
485
+ .bgc-dark-indigo-500 {
486
+ background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, 500) !important;
487
+ }
488
+
489
+ .bgc-dark-blue-500 {
490
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
491
+ }
492
+
493
+ .bgc-dark-light-blue-500 {
494
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
495
+ }
496
+
497
+ .bgc-dark-cyan-500 {
498
+ background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, 500) !important;
499
+ }
500
+
501
+ .bgc-dark-teal-500 {
502
+ background-color: mat.m2-get-color-from-palette(mat.$teal-palette, 500) !important;
503
+ }
504
+
505
+ .bgc-dark-green-500 {
506
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
507
+ }
508
+
509
+ .bgc-dark-light-green-500 {
510
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
511
+ }
512
+
513
+ .bgc-dark-lime-500 {
514
+ background-color: mat.m2-get-color-from-palette(mat.$lime-palette, 500) !important;
515
+ }
516
+
517
+ .bgc-dark-yellow-500 {
518
+ background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, 500) !important;
519
+ }
520
+
521
+ .bgc-dark-amber-500 {
522
+ background-color: mat.m2-get-color-from-palette(mat.$amber-palette, 500) !important;
523
+ }
524
+
525
+ .bgc-dark-orange-500 {
526
+ background-color: mat.m2-get-color-from-palette(mat.$orange-palette, 500) !important;
527
+ }
528
+
529
+ .bgc-dark-deep-orange-500 {
530
+ background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, 500) !important;
531
+ }
532
+
533
+ .bgc-dark-brown-500 {
534
+ background-color: mat.m2-get-color-from-palette(mat.$brown-palette, 500) !important;
535
+ }
536
+
537
+ .bgc-dark-grey-500 {
538
+ background-color: mat.m2-get-color-from-palette(mat.$grey-palette, 500) !important;
539
+ }
540
+
541
+ .bgc-dark-blue-grey-500 {
542
+ background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, 500) !important;
543
+ }
155
544
 
156
545
  // B100
157
- .bgc-dark-red-B100 { background-color: mat.get-color-from-palette(mat.$red-palette, B100) !important; }
158
- .bgc-dark-pink-B100 { background-color: mat.get-color-from-palette(mat.$pink-palette, B100) !important; }
159
- .bgc-dark-purple-B100 { background-color: mat.get-color-from-palette(mat.$purple-palette, B100) !important; }
160
- .bgc-dark-deep-purple-B100 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, B100) !important; }
161
- .bgc-dark-indigo-B100 { background-color: mat.get-color-from-palette(mat.$indigo-palette, B100) !important; }
162
- .bgc-dark-blue-B100 { background-color: mat.get-color-from-palette(mat.$blue-palette, B100) !important; }
163
- .bgc-dark-light-blue-B100 { background-color: mat.get-color-from-palette(mat.$blue-palette, B100) !important; }
164
- .bgc-dark-cyan-B100 { background-color: mat.get-color-from-palette(mat.$cyan-palette, B100) !important; }
165
- .bgc-dark-teal-B100 { background-color: mat.get-color-from-palette(mat.$teal-palette, B100) !important; }
166
- .bgc-dark-green-B100 { background-color: mat.get-color-from-palette(mat.$green-palette, B100) !important; }
167
- .bgc-dark-light-green-B100 { background-color: mat.get-color-from-palette(mat.$green-palette, B100) !important; }
168
- .bgc-dark-lime-B100 { background-color: mat.get-color-from-palette(mat.$lime-palette, B100) !important; }
169
- .bgc-dark-yellow-B100 { background-color: mat.get-color-from-palette(mat.$yellow-palette, B100) !important; }
170
- .bgc-dark-amber-B100 { background-color: mat.get-color-from-palette(mat.$amber-palette, B100) !important; }
171
- .bgc-dark-orange-B100 { background-color: mat.get-color-from-palette(mat.$orange-palette, B100) !important; }
172
- .bgc-dark-deep-orange-B100 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, B100) !important; }
173
- .bgc-dark-brown-B100 { background-color: mat.get-color-from-palette(mat.$brown-palette, B100) !important; }
174
- .bgc-dark-grey-B100 { background-color: mat.get-color-from-palette(mat.$grey-palette, B100) !important; }
175
- .bgc-dark-blue-grey-B100 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, B100) !important; }
546
+ .bgc-dark-red-B100 {
547
+ background-color: mat.m2-get-color-from-palette(mat.$red-palette, B100) !important;
548
+ }
549
+
550
+ .bgc-dark-pink-B100 {
551
+ background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B100) !important;
552
+ }
553
+
554
+ .bgc-dark-purple-B100 {
555
+ background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B100) !important;
556
+ }
557
+
558
+ .bgc-dark-deep-purple-B100 {
559
+ background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B100) !important;
560
+ }
561
+
562
+ .bgc-dark-indigo-B100 {
563
+ background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B100) !important;
564
+ }
565
+
566
+ .bgc-dark-blue-B100 {
567
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
568
+ }
569
+
570
+ .bgc-dark-light-blue-B100 {
571
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
572
+ }
573
+
574
+ .bgc-dark-cyan-B100 {
575
+ background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B100) !important;
576
+ }
577
+
578
+ .bgc-dark-teal-B100 {
579
+ background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B100) !important;
580
+ }
581
+
582
+ .bgc-dark-green-B100 {
583
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
584
+ }
585
+
586
+ .bgc-dark-light-green-B100 {
587
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
588
+ }
589
+
590
+ .bgc-dark-lime-B100 {
591
+ background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B100) !important;
592
+ }
593
+
594
+ .bgc-dark-yellow-B100 {
595
+ background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B100) !important;
596
+ }
597
+
598
+ .bgc-dark-amber-B100 {
599
+ background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B100) !important;
600
+ }
601
+
602
+ .bgc-dark-orange-B100 {
603
+ background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B100) !important;
604
+ }
605
+
606
+ .bgc-dark-deep-orange-B100 {
607
+ background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B100) !important;
608
+ }
609
+
610
+ .bgc-dark-brown-B100 {
611
+ background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B100) !important;
612
+ }
613
+
614
+ .bgc-dark-grey-B100 {
615
+ background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B100) !important;
616
+ }
617
+
618
+ .bgc-dark-blue-grey-B100 {
619
+ background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B100) !important;
620
+ }
176
621
 
177
622
  // B65
178
- .bgc-dark-red-B65 { background-color: mat.get-color-from-palette(mat.$red-palette, B65) !important; }
179
- .bgc-dark-pink-B65 { background-color: mat.get-color-from-palette(mat.$pink-palette, B65) !important; }
180
- .bgc-dark-purple-B65 { background-color: mat.get-color-from-palette(mat.$purple-palette, B65) !important; }
181
- .bgc-dark-deep-purple-B65 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, B65) !important; }
182
- .bgc-dark-indigo-B65 { background-color: mat.get-color-from-palette(mat.$indigo-palette, B65) !important; }
183
- .bgc-dark-blue-B65 { background-color: mat.get-color-from-palette(mat.$blue-palette, B65) !important; }
184
- .bgc-dark-light-blue-B65 { background-color: mat.get-color-from-palette(mat.$blue-palette, B65) !important; }
185
- .bgc-dark-cyan-B65 { background-color: mat.get-color-from-palette(mat.$cyan-palette, B65) !important; }
186
- .bgc-dark-teal-B65 { background-color: mat.get-color-from-palette(mat.$teal-palette, B65) !important; }
187
- .bgc-dark-green-B65 { background-color: mat.get-color-from-palette(mat.$green-palette, B65) !important; }
188
- .bgc-dark-light-green-B65 { background-color: mat.get-color-from-palette(mat.$green-palette, B65) !important; }
189
- .bgc-dark-lime-B65 { background-color: mat.get-color-from-palette(mat.$lime-palette, B65) !important; }
190
- .bgc-dark-yellow-B65 { background-color: mat.get-color-from-palette(mat.$yellow-palette, B65) !important; }
191
- .bgc-dark-amber-B65 { background-color: mat.get-color-from-palette(mat.$amber-palette, B65) !important; }
192
- .bgc-dark-orange-B65 { background-color: mat.get-color-from-palette(mat.$orange-palette, B65) !important; }
193
- .bgc-dark-deep-orange-B65 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, B65) !important; }
194
- .bgc-dark-brown-B65 { background-color: mat.get-color-from-palette(mat.$brown-palette, B65) !important; }
195
- .bgc-dark-grey-B65 { background-color: mat.get-color-from-palette(mat.$grey-palette, B65) !important; }
196
- .bgc-dark-blue-grey-B65 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, B65) !important; }
623
+ .bgc-dark-red-B65 {
624
+ background-color: mat.m2-get-color-from-palette(mat.$red-palette, B65) !important;
625
+ }
626
+
627
+ .bgc-dark-pink-B65 {
628
+ background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B65) !important;
629
+ }
630
+
631
+ .bgc-dark-purple-B65 {
632
+ background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B65) !important;
633
+ }
634
+
635
+ .bgc-dark-deep-purple-B65 {
636
+ background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B65) !important;
637
+ }
638
+
639
+ .bgc-dark-indigo-B65 {
640
+ background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B65) !important;
641
+ }
642
+
643
+ .bgc-dark-blue-B65 {
644
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
645
+ }
646
+
647
+ .bgc-dark-light-blue-B65 {
648
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
649
+ }
650
+
651
+ .bgc-dark-cyan-B65 {
652
+ background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B65) !important;
653
+ }
654
+
655
+ .bgc-dark-teal-B65 {
656
+ background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B65) !important;
657
+ }
658
+
659
+ .bgc-dark-green-B65 {
660
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
661
+ }
662
+
663
+ .bgc-dark-light-green-B65 {
664
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
665
+ }
666
+
667
+ .bgc-dark-lime-B65 {
668
+ background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B65) !important;
669
+ }
670
+
671
+ .bgc-dark-yellow-B65 {
672
+ background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B65) !important;
673
+ }
674
+
675
+ .bgc-dark-amber-B65 {
676
+ background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B65) !important;
677
+ }
678
+
679
+ .bgc-dark-orange-B65 {
680
+ background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B65) !important;
681
+ }
682
+
683
+ .bgc-dark-deep-orange-B65 {
684
+ background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B65) !important;
685
+ }
686
+
687
+ .bgc-dark-brown-B65 {
688
+ background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B65) !important;
689
+ }
690
+
691
+ .bgc-dark-grey-B65 {
692
+ background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B65) !important;
693
+ }
694
+
695
+ .bgc-dark-blue-grey-B65 {
696
+ background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B65) !important;
697
+ }
197
698
 
198
699
  // B40
199
- .bgc-dark-red-B40 { background-color: mat.get-color-from-palette(mat.$red-palette, B40) !important; }
200
- .bgc-dark-pink-B40 { background-color: mat.get-color-from-palette(mat.$pink-palette, B40) !important; }
201
- .bgc-dark-purple-B40 { background-color: mat.get-color-from-palette(mat.$purple-palette, B40) !important; }
202
- .bgc-dark-deep-purple-B40 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, B40) !important; }
203
- .bgc-dark-indigo-B40 { background-color: mat.get-color-from-palette(mat.$indigo-palette, B40) !important; }
204
- .bgc-dark-blue-B40 { background-color: mat.get-color-from-palette(mat.$blue-palette, B40) !important; }
205
- .bgc-dark-light-blue-B40 { background-color: mat.get-color-from-palette(mat.$blue-palette, B40) !important; }
206
- .bgc-dark-cyan-B40 { background-color: mat.get-color-from-palette(mat.$cyan-palette, B40) !important; }
207
- .bgc-dark-teal-B40 { background-color: mat.get-color-from-palette(mat.$teal-palette, B40) !important; }
208
- .bgc-dark-green-B40 { background-color: mat.get-color-from-palette(mat.$green-palette, B40) !important; }
209
- .bgc-dark-light-green-B40 { background-color: mat.get-color-from-palette(mat.$green-palette, B40) !important; }
210
- .bgc-dark-lime-B40 { background-color: mat.get-color-from-palette(mat.$lime-palette, B40) !important; }
211
- .bgc-dark-yellow-B40 { background-color: mat.get-color-from-palette(mat.$yellow-palette, B40) !important; }
212
- .bgc-dark-amber-B40 { background-color: mat.get-color-from-palette(mat.$amber-palette, B40) !important; }
213
- .bgc-dark-orange-B40 { background-color: mat.get-color-from-palette(mat.$orange-palette, B40) !important; }
214
- .bgc-dark-deep-orange-B40 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, B40) !important; }
215
- .bgc-dark-brown-B40 { background-color: mat.get-color-from-palette(mat.$brown-palette, B40) !important; }
216
- .bgc-dark-grey-B40 { background-color: mat.get-color-from-palette(mat.$grey-palette, B40) !important; }
217
- .bgc-dark-blue-grey-B40 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, B40) !important; }
700
+ .bgc-dark-red-B40 {
701
+ background-color: mat.m2-get-color-from-palette(mat.$red-palette, B40) !important;
702
+ }
703
+
704
+ .bgc-dark-pink-B40 {
705
+ background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B40) !important;
706
+ }
707
+
708
+ .bgc-dark-purple-B40 {
709
+ background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B40) !important;
710
+ }
711
+
712
+ .bgc-dark-deep-purple-B40 {
713
+ background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B40) !important;
714
+ }
715
+
716
+ .bgc-dark-indigo-B40 {
717
+ background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B40) !important;
718
+ }
719
+
720
+ .bgc-dark-blue-B40 {
721
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
722
+ }
723
+
724
+ .bgc-dark-light-blue-B40 {
725
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
726
+ }
727
+
728
+ .bgc-dark-cyan-B40 {
729
+ background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B40) !important;
730
+ }
731
+
732
+ .bgc-dark-teal-B40 {
733
+ background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B40) !important;
734
+ }
735
+
736
+ .bgc-dark-green-B40 {
737
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
738
+ }
739
+
740
+ .bgc-dark-light-green-B40 {
741
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
742
+ }
743
+
744
+ .bgc-dark-lime-B40 {
745
+ background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B40) !important;
746
+ }
747
+
748
+ .bgc-dark-yellow-B40 {
749
+ background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B40) !important;
750
+ }
751
+
752
+ .bgc-dark-amber-B40 {
753
+ background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B40) !important;
754
+ }
755
+
756
+ .bgc-dark-orange-B40 {
757
+ background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B40) !important;
758
+ }
759
+
760
+ .bgc-dark-deep-orange-B40 {
761
+ background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B40) !important;
762
+ }
763
+
764
+ .bgc-dark-brown-B40 {
765
+ background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B40) !important;
766
+ }
767
+
768
+ .bgc-dark-grey-B40 {
769
+ background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B40) !important;
770
+ }
771
+
772
+ .bgc-dark-blue-grey-B40 {
773
+ background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B40) !important;
774
+ }
218
775
 
219
776
  // B30
220
- .bgc-dark-red-B30 { background-color: mat.get-color-from-palette(mat.$red-palette, B30) !important; }
221
- .bgc-dark-pink-B30 { background-color: mat.get-color-from-palette(mat.$pink-palette, B30) !important; }
222
- .bgc-dark-purple-B30 { background-color: mat.get-color-from-palette(mat.$purple-palette, B30) !important; }
223
- .bgc-dark-deep-purple-B30 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, B30) !important; }
224
- .bgc-dark-indigo-B30 { background-color: mat.get-color-from-palette(mat.$indigo-palette, B30) !important; }
225
- .bgc-dark-blue-B30 { background-color: mat.get-color-from-palette(mat.$blue-palette, B30) !important; }
226
- .bgc-dark-light-blue-B30 { background-color: mat.get-color-from-palette(mat.$blue-palette, B30) !important; }
227
- .bgc-dark-cyan-B30 { background-color: mat.get-color-from-palette(mat.$cyan-palette, B30) !important; }
228
- .bgc-dark-teal-B30 { background-color: mat.get-color-from-palette(mat.$teal-palette, B30) !important; }
229
- .bgc-dark-green-B30 { background-color: mat.get-color-from-palette(mat.$green-palette, B30) !important; }
230
- .bgc-dark-light-green-B30 { background-color: mat.get-color-from-palette(mat.$green-palette, B30) !important; }
231
- .bgc-dark-lime-B30 { background-color: mat.get-color-from-palette(mat.$lime-palette, B30) !important; }
232
- .bgc-dark-yellow-B30 { background-color: mat.get-color-from-palette(mat.$yellow-palette, B30) !important; }
233
- .bgc-dark-amber-B30 { background-color: mat.get-color-from-palette(mat.$amber-palette, B30) !important; }
234
- .bgc-dark-orange-B30 { background-color: mat.get-color-from-palette(mat.$orange-palette, B30) !important; }
235
- .bgc-dark-deep-orange-B30 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, B30) !important; }
236
- .bgc-dark-brown-B30 { background-color: mat.get-color-from-palette(mat.$brown-palette, B30) !important; }
237
- .bgc-dark-grey-B30 { background-color: mat.get-color-from-palette(mat.$grey-palette, B30) !important; }
238
- .bgc-dark-blue-grey-B30 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, B30) !important; }
777
+ .bgc-dark-red-B30 {
778
+ background-color: mat.m2-get-color-from-palette(mat.$red-palette, B30) !important;
779
+ }
780
+
781
+ .bgc-dark-pink-B30 {
782
+ background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B30) !important;
783
+ }
784
+
785
+ .bgc-dark-purple-B30 {
786
+ background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B30) !important;
787
+ }
788
+
789
+ .bgc-dark-deep-purple-B30 {
790
+ background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B30) !important;
791
+ }
792
+
793
+ .bgc-dark-indigo-B30 {
794
+ background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B30) !important;
795
+ }
796
+
797
+ .bgc-dark-blue-B30 {
798
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
799
+ }
800
+
801
+ .bgc-dark-light-blue-B30 {
802
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
803
+ }
804
+
805
+ .bgc-dark-cyan-B30 {
806
+ background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B30) !important;
807
+ }
808
+
809
+ .bgc-dark-teal-B30 {
810
+ background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B30) !important;
811
+ }
812
+
813
+ .bgc-dark-green-B30 {
814
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
815
+ }
816
+
817
+ .bgc-dark-light-green-B30 {
818
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
819
+ }
820
+
821
+ .bgc-dark-lime-B30 {
822
+ background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B30) !important;
823
+ }
824
+
825
+ .bgc-dark-yellow-B30 {
826
+ background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B30) !important;
827
+ }
828
+
829
+ .bgc-dark-amber-B30 {
830
+ background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B30) !important;
831
+ }
832
+
833
+ .bgc-dark-orange-B30 {
834
+ background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B30) !important;
835
+ }
836
+
837
+ .bgc-dark-deep-orange-B30 {
838
+ background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B30) !important;
839
+ }
840
+
841
+ .bgc-dark-brown-B30 {
842
+ background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B30) !important;
843
+ }
844
+
845
+ .bgc-dark-grey-B30 {
846
+ background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B30) !important;
847
+ }
848
+
849
+ .bgc-dark-blue-grey-B30 {
850
+ background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B30) !important;
851
+ }
239
852
 
240
853
  // B15
241
- .bgc-dark-red-B15 { background-color: mat.get-color-from-palette(mat.$red-palette, B15) !important; }
242
- .bgc-dark-pink-B15 { background-color: mat.get-color-from-palette(mat.$pink-palette, B15) !important; }
243
- .bgc-dark-purple-B15 { background-color: mat.get-color-from-palette(mat.$purple-palette, B15) !important; }
244
- .bgc-dark-deep-purple-B15 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, B15) !important; }
245
- .bgc-dark-indigo-B15 { background-color: mat.get-color-from-palette(mat.$indigo-palette, B15) !important; }
246
- .bgc-dark-blue-B15 { background-color: mat.get-color-from-palette(mat.$blue-palette, B15) !important; }
247
- .bgc-dark-light-blue-B15 { background-color: mat.get-color-from-palette(mat.$blue-palette, B15) !important; }
248
- .bgc-dark-cyan-B15 { background-color: mat.get-color-from-palette(mat.$cyan-palette, B15) !important; }
249
- .bgc-dark-teal-B15 { background-color: mat.get-color-from-palette(mat.$teal-palette, B15) !important; }
250
- .bgc-dark-green-B15 { background-color: mat.get-color-from-palette(mat.$green-palette, B15) !important; }
251
- .bgc-dark-light-green-B15 { background-color: mat.get-color-from-palette(mat.$green-palette, B15) !important; }
252
- .bgc-dark-lime-B15 { background-color: mat.get-color-from-palette(mat.$lime-palette, B15) !important; }
253
- .bgc-dark-yellow-B15 { background-color: mat.get-color-from-palette(mat.$yellow-palette, B15) !important; }
254
- .bgc-dark-amber-B15 { background-color: mat.get-color-from-palette(mat.$amber-palette, B15) !important; }
255
- .bgc-dark-orange-B15 { background-color: mat.get-color-from-palette(mat.$orange-palette, B15) !important; }
256
- .bgc-dark-deep-orange-B15 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, B15) !important; }
257
- .bgc-dark-brown-B15 { background-color: mat.get-color-from-palette(mat.$brown-palette, B15) !important; }
258
- .bgc-dark-grey-B15 { background-color: mat.get-color-from-palette(mat.$grey-palette, B15) !important; }
259
- .bgc-dark-blue-grey-B15 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, B15) !important; }
854
+ .bgc-dark-red-B15 {
855
+ background-color: mat.m2-get-color-from-palette(mat.$red-palette, B15) !important;
856
+ }
857
+
858
+ .bgc-dark-pink-B15 {
859
+ background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B15) !important;
860
+ }
861
+
862
+ .bgc-dark-purple-B15 {
863
+ background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B15) !important;
864
+ }
865
+
866
+ .bgc-dark-deep-purple-B15 {
867
+ background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B15) !important;
868
+ }
869
+
870
+ .bgc-dark-indigo-B15 {
871
+ background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B15) !important;
872
+ }
873
+
874
+ .bgc-dark-blue-B15 {
875
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
876
+ }
877
+
878
+ .bgc-dark-light-blue-B15 {
879
+ background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
880
+ }
881
+
882
+ .bgc-dark-cyan-B15 {
883
+ background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B15) !important;
884
+ }
885
+
886
+ .bgc-dark-teal-B15 {
887
+ background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B15) !important;
888
+ }
889
+
890
+ .bgc-dark-green-B15 {
891
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
892
+ }
893
+
894
+ .bgc-dark-light-green-B15 {
895
+ background-color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
896
+ }
897
+
898
+ .bgc-dark-lime-B15 {
899
+ background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B15) !important;
900
+ }
901
+
902
+ .bgc-dark-yellow-B15 {
903
+ background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B15) !important;
904
+ }
905
+
906
+ .bgc-dark-amber-B15 {
907
+ background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B15) !important;
908
+ }
909
+
910
+ .bgc-dark-orange-B15 {
911
+ background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B15) !important;
912
+ }
913
+
914
+ .bgc-dark-deep-orange-B15 {
915
+ background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B15) !important;
916
+ }
917
+
918
+ .bgc-dark-brown-B15 {
919
+ background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B15) !important;
920
+ }
921
+
922
+ .bgc-dark-grey-B15 {
923
+ background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B15) !important;
924
+ }
925
+
926
+ .bgc-dark-blue-grey-B15 {
927
+ background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B15) !important;
928
+ }
260
929
 
261
930
  // Fill color
262
931
 
263
932
  // 500
264
- .fill-red-500 { fill: mat.get-color-from-palette(mat.$red-palette, 500) !important; }
265
- .fill-pink-500 { fill: mat.get-color-from-palette(mat.$pink-palette, 500) !important; }
266
- .fill-purple-500 { fill: mat.get-color-from-palette(mat.$purple-palette, 500) !important; }
267
- .fill-deep-purple-500 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 500) !important; }
268
- .fill-indigo-500 { fill: mat.get-color-from-palette(mat.$indigo-palette, 500) !important; }
269
- .fill-blue-500 { fill: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
270
- .fill-light-blue-500 { fill: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
271
- .fill-cyan-500 { fill: mat.get-color-from-palette(mat.$cyan-palette, 500) !important; }
272
- .fill-teal-500 { fill: mat.get-color-from-palette(mat.$teal-palette, 500) !important; }
273
- .fill-green-500 { fill: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
274
- .fill-light-green-500 { fill: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
275
- .fill-lime-500 { fill: mat.get-color-from-palette(mat.$lime-palette, 500) !important; }
276
- .fill-yellow-500 { fill: mat.get-color-from-palette(mat.$yellow-palette, 500) !important; }
277
- .fill-amber-500 { fill: mat.get-color-from-palette(mat.$amber-palette, 500) !important; }
278
- .fill-orange-500 { fill: mat.get-color-from-palette(mat.$orange-palette, 500) !important; }
279
- .fill-deep-orange-500 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 500) !important; }
280
- .fill-brown-500 { fill: mat.get-color-from-palette(mat.$brown-palette, 500) !important; }
281
- .fill-grey-500 { fill: mat.get-color-from-palette(mat.$grey-palette, 500) !important; }
282
- .fill-blue-grey-500 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 500) !important; }
933
+ .fill-red-500 {
934
+ fill: mat.m2-get-color-from-palette(mat.$red-palette, 500) !important;
935
+ }
936
+
937
+ .fill-pink-500 {
938
+ fill: mat.m2-get-color-from-palette(mat.$pink-palette, 500) !important;
939
+ }
940
+
941
+ .fill-purple-500 {
942
+ fill: mat.m2-get-color-from-palette(mat.$purple-palette, 500) !important;
943
+ }
944
+
945
+ .fill-deep-purple-500 {
946
+ fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, 500) !important;
947
+ }
948
+
949
+ .fill-indigo-500 {
950
+ fill: mat.m2-get-color-from-palette(mat.$indigo-palette, 500) !important;
951
+ }
952
+
953
+ .fill-blue-500 {
954
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
955
+ }
956
+
957
+ .fill-light-blue-500 {
958
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
959
+ }
960
+
961
+ .fill-cyan-500 {
962
+ fill: mat.m2-get-color-from-palette(mat.$cyan-palette, 500) !important;
963
+ }
964
+
965
+ .fill-teal-500 {
966
+ fill: mat.m2-get-color-from-palette(mat.$teal-palette, 500) !important;
967
+ }
968
+
969
+ .fill-green-500 {
970
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
971
+ }
972
+
973
+ .fill-light-green-500 {
974
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
975
+ }
976
+
977
+ .fill-lime-500 {
978
+ fill: mat.m2-get-color-from-palette(mat.$lime-palette, 500) !important;
979
+ }
980
+
981
+ .fill-yellow-500 {
982
+ fill: mat.m2-get-color-from-palette(mat.$yellow-palette, 500) !important;
983
+ }
984
+
985
+ .fill-amber-500 {
986
+ fill: mat.m2-get-color-from-palette(mat.$amber-palette, 500) !important;
987
+ }
988
+
989
+ .fill-orange-500 {
990
+ fill: mat.m2-get-color-from-palette(mat.$orange-palette, 500) !important;
991
+ }
992
+
993
+ .fill-deep-orange-500 {
994
+ fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, 500) !important;
995
+ }
996
+
997
+ .fill-brown-500 {
998
+ fill: mat.m2-get-color-from-palette(mat.$brown-palette, 500) !important;
999
+ }
1000
+
1001
+ .fill-grey-500 {
1002
+ fill: mat.m2-get-color-from-palette(mat.$grey-palette, 500) !important;
1003
+ }
1004
+
1005
+ .fill-blue-grey-500 {
1006
+ fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, 500) !important;
1007
+ }
283
1008
 
284
1009
  // B100
285
- .fill-red-B100 { fill: mat.get-color-from-palette(mat.$red-palette, B100) !important; }
286
- .fill-pink-B100 { fill: mat.get-color-from-palette(mat.$pink-palette, B100) !important; }
287
- .fill-purple-B100 { fill: mat.get-color-from-palette(mat.$purple-palette, B100) !important; }
288
- .fill-deep-purple-B100 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, B100) !important; }
289
- .fill-indigo-B100 { fill: mat.get-color-from-palette(mat.$indigo-palette, B100) !important; }
290
- .fill-blue-B100 { fill: mat.get-color-from-palette(mat.$blue-palette, B100) !important; }
291
- .fill-light-blue-B100 { fill: mat.get-color-from-palette(mat.$blue-palette, B100) !important; }
292
- .fill-cyan-B100 { fill: mat.get-color-from-palette(mat.$cyan-palette, B100) !important; }
293
- .fill-teal-B100 { fill: mat.get-color-from-palette(mat.$teal-palette, B100) !important; }
294
- .fill-green-B100 { fill: mat.get-color-from-palette(mat.$green-palette, B100) !important; }
295
- .fill-light-green-B100 { fill: mat.get-color-from-palette(mat.$green-palette, B100) !important; }
296
- .fill-lime-B100 { fill: mat.get-color-from-palette(mat.$lime-palette, B100) !important; }
297
- .fill-yellow-B100 { fill: mat.get-color-from-palette(mat.$yellow-palette, B100) !important; }
298
- .fill-amber-B100 { fill: mat.get-color-from-palette(mat.$amber-palette, B100) !important; }
299
- .fill-orange-B100 { fill: mat.get-color-from-palette(mat.$orange-palette, B100) !important; }
300
- .fill-deep-orange-B100 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, B100) !important; }
301
- .fill-brown-B100 { fill: mat.get-color-from-palette(mat.$brown-palette, B100) !important; }
302
- .fill-grey-B100 { fill: mat.get-color-from-palette(mat.$grey-palette, B100) !important; }
303
- .fill-blue-grey-B100 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, B100) !important; }
1010
+ .fill-red-B100 {
1011
+ fill: mat.m2-get-color-from-palette(mat.$red-palette, B100) !important;
1012
+ }
1013
+
1014
+ .fill-pink-B100 {
1015
+ fill: mat.m2-get-color-from-palette(mat.$pink-palette, B100) !important;
1016
+ }
1017
+
1018
+ .fill-purple-B100 {
1019
+ fill: mat.m2-get-color-from-palette(mat.$purple-palette, B100) !important;
1020
+ }
1021
+
1022
+ .fill-deep-purple-B100 {
1023
+ fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B100) !important;
1024
+ }
1025
+
1026
+ .fill-indigo-B100 {
1027
+ fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B100) !important;
1028
+ }
1029
+
1030
+ .fill-blue-B100 {
1031
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
1032
+ }
1033
+
1034
+ .fill-light-blue-B100 {
1035
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
1036
+ }
1037
+
1038
+ .fill-cyan-B100 {
1039
+ fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B100) !important;
1040
+ }
1041
+
1042
+ .fill-teal-B100 {
1043
+ fill: mat.m2-get-color-from-palette(mat.$teal-palette, B100) !important;
1044
+ }
1045
+
1046
+ .fill-green-B100 {
1047
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
1048
+ }
1049
+
1050
+ .fill-light-green-B100 {
1051
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
1052
+ }
1053
+
1054
+ .fill-lime-B100 {
1055
+ fill: mat.m2-get-color-from-palette(mat.$lime-palette, B100) !important;
1056
+ }
1057
+
1058
+ .fill-yellow-B100 {
1059
+ fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B100) !important;
1060
+ }
1061
+
1062
+ .fill-amber-B100 {
1063
+ fill: mat.m2-get-color-from-palette(mat.$amber-palette, B100) !important;
1064
+ }
1065
+
1066
+ .fill-orange-B100 {
1067
+ fill: mat.m2-get-color-from-palette(mat.$orange-palette, B100) !important;
1068
+ }
1069
+
1070
+ .fill-deep-orange-B100 {
1071
+ fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B100) !important;
1072
+ }
1073
+
1074
+ .fill-brown-B100 {
1075
+ fill: mat.m2-get-color-from-palette(mat.$brown-palette, B100) !important;
1076
+ }
1077
+
1078
+ .fill-grey-B100 {
1079
+ fill: mat.m2-get-color-from-palette(mat.$grey-palette, B100) !important;
1080
+ }
1081
+
1082
+ .fill-blue-grey-B100 {
1083
+ fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B100) !important;
1084
+ }
304
1085
 
305
1086
  // B65
306
- .fill-red-B65 { fill: mat.get-color-from-palette(mat.$red-palette, B65) !important; }
307
- .fill-pink-B65 { fill: mat.get-color-from-palette(mat.$pink-palette, B65) !important; }
308
- .fill-purple-B65 { fill: mat.get-color-from-palette(mat.$purple-palette, B65) !important; }
309
- .fill-deep-purple-B65 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, B65) !important; }
310
- .fill-indigo-B65 { fill: mat.get-color-from-palette(mat.$indigo-palette, B65) !important; }
311
- .fill-blue-B65 { fill: mat.get-color-from-palette(mat.$blue-palette, B65) !important; }
312
- .fill-light-blue-B65 { fill: mat.get-color-from-palette(mat.$blue-palette, B65) !important; }
313
- .fill-cyan-B65 { fill: mat.get-color-from-palette(mat.$cyan-palette, B65) !important; }
314
- .fill-teal-B65 { fill: mat.get-color-from-palette(mat.$teal-palette, B65) !important; }
315
- .fill-green-B65 { fill: mat.get-color-from-palette(mat.$green-palette, B65) !important; }
316
- .fill-light-green-B65 { fill: mat.get-color-from-palette(mat.$green-palette, B65) !important; }
317
- .fill-lime-B65 { fill: mat.get-color-from-palette(mat.$lime-palette, B65) !important; }
318
- .fill-yellow-B65 { fill: mat.get-color-from-palette(mat.$yellow-palette, B65) !important; }
319
- .fill-amber-B65 { fill: mat.get-color-from-palette(mat.$amber-palette, B65) !important; }
320
- .fill-orange-B65 { fill: mat.get-color-from-palette(mat.$orange-palette, B65) !important; }
321
- .fill-deep-orange-B65 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, B65) !important; }
322
- .fill-brown-B65 { fill: mat.get-color-from-palette(mat.$brown-palette, B65) !important; }
323
- .fill-grey-B65 { fill: mat.get-color-from-palette(mat.$grey-palette, B65) !important; }
324
- .fill-blue-grey-B65 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, B65) !important; }
1087
+ .fill-red-B65 {
1088
+ fill: mat.m2-get-color-from-palette(mat.$red-palette, B65) !important;
1089
+ }
1090
+
1091
+ .fill-pink-B65 {
1092
+ fill: mat.m2-get-color-from-palette(mat.$pink-palette, B65) !important;
1093
+ }
1094
+
1095
+ .fill-purple-B65 {
1096
+ fill: mat.m2-get-color-from-palette(mat.$purple-palette, B65) !important;
1097
+ }
1098
+
1099
+ .fill-deep-purple-B65 {
1100
+ fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B65) !important;
1101
+ }
1102
+
1103
+ .fill-indigo-B65 {
1104
+ fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B65) !important;
1105
+ }
1106
+
1107
+ .fill-blue-B65 {
1108
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
1109
+ }
1110
+
1111
+ .fill-light-blue-B65 {
1112
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
1113
+ }
1114
+
1115
+ .fill-cyan-B65 {
1116
+ fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B65) !important;
1117
+ }
1118
+
1119
+ .fill-teal-B65 {
1120
+ fill: mat.m2-get-color-from-palette(mat.$teal-palette, B65) !important;
1121
+ }
1122
+
1123
+ .fill-green-B65 {
1124
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
1125
+ }
1126
+
1127
+ .fill-light-green-B65 {
1128
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
1129
+ }
1130
+
1131
+ .fill-lime-B65 {
1132
+ fill: mat.m2-get-color-from-palette(mat.$lime-palette, B65) !important;
1133
+ }
1134
+
1135
+ .fill-yellow-B65 {
1136
+ fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B65) !important;
1137
+ }
1138
+
1139
+ .fill-amber-B65 {
1140
+ fill: mat.m2-get-color-from-palette(mat.$amber-palette, B65) !important;
1141
+ }
1142
+
1143
+ .fill-orange-B65 {
1144
+ fill: mat.m2-get-color-from-palette(mat.$orange-palette, B65) !important;
1145
+ }
1146
+
1147
+ .fill-deep-orange-B65 {
1148
+ fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B65) !important;
1149
+ }
1150
+
1151
+ .fill-brown-B65 {
1152
+ fill: mat.m2-get-color-from-palette(mat.$brown-palette, B65) !important;
1153
+ }
1154
+
1155
+ .fill-grey-B65 {
1156
+ fill: mat.m2-get-color-from-palette(mat.$grey-palette, B65) !important;
1157
+ }
1158
+
1159
+ .fill-blue-grey-B65 {
1160
+ fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B65) !important;
1161
+ }
325
1162
 
326
1163
  // B40
327
- .fill-red-B40 { fill: mat.get-color-from-palette(mat.$red-palette, B40) !important; }
328
- .fill-pink-B40 { fill: mat.get-color-from-palette(mat.$pink-palette, B40) !important; }
329
- .fill-purple-B40 { fill: mat.get-color-from-palette(mat.$purple-palette, B40) !important; }
330
- .fill-deep-purple-B40 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, B40) !important; }
331
- .fill-indigo-B40 { fill: mat.get-color-from-palette(mat.$indigo-palette, B40) !important; }
332
- .fill-blue-B40 { fill: mat.get-color-from-palette(mat.$blue-palette, B40) !important; }
333
- .fill-light-blue-B40 { fill: mat.get-color-from-palette(mat.$blue-palette, B40) !important; }
334
- .fill-cyan-B40 { fill: mat.get-color-from-palette(mat.$cyan-palette, B40) !important; }
335
- .fill-teal-B40 { fill: mat.get-color-from-palette(mat.$teal-palette, B40) !important; }
336
- .fill-green-B40 { fill: mat.get-color-from-palette(mat.$green-palette, B40) !important; }
337
- .fill-light-green-B40 { fill: mat.get-color-from-palette(mat.$green-palette, B40) !important; }
338
- .fill-lime-B40 { fill: mat.get-color-from-palette(mat.$lime-palette, B40) !important; }
339
- .fill-yellow-B40 { fill: mat.get-color-from-palette(mat.$yellow-palette, B40) !important; }
340
- .fill-amber-B40 { fill: mat.get-color-from-palette(mat.$amber-palette, B40) !important; }
341
- .fill-orange-B40 { fill: mat.get-color-from-palette(mat.$orange-palette, B40) !important; }
342
- .fill-deep-orange-B40 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, B40) !important; }
343
- .fill-brown-B40 { fill: mat.get-color-from-palette(mat.$brown-palette, B40) !important; }
344
- .fill-grey-B40 { fill: mat.get-color-from-palette(mat.$grey-palette, B40) !important; }
345
- .fill-blue-grey-B40 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, B40) !important; }
1164
+ .fill-red-B40 {
1165
+ fill: mat.m2-get-color-from-palette(mat.$red-palette, B40) !important;
1166
+ }
1167
+
1168
+ .fill-pink-B40 {
1169
+ fill: mat.m2-get-color-from-palette(mat.$pink-palette, B40) !important;
1170
+ }
1171
+
1172
+ .fill-purple-B40 {
1173
+ fill: mat.m2-get-color-from-palette(mat.$purple-palette, B40) !important;
1174
+ }
1175
+
1176
+ .fill-deep-purple-B40 {
1177
+ fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B40) !important;
1178
+ }
1179
+
1180
+ .fill-indigo-B40 {
1181
+ fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B40) !important;
1182
+ }
1183
+
1184
+ .fill-blue-B40 {
1185
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
1186
+ }
1187
+
1188
+ .fill-light-blue-B40 {
1189
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
1190
+ }
1191
+
1192
+ .fill-cyan-B40 {
1193
+ fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B40) !important;
1194
+ }
1195
+
1196
+ .fill-teal-B40 {
1197
+ fill: mat.m2-get-color-from-palette(mat.$teal-palette, B40) !important;
1198
+ }
1199
+
1200
+ .fill-green-B40 {
1201
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
1202
+ }
1203
+
1204
+ .fill-light-green-B40 {
1205
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
1206
+ }
1207
+
1208
+ .fill-lime-B40 {
1209
+ fill: mat.m2-get-color-from-palette(mat.$lime-palette, B40) !important;
1210
+ }
1211
+
1212
+ .fill-yellow-B40 {
1213
+ fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B40) !important;
1214
+ }
1215
+
1216
+ .fill-amber-B40 {
1217
+ fill: mat.m2-get-color-from-palette(mat.$amber-palette, B40) !important;
1218
+ }
1219
+
1220
+ .fill-orange-B40 {
1221
+ fill: mat.m2-get-color-from-palette(mat.$orange-palette, B40) !important;
1222
+ }
1223
+
1224
+ .fill-deep-orange-B40 {
1225
+ fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B40) !important;
1226
+ }
1227
+
1228
+ .fill-brown-B40 {
1229
+ fill: mat.m2-get-color-from-palette(mat.$brown-palette, B40) !important;
1230
+ }
1231
+
1232
+ .fill-grey-B40 {
1233
+ fill: mat.m2-get-color-from-palette(mat.$grey-palette, B40) !important;
1234
+ }
1235
+
1236
+ .fill-blue-grey-B40 {
1237
+ fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B40) !important;
1238
+ }
346
1239
 
347
1240
  // B30
348
- .fill-red-B30 { fill: mat.get-color-from-palette(mat.$red-palette, B30) !important; }
349
- .fill-pink-B30 { fill: mat.get-color-from-palette(mat.$pink-palette, B30) !important; }
350
- .fill-purple-B30 { fill: mat.get-color-from-palette(mat.$purple-palette, B30) !important; }
351
- .fill-deep-purple-B30 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, B30) !important; }
352
- .fill-indigo-B30 { fill: mat.get-color-from-palette(mat.$indigo-palette, B30) !important; }
353
- .fill-blue-B30 { fill: mat.get-color-from-palette(mat.$blue-palette, B30) !important; }
354
- .fill-light-blue-B30 { fill: mat.get-color-from-palette(mat.$blue-palette, B30) !important; }
355
- .fill-cyan-B30 { fill: mat.get-color-from-palette(mat.$cyan-palette, B30) !important; }
356
- .fill-teal-B30 { fill: mat.get-color-from-palette(mat.$teal-palette, B30) !important; }
357
- .fill-green-B30 { fill: mat.get-color-from-palette(mat.$green-palette, B30) !important; }
358
- .fill-light-green-B30 { fill: mat.get-color-from-palette(mat.$green-palette, B30) !important; }
359
- .fill-lime-B30 { fill: mat.get-color-from-palette(mat.$lime-palette, B30) !important; }
360
- .fill-yellow-B30 { fill: mat.get-color-from-palette(mat.$yellow-palette, B30) !important; }
361
- .fill-amber-B30 { fill: mat.get-color-from-palette(mat.$amber-palette, B30) !important; }
362
- .fill-orange-B30 { fill: mat.get-color-from-palette(mat.$orange-palette, B30) !important; }
363
- .fill-deep-orange-B30 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, B30) !important; }
364
- .fill-brown-B30 { fill: mat.get-color-from-palette(mat.$brown-palette, B30) !important; }
365
- .fill-grey-B30 { fill: mat.get-color-from-palette(mat.$grey-palette, B30) !important; }
366
- .fill-blue-grey-B30 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, B30) !important; }
1241
+ .fill-red-B30 {
1242
+ fill: mat.m2-get-color-from-palette(mat.$red-palette, B30) !important;
1243
+ }
1244
+
1245
+ .fill-pink-B30 {
1246
+ fill: mat.m2-get-color-from-palette(mat.$pink-palette, B30) !important;
1247
+ }
1248
+
1249
+ .fill-purple-B30 {
1250
+ fill: mat.m2-get-color-from-palette(mat.$purple-palette, B30) !important;
1251
+ }
1252
+
1253
+ .fill-deep-purple-B30 {
1254
+ fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B30) !important;
1255
+ }
1256
+
1257
+ .fill-indigo-B30 {
1258
+ fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B30) !important;
1259
+ }
1260
+
1261
+ .fill-blue-B30 {
1262
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
1263
+ }
1264
+
1265
+ .fill-light-blue-B30 {
1266
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
1267
+ }
1268
+
1269
+ .fill-cyan-B30 {
1270
+ fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B30) !important;
1271
+ }
1272
+
1273
+ .fill-teal-B30 {
1274
+ fill: mat.m2-get-color-from-palette(mat.$teal-palette, B30) !important;
1275
+ }
1276
+
1277
+ .fill-green-B30 {
1278
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
1279
+ }
1280
+
1281
+ .fill-light-green-B30 {
1282
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
1283
+ }
1284
+
1285
+ .fill-lime-B30 {
1286
+ fill: mat.m2-get-color-from-palette(mat.$lime-palette, B30) !important;
1287
+ }
1288
+
1289
+ .fill-yellow-B30 {
1290
+ fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B30) !important;
1291
+ }
1292
+
1293
+ .fill-amber-B30 {
1294
+ fill: mat.m2-get-color-from-palette(mat.$amber-palette, B30) !important;
1295
+ }
1296
+
1297
+ .fill-orange-B30 {
1298
+ fill: mat.m2-get-color-from-palette(mat.$orange-palette, B30) !important;
1299
+ }
1300
+
1301
+ .fill-deep-orange-B30 {
1302
+ fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B30) !important;
1303
+ }
1304
+
1305
+ .fill-brown-B30 {
1306
+ fill: mat.m2-get-color-from-palette(mat.$brown-palette, B30) !important;
1307
+ }
1308
+
1309
+ .fill-grey-B30 {
1310
+ fill: mat.m2-get-color-from-palette(mat.$grey-palette, B30) !important;
1311
+ }
1312
+
1313
+ .fill-blue-grey-B30 {
1314
+ fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B30) !important;
1315
+ }
367
1316
 
368
1317
  // B15
369
- .fill-red-B15 { fill: mat.get-color-from-palette(mat.$red-palette, B15) !important; }
370
- .fill-pink-B15 { fill: mat.get-color-from-palette(mat.$pink-palette, B15) !important; }
371
- .fill-purple-B15 { fill: mat.get-color-from-palette(mat.$purple-palette, B15) !important; }
372
- .fill-deep-purple-B15 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, B15) !important; }
373
- .fill-indigo-B15 { fill: mat.get-color-from-palette(mat.$indigo-palette, B15) !important; }
374
- .fill-blue-B15 { fill: mat.get-color-from-palette(mat.$blue-palette, B15) !important; }
375
- .fill-light-blue-B15 { fill: mat.get-color-from-palette(mat.$blue-palette, B15) !important; }
376
- .fill-cyan-B15 { fill: mat.get-color-from-palette(mat.$cyan-palette, B15) !important; }
377
- .fill-teal-B15 { fill: mat.get-color-from-palette(mat.$teal-palette, B15) !important; }
378
- .fill-green-B15 { fill: mat.get-color-from-palette(mat.$green-palette, B15) !important; }
379
- .fill-light-green-B15 { fill: mat.get-color-from-palette(mat.$green-palette, B15) !important; }
380
- .fill-lime-B15 { fill: mat.get-color-from-palette(mat.$lime-palette, B15) !important; }
381
- .fill-yellow-B15 { fill: mat.get-color-from-palette(mat.$yellow-palette, B15) !important; }
382
- .fill-amber-B15 { fill: mat.get-color-from-palette(mat.$amber-palette, B15) !important; }
383
- .fill-orange-B15 { fill: mat.get-color-from-palette(mat.$orange-palette, B15) !important; }
384
- .fill-deep-orange-B15 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, B15) !important; }
385
- .fill-brown-B15 { fill: mat.get-color-from-palette(mat.$brown-palette, B15) !important; }
386
- .fill-grey-B15 { fill: mat.get-color-from-palette(mat.$grey-palette, B15) !important; }
387
- .fill-blue-grey-B15 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, B15) !important; }
1318
+ .fill-red-B15 {
1319
+ fill: mat.m2-get-color-from-palette(mat.$red-palette, B15) !important;
1320
+ }
1321
+
1322
+ .fill-pink-B15 {
1323
+ fill: mat.m2-get-color-from-palette(mat.$pink-palette, B15) !important;
1324
+ }
1325
+
1326
+ .fill-purple-B15 {
1327
+ fill: mat.m2-get-color-from-palette(mat.$purple-palette, B15) !important;
1328
+ }
1329
+
1330
+ .fill-deep-purple-B15 {
1331
+ fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B15) !important;
1332
+ }
1333
+
1334
+ .fill-indigo-B15 {
1335
+ fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B15) !important;
1336
+ }
1337
+
1338
+ .fill-blue-B15 {
1339
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
1340
+ }
1341
+
1342
+ .fill-light-blue-B15 {
1343
+ fill: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
1344
+ }
1345
+
1346
+ .fill-cyan-B15 {
1347
+ fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B15) !important;
1348
+ }
1349
+
1350
+ .fill-teal-B15 {
1351
+ fill: mat.m2-get-color-from-palette(mat.$teal-palette, B15) !important;
1352
+ }
1353
+
1354
+ .fill-green-B15 {
1355
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
1356
+ }
1357
+
1358
+ .fill-light-green-B15 {
1359
+ fill: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
1360
+ }
1361
+
1362
+ .fill-lime-B15 {
1363
+ fill: mat.m2-get-color-from-palette(mat.$lime-palette, B15) !important;
1364
+ }
1365
+
1366
+ .fill-yellow-B15 {
1367
+ fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B15) !important;
1368
+ }
1369
+
1370
+ .fill-amber-B15 {
1371
+ fill: mat.m2-get-color-from-palette(mat.$amber-palette, B15) !important;
1372
+ }
1373
+
1374
+ .fill-orange-B15 {
1375
+ fill: mat.m2-get-color-from-palette(mat.$orange-palette, B15) !important;
1376
+ }
1377
+
1378
+ .fill-deep-orange-B15 {
1379
+ fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B15) !important;
1380
+ }
1381
+
1382
+ .fill-brown-B15 {
1383
+ fill: mat.m2-get-color-from-palette(mat.$brown-palette, B15) !important;
1384
+ }
1385
+
1386
+ .fill-grey-B15 {
1387
+ fill: mat.m2-get-color-from-palette(mat.$grey-palette, B15) !important;
1388
+ }
1389
+
1390
+ .fill-blue-grey-B15 {
1391
+ fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B15) !important;
1392
+ }
388
1393
  }