@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,904 +1,3232 @@
1
- // @use '~@angular/material' as mat;
2
- @import '../theme-functions';
1
+ @use '@angular/material' as mat;
3
2
 
4
3
  @mixin vd-colors-light() {
5
- // Text color
6
4
 
7
5
  // Inherit
8
- .tc-inherit { color: inherit !important; }
6
+ .tc-inherit {
7
+ color: inherit !important;
8
+ }
9
9
 
10
10
  // 50
11
- .tc-red-50 { color: mat.get-color-from-palette(mat.$red-palette, 50) !important; }
12
- .tc-pink-50 { color: mat.get-color-from-palette(mat.$pink-palette, 50) !important; }
13
- .tc-purple-50 { color: mat.get-color-from-palette(mat.$purple-palette, 50) !important; }
14
- .tc-deep-purple-50 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 50) !important; }
15
- .tc-indigo-50 { color: mat.get-color-from-palette(mat.$indigo-palette, 50) !important; }
16
- .tc-blue-50 { color: mat.get-color-from-palette(mat.$blue-palette, 50) !important; }
17
- .tc-light-blue-50 { color: mat.get-color-from-palette(mat.$light-blue-palette, 50) !important; }
18
- .tc-cyan-50 { color: mat.get-color-from-palette(mat.$cyan-palette, 50) !important; }
19
- .tc-teal-50 { color: mat.get-color-from-palette(mat.$teal-palette, 50) !important; }
20
- .tc-green-50 { color: mat.get-color-from-palette(mat.$green-palette, 50) !important; }
21
- .tc-light-green-50 { color: mat.get-color-from-palette(mat.$light-green-palette, 50) !important; }
22
- .tc-lime-50 { color: mat.get-color-from-palette(mat.$lime-palette, 50) !important; }
23
- .tc-yellow-50 { color: mat.get-color-from-palette(mat.$yellow-palette, 50) !important; }
24
- .tc-amber-50 { color: mat.get-color-from-palette(mat.$amber-palette, 50) !important; }
25
- .tc-orange-50 { color: mat.get-color-from-palette(mat.$orange-palette, 50) !important; }
26
- .tc-deep-orange-50 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 50) !important; }
27
- .tc-brown-50 { color: mat.get-color-from-palette(mat.$brown-palette, 50) !important; }
28
- .tc-grey-50 { color: mat.get-color-from-palette(mat.$grey-palette, 50) !important; }
29
- .tc-blue-grey-50 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 50) !important; }
11
+ .tc-red-50 {
12
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 50) !important;
13
+ }
14
+
15
+ .tc-pink-50 {
16
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 50) !important;
17
+ }
18
+
19
+ .tc-purple-50 {
20
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 50) !important;
21
+ }
22
+
23
+ .tc-deep-purple-50 {
24
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 50) !important;
25
+ }
26
+
27
+ .tc-indigo-50 {
28
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 50) !important;
29
+ }
30
+
31
+ .tc-blue-50 {
32
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 50) !important;
33
+ }
34
+
35
+ .tc-light-blue-50 {
36
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 50) !important;
37
+ }
38
+
39
+ .tc-cyan-50 {
40
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 50) !important;
41
+ }
42
+
43
+ .tc-teal-50 {
44
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 50) !important;
45
+ }
46
+
47
+ .tc-green-50 {
48
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 50) !important;
49
+ }
50
+
51
+ .tc-light-green-50 {
52
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 50) !important;
53
+ }
54
+
55
+ .tc-lime-50 {
56
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 50) !important;
57
+ }
58
+
59
+ .tc-yellow-50 {
60
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 50) !important;
61
+ }
62
+
63
+ .tc-amber-50 {
64
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 50) !important;
65
+ }
66
+
67
+ .tc-orange-50 {
68
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 50) !important;
69
+ }
70
+
71
+ .tc-deep-orange-50 {
72
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 50) !important;
73
+ }
74
+
75
+ .tc-brown-50 {
76
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 50) !important;
77
+ }
78
+
79
+ .tc-grey-50 {
80
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 50) !important;
81
+ }
82
+
83
+ .tc-blue-grey-50 {
84
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 50) !important;
85
+ }
86
+
87
+ // 100
88
+ .tc-red-100 {
89
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 100) !important;
90
+ }
91
+
92
+ .tc-pink-100 {
93
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 100) !important;
94
+ }
95
+
96
+ .tc-purple-100 {
97
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 100) !important;
98
+ }
99
+
100
+ .tc-deep-purple-100 {
101
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 100) !important;
102
+ }
103
+
104
+ .tc-indigo-100 {
105
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 100) !important;
106
+ }
107
+
108
+ .tc-blue-100 {
109
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 100) !important;
110
+ }
111
+
112
+ .tc-light-blue-100 {
113
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 100) !important;
114
+ }
115
+
116
+ .tc-cyan-100 {
117
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 100) !important;
118
+ }
119
+
120
+ .tc-teal-100 {
121
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 100) !important;
122
+ }
123
+
124
+ .tc-green-100 {
125
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 100) !important;
126
+ }
127
+
128
+ .tc-light-green-100 {
129
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 100) !important;
130
+ }
131
+
132
+ .tc-lime-100 {
133
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 100) !important;
134
+ }
135
+
136
+ .tc-yellow-100 {
137
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 100) !important;
138
+ }
139
+
140
+ .tc-amber-100 {
141
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 100) !important;
142
+ }
143
+
144
+ .tc-orange-100 {
145
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 100) !important;
146
+ }
147
+
148
+ .tc-deep-orange-100 {
149
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 100) !important;
150
+ }
151
+
152
+ .tc-brown-100 {
153
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 100) !important;
154
+ }
155
+
156
+ .tc-grey-100 {
157
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 100) !important;
158
+ }
159
+
160
+ .tc-blue-grey-100 {
161
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 100) !important;
162
+ }
163
+
164
+ // 200
165
+ .tc-red-200 {
166
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 200) !important;
167
+ }
168
+
169
+ .tc-pink-200 {
170
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 200) !important;
171
+ }
172
+
173
+ .tc-purple-200 {
174
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 200) !important;
175
+ }
176
+
177
+ .tc-deep-purple-200 {
178
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 200) !important;
179
+ }
180
+
181
+ .tc-indigo-200 {
182
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 200) !important;
183
+ }
184
+
185
+ .tc-blue-200 {
186
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 200) !important;
187
+ }
188
+
189
+ .tc-light-blue-200 {
190
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 200) !important;
191
+ }
192
+
193
+ .tc-cyan-200 {
194
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 200) !important;
195
+ }
196
+
197
+ .tc-teal-200 {
198
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 200) !important;
199
+ }
200
+
201
+ .tc-green-200 {
202
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 200) !important;
203
+ }
204
+
205
+ .tc-light-green-200 {
206
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 200) !important;
207
+ }
208
+
209
+ .tc-lime-200 {
210
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 200) !important;
211
+ }
212
+
213
+ .tc-yellow-200 {
214
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 200) !important;
215
+ }
216
+
217
+ .tc-amber-200 {
218
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 200) !important;
219
+ }
220
+
221
+ .tc-orange-200 {
222
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 200) !important;
223
+ }
224
+
225
+ .tc-deep-orange-200 {
226
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 200) !important;
227
+ }
228
+
229
+ .tc-brown-200 {
230
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 200) !important;
231
+ }
232
+
233
+ .tc-grey-200 {
234
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 200) !important;
235
+ }
236
+
237
+ .tc-blue-grey-200 {
238
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 200) !important;
239
+ }
240
+
241
+ // 300
242
+ .tc-red-300 {
243
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 300) !important;
244
+ }
245
+
246
+ .tc-pink-300 {
247
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 300) !important;
248
+ }
249
+
250
+ .tc-purple-300 {
251
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 300) !important;
252
+ }
253
+
254
+ .tc-deep-purple-300 {
255
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 300) !important;
256
+ }
257
+
258
+ .tc-indigo-300 {
259
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 300) !important;
260
+ }
261
+
262
+ .tc-blue-300 {
263
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 300) !important;
264
+ }
265
+
266
+ .tc-light-blue-300 {
267
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 300) !important;
268
+ }
269
+
270
+ .tc-cyan-300 {
271
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 300) !important;
272
+ }
273
+
274
+ .tc-teal-300 {
275
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 300) !important;
276
+ }
277
+
278
+ .tc-green-300 {
279
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 300) !important;
280
+ }
281
+
282
+ .tc-light-green-300 {
283
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 300) !important;
284
+ }
285
+
286
+ .tc-lime-300 {
287
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 300) !important;
288
+ }
289
+
290
+ .tc-yellow-300 {
291
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 300) !important;
292
+ }
293
+
294
+ .tc-amber-300 {
295
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 300) !important;
296
+ }
297
+
298
+ .tc-orange-300 {
299
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 300) !important;
300
+ }
301
+
302
+ .tc-deep-orange-300 {
303
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 300) !important;
304
+ }
305
+
306
+ .tc-brown-300 {
307
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 300) !important;
308
+ }
309
+
310
+ .tc-grey-300 {
311
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 300) !important;
312
+ }
313
+
314
+ .tc-blue-grey-300 {
315
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 300) !important;
316
+ }
317
+
318
+ // 400
319
+ .tc-red-400 {
320
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 400) !important;
321
+ }
322
+
323
+ .tc-pink-400 {
324
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 400) !important;
325
+ }
326
+
327
+ .tc-purple-400 {
328
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 400) !important;
329
+ }
330
+
331
+ .tc-deep-purple-400 {
332
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 400) !important;
333
+ }
334
+
335
+ .tc-indigo-400 {
336
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 400) !important;
337
+ }
338
+
339
+ .tc-blue-400 {
340
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 400) !important;
341
+ }
342
+
343
+ .tc-light-blue-400 {
344
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 400) !important;
345
+ }
346
+
347
+ .tc-cyan-400 {
348
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 400) !important;
349
+ }
350
+
351
+ .tc-teal-400 {
352
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 400) !important;
353
+ }
354
+
355
+ .tc-green-400 {
356
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 400) !important;
357
+ }
358
+
359
+ .tc-light-green-400 {
360
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 400) !important;
361
+ }
362
+
363
+ .tc-lime-400 {
364
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 400) !important;
365
+ }
366
+
367
+ .tc-yellow-400 {
368
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 400) !important;
369
+ }
370
+
371
+ .tc-amber-400 {
372
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 400) !important;
373
+ }
374
+
375
+ .tc-orange-400 {
376
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 400) !important;
377
+ }
378
+
379
+ .tc-deep-orange-400 {
380
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 400) !important;
381
+ }
382
+
383
+ .tc-brown-400 {
384
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 400) !important;
385
+ }
386
+
387
+ .tc-grey-400 {
388
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 400) !important;
389
+ }
390
+
391
+ .tc-blue-grey-400 {
392
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 400) !important;
393
+ }
394
+
395
+ // 500
396
+ .tc-red-500 {
397
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 500) !important;
398
+ }
399
+
400
+ .tc-pink-500 {
401
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 500) !important;
402
+ }
403
+
404
+ .tc-purple-500 {
405
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 500) !important;
406
+ }
407
+
408
+ .tc-deep-purple-500 {
409
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 500) !important;
410
+ }
411
+
412
+ .tc-indigo-500 {
413
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 500) !important;
414
+ }
415
+
416
+ .tc-blue-500 {
417
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
418
+ }
419
+
420
+ .tc-light-blue-500 {
421
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 500) !important;
422
+ }
423
+
424
+ .tc-cyan-500 {
425
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 500) !important;
426
+ }
427
+
428
+ .tc-teal-500 {
429
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 500) !important;
430
+ }
431
+
432
+ .tc-green-500 {
433
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
434
+ }
435
+
436
+ .tc-light-green-500 {
437
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 500) !important;
438
+ }
439
+
440
+ .tc-lime-500 {
441
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 500) !important;
442
+ }
443
+
444
+ .tc-yellow-500 {
445
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 500) !important;
446
+ }
447
+
448
+ .tc-amber-500 {
449
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 500) !important;
450
+ }
451
+
452
+ .tc-orange-500 {
453
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 500) !important;
454
+ }
455
+
456
+ .tc-deep-orange-500 {
457
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 500) !important;
458
+ }
459
+
460
+ .tc-brown-500 {
461
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 500) !important;
462
+ }
463
+
464
+ .tc-grey-500 {
465
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 500) !important;
466
+ }
467
+
468
+ .tc-blue-grey-500 {
469
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 500) !important;
470
+ }
471
+
472
+ // 600
473
+ .tc-red-600 {
474
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 600) !important;
475
+ }
476
+
477
+ .tc-pink-600 {
478
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 600) !important;
479
+ }
480
+
481
+ .tc-purple-600 {
482
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 600) !important;
483
+ }
484
+
485
+ .tc-deep-purple-600 {
486
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 600) !important;
487
+ }
488
+
489
+ .tc-indigo-600 {
490
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 600) !important;
491
+ }
492
+
493
+ .tc-blue-600 {
494
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 600) !important;
495
+ }
496
+
497
+ .tc-light-blue-600 {
498
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 600) !important;
499
+ }
500
+
501
+ .tc-cyan-600 {
502
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 600) !important;
503
+ }
504
+
505
+ .tc-teal-600 {
506
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 600) !important;
507
+ }
508
+
509
+ .tc-green-600 {
510
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 600) !important;
511
+ }
512
+
513
+ .tc-light-green-600 {
514
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 600) !important;
515
+ }
516
+
517
+ .tc-lime-600 {
518
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 600) !important;
519
+ }
520
+
521
+ .tc-yellow-600 {
522
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 600) !important;
523
+ }
524
+
525
+ .tc-amber-600 {
526
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 600) !important;
527
+ }
528
+
529
+ .tc-orange-600 {
530
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 600) !important;
531
+ }
532
+
533
+ .tc-deep-orange-600 {
534
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 600) !important;
535
+ }
536
+
537
+ .tc-brown-600 {
538
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 600) !important;
539
+ }
540
+
541
+ .tc-grey-600 {
542
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 600) !important;
543
+ }
544
+
545
+ .tc-blue-grey-600 {
546
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 600) !important;
547
+ }
548
+
549
+ // 700
550
+ .tc-red-700 {
551
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 700) !important;
552
+ }
553
+
554
+ .tc-pink-700 {
555
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 700) !important;
556
+ }
557
+
558
+ .tc-purple-700 {
559
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 700) !important;
560
+ }
561
+
562
+ .tc-deep-purple-700 {
563
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 700) !important;
564
+ }
565
+
566
+ .tc-indigo-700 {
567
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 700) !important;
568
+ }
569
+
570
+ .tc-blue-700 {
571
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 700) !important;
572
+ }
573
+
574
+ .tc-light-blue-700 {
575
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 700) !important;
576
+ }
577
+
578
+ .tc-cyan-700 {
579
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 700) !important;
580
+ }
581
+
582
+ .tc-teal-700 {
583
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 700) !important;
584
+ }
585
+
586
+ .tc-green-700 {
587
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 700) !important;
588
+ }
589
+
590
+ .tc-light-green-700 {
591
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 700) !important;
592
+ }
593
+
594
+ .tc-lime-700 {
595
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 700) !important;
596
+ }
597
+
598
+ .tc-yellow-700 {
599
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 700) !important;
600
+ }
601
+
602
+ .tc-amber-700 {
603
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 700) !important;
604
+ }
605
+
606
+ .tc-orange-700 {
607
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 700) !important;
608
+ }
609
+
610
+ .tc-deep-orange-700 {
611
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 700) !important;
612
+ }
613
+
614
+ .tc-brown-700 {
615
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 700) !important;
616
+ }
617
+
618
+ .tc-grey-700 {
619
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 700) !important;
620
+ }
621
+
622
+ .tc-blue-grey-700 {
623
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 700) !important;
624
+ }
625
+
626
+ // 800
627
+ .tc-red-800 {
628
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 800) !important;
629
+ }
630
+
631
+ .tc-pink-800 {
632
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 800) !important;
633
+ }
634
+
635
+ .tc-purple-800 {
636
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 800) !important;
637
+ }
638
+
639
+ .tc-deep-purple-800 {
640
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 800) !important;
641
+ }
642
+
643
+ .tc-indigo-800 {
644
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 800) !important;
645
+ }
646
+
647
+ .tc-blue-800 {
648
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 800) !important;
649
+ }
650
+
651
+ .tc-light-blue-800 {
652
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 800) !important;
653
+ }
654
+
655
+ .tc-cyan-800 {
656
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 800) !important;
657
+ }
658
+
659
+ .tc-teal-800 {
660
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 800) !important;
661
+ }
662
+
663
+ .tc-green-800 {
664
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 800) !important;
665
+ }
666
+
667
+ .tc-light-green-800 {
668
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 800) !important;
669
+ }
670
+
671
+ .tc-lime-800 {
672
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 800) !important;
673
+ }
674
+
675
+ .tc-yellow-800 {
676
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 800) !important;
677
+ }
678
+
679
+ .tc-amber-800 {
680
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 800) !important;
681
+ }
682
+
683
+ .tc-orange-800 {
684
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 800) !important;
685
+ }
686
+
687
+ .tc-deep-orange-800 {
688
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 800) !important;
689
+ }
690
+
691
+ .tc-brown-800 {
692
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 800) !important;
693
+ }
694
+
695
+ .tc-grey-800 {
696
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 800) !important;
697
+ }
698
+
699
+ .tc-blue-grey-800 {
700
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 800) !important;
701
+ }
702
+
703
+ // 900
704
+ .tc-red-900 {
705
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 900) !important;
706
+ }
707
+
708
+ .tc-pink-900 {
709
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 900) !important;
710
+ }
711
+
712
+ .tc-purple-900 {
713
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 900) !important;
714
+ }
715
+
716
+ .tc-deep-purple-900 {
717
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 900) !important;
718
+ }
719
+
720
+ .tc-indigo-900 {
721
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 900) !important;
722
+ }
723
+
724
+ .tc-blue-900 {
725
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 900) !important;
726
+ }
727
+
728
+ .tc-light-blue-900 {
729
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 900) !important;
730
+ }
731
+
732
+ .tc-cyan-900 {
733
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 900) !important;
734
+ }
735
+
736
+ .tc-teal-900 {
737
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 900) !important;
738
+ }
739
+
740
+ .tc-green-900 {
741
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 900) !important;
742
+ }
743
+
744
+ .tc-light-green-900 {
745
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 900) !important;
746
+ }
747
+
748
+ .tc-lime-900 {
749
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 900) !important;
750
+ }
751
+
752
+ .tc-yellow-900 {
753
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 900) !important;
754
+ }
755
+
756
+ .tc-amber-900 {
757
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 900) !important;
758
+ }
759
+
760
+ .tc-orange-900 {
761
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 900) !important;
762
+ }
763
+
764
+ .tc-deep-orange-900 {
765
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 900) !important;
766
+ }
767
+
768
+ .tc-brown-900 {
769
+ color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 900) !important;
770
+ }
771
+
772
+ .tc-grey-900 {
773
+ color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 900) !important;
774
+ }
775
+
776
+ .tc-blue-grey-900 {
777
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 900) !important;
778
+ }
779
+
780
+ // A100
781
+ .tc-red-A100 {
782
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A100) !important;
783
+ }
784
+
785
+ .tc-pink-A100 {
786
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A100) !important;
787
+ }
788
+
789
+ .tc-purple-A100 {
790
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A100) !important;
791
+ }
792
+
793
+ .tc-deep-purple-A100 {
794
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A100) !important;
795
+ }
796
+
797
+ .tc-indigo-A100 {
798
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A100) !important;
799
+ }
800
+
801
+ .tc-blue-A100 {
802
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A100) !important;
803
+ }
804
+
805
+ .tc-light-blue-A100 {
806
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A100) !important;
807
+ }
808
+
809
+ .tc-cyan-A100 {
810
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A100) !important;
811
+ }
812
+
813
+ .tc-teal-A100 {
814
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A100) !important;
815
+ }
816
+
817
+ .tc-green-A100 {
818
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A100) !important;
819
+ }
820
+
821
+ .tc-light-green-A100 {
822
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A100) !important;
823
+ }
824
+
825
+ .tc-lime-A100 {
826
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A100) !important;
827
+ }
828
+
829
+ .tc-yellow-A100 {
830
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A100) !important;
831
+ }
832
+
833
+ .tc-amber-A100 {
834
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A100) !important;
835
+ }
836
+
837
+ .tc-orange-A100 {
838
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A100) !important;
839
+ }
840
+
841
+ .tc-deep-orange-A100 {
842
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A100) !important;
843
+ }
844
+
845
+ // A200
846
+ .tc-red-A200 {
847
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A200) !important;
848
+ }
849
+
850
+ .tc-pink-A200 {
851
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A200) !important;
852
+ }
853
+
854
+ .tc-purple-A200 {
855
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A200) !important;
856
+ }
857
+
858
+ .tc-deep-purple-A200 {
859
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A200) !important;
860
+ }
861
+
862
+ .tc-indigo-A200 {
863
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A200) !important;
864
+ }
865
+
866
+ .tc-blue-A200 {
867
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A200) !important;
868
+ }
869
+
870
+ .tc-light-blue-A200 {
871
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A200) !important;
872
+ }
873
+
874
+ .tc-cyan-A200 {
875
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A200) !important;
876
+ }
877
+
878
+ .tc-teal-A200 {
879
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A200) !important;
880
+ }
881
+
882
+ .tc-green-A200 {
883
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A200) !important;
884
+ }
885
+
886
+ .tc-light-green-A200 {
887
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A200) !important;
888
+ }
889
+
890
+ .tc-lime-A200 {
891
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A200) !important;
892
+ }
893
+
894
+ .tc-yellow-A200 {
895
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A200) !important;
896
+ }
897
+
898
+ .tc-amber-A200 {
899
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A200) !important;
900
+ }
901
+
902
+ .tc-orange-A200 {
903
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A200) !important;
904
+ }
905
+
906
+ .tc-deep-orange-A200 {
907
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A200) !important;
908
+ }
909
+
910
+ // A400
911
+ .tc-red-A400 {
912
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A400) !important;
913
+ }
914
+
915
+ .tc-pink-A400 {
916
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A400) !important;
917
+ }
918
+
919
+ .tc-purple-A400 {
920
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A400) !important;
921
+ }
922
+
923
+ .tc-deep-purple-A400 {
924
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A400) !important;
925
+ }
926
+
927
+ .tc-indigo-A400 {
928
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A400) !important;
929
+ }
930
+
931
+ .tc-blue-A400 {
932
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A400) !important;
933
+ }
934
+
935
+ .tc-light-blue-A400 {
936
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A400) !important;
937
+ }
938
+
939
+ .tc-cyan-A400 {
940
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A400) !important;
941
+ }
942
+
943
+ .tc-teal-A400 {
944
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A400) !important;
945
+ }
946
+
947
+ .tc-green-A400 {
948
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A400) !important;
949
+ }
950
+
951
+ .tc-light-green-A400 {
952
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A400) !important;
953
+ }
954
+
955
+ .tc-lime-A400 {
956
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A400) !important;
957
+ }
958
+
959
+ .tc-yellow-A400 {
960
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A400) !important;
961
+ }
962
+
963
+ .tc-amber-A400 {
964
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A400) !important;
965
+ }
966
+
967
+ .tc-orange-A400 {
968
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A400) !important;
969
+ }
970
+
971
+ .tc-deep-orange-A400 {
972
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A400) !important;
973
+ }
974
+
975
+ // A700
976
+ .tc-red-A700 {
977
+ color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A700) !important;
978
+ }
979
+
980
+ .tc-pink-A700 {
981
+ color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A700) !important;
982
+ }
983
+
984
+ .tc-purple-A700 {
985
+ color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A700) !important;
986
+ }
987
+
988
+ .tc-deep-purple-A700 {
989
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A700) !important;
990
+ }
991
+
992
+ .tc-indigo-A700 {
993
+ color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A700) !important;
994
+ }
995
+
996
+ .tc-blue-A700 {
997
+ color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A700) !important;
998
+ }
999
+
1000
+ .tc-light-blue-A700 {
1001
+ color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A700) !important;
1002
+ }
1003
+
1004
+ .tc-cyan-A700 {
1005
+ color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A700) !important;
1006
+ }
1007
+
1008
+ .tc-teal-A700 {
1009
+ color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A700) !important;
1010
+ }
1011
+
1012
+ .tc-green-A700 {
1013
+ color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A700) !important;
1014
+ }
1015
+
1016
+ .tc-light-green-A700 {
1017
+ color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A700) !important;
1018
+ }
1019
+
1020
+ .tc-lime-A700 {
1021
+ color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A700) !important;
1022
+ }
1023
+
1024
+ .tc-yellow-A700 {
1025
+ color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A700) !important;
1026
+ }
1027
+
1028
+ .tc-amber-A700 {
1029
+ color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A700) !important;
1030
+ }
1031
+
1032
+ .tc-orange-A700 {
1033
+ color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A700) !important;
1034
+ }
1035
+
1036
+ .tc-deep-orange-A700 {
1037
+ color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A700) !important;
1038
+ }
1039
+
1040
+ // Black
1041
+ .tc-black {
1042
+ color: rgba(black, 87) !important;
1043
+ }
1044
+
1045
+ .tc-black-1 {
1046
+ color: rgba(black, 54) !important;
1047
+ }
1048
+
1049
+ .tc-black-2 {
1050
+ color: rgba(black, 38) !important;
1051
+ }
1052
+
1053
+ .tc-black-3 {
1054
+ color: rgba(black, 0.12) !important;
1055
+ }
1056
+
1057
+ .tc-black-4 {
1058
+ color: black !important;
1059
+ }
1060
+
1061
+ // White
1062
+ .tc-white {
1063
+ color: rgba(white, 0.7) !important;
1064
+ }
1065
+
1066
+ .tc-white-1 {
1067
+ color: rgba(white, 0.3) !important;
1068
+ }
1069
+
1070
+ .tc-white-2 {
1071
+ color: rgba(white, 0.3) !important;
1072
+ }
1073
+
1074
+ .tc-white-3 {
1075
+ color: rgba(white, 0.12) !important;
1076
+ }
1077
+
1078
+ .tc-white-4 {
1079
+ color: white !important;
1080
+ }
1081
+
1082
+
1083
+ // Background color
1084
+
1085
+ // 50
1086
+ .bgc-red-50 {
1087
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 50) !important;
1088
+ }
1089
+
1090
+ .bgc-pink-50 {
1091
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 50) !important;
1092
+ }
1093
+
1094
+ .bgc-purple-50 {
1095
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 50) !important;
1096
+ }
1097
+
1098
+ .bgc-deep-purple-50 {
1099
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 50) !important;
1100
+ }
1101
+
1102
+ .bgc-indigo-50 {
1103
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 50) !important;
1104
+ }
1105
+
1106
+ .bgc-blue-50 {
1107
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 50) !important;
1108
+ }
1109
+
1110
+ .bgc-light-blue-50 {
1111
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 50) !important;
1112
+ }
1113
+
1114
+ .bgc-cyan-50 {
1115
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 50) !important;
1116
+ }
1117
+
1118
+ .bgc-teal-50 {
1119
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 50) !important;
1120
+ }
1121
+
1122
+ .bgc-green-50 {
1123
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 50) !important;
1124
+ }
1125
+
1126
+ .bgc-light-green-50 {
1127
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 50) !important;
1128
+ }
1129
+
1130
+ .bgc-lime-50 {
1131
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 50) !important;
1132
+ }
1133
+
1134
+ .bgc-yellow-50 {
1135
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 50) !important;
1136
+ }
1137
+
1138
+ .bgc-amber-50 {
1139
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 50) !important;
1140
+ }
1141
+
1142
+ .bgc-orange-50 {
1143
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 50) !important;
1144
+ }
1145
+
1146
+ .bgc-deep-orange-50 {
1147
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 50) !important;
1148
+ }
1149
+
1150
+ .bgc-brown-50 {
1151
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 50) !important;
1152
+ }
1153
+
1154
+ .bgc-grey-50 {
1155
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 50) !important;
1156
+ }
1157
+
1158
+ .bgc-blue-grey-50 {
1159
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 50) !important;
1160
+ }
30
1161
 
31
1162
  // 100
32
- .tc-red-100 { color: mat.get-color-from-palette(mat.$red-palette, 100) !important; }
33
- .tc-pink-100 { color: mat.get-color-from-palette(mat.$pink-palette, 100) !important; }
34
- .tc-purple-100 { color: mat.get-color-from-palette(mat.$purple-palette, 100) !important; }
35
- .tc-deep-purple-100 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 100) !important; }
36
- .tc-indigo-100 { color: mat.get-color-from-palette(mat.$indigo-palette, 100) !important; }
37
- .tc-blue-100 { color: mat.get-color-from-palette(mat.$blue-palette, 100) !important; }
38
- .tc-light-blue-100 { color: mat.get-color-from-palette(mat.$light-blue-palette, 100) !important; }
39
- .tc-cyan-100 { color: mat.get-color-from-palette(mat.$cyan-palette, 100) !important; }
40
- .tc-teal-100 { color: mat.get-color-from-palette(mat.$teal-palette, 100) !important; }
41
- .tc-green-100 { color: mat.get-color-from-palette(mat.$green-palette, 100) !important; }
42
- .tc-light-green-100 { color: mat.get-color-from-palette(mat.$light-green-palette, 100) !important; }
43
- .tc-lime-100 { color: mat.get-color-from-palette(mat.$lime-palette, 100) !important; }
44
- .tc-yellow-100 { color: mat.get-color-from-palette(mat.$yellow-palette, 100) !important; }
45
- .tc-amber-100 { color: mat.get-color-from-palette(mat.$amber-palette, 100) !important; }
46
- .tc-orange-100 { color: mat.get-color-from-palette(mat.$orange-palette, 100) !important; }
47
- .tc-deep-orange-100 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 100) !important; }
48
- .tc-brown-100 { color: mat.get-color-from-palette(mat.$brown-palette, 100) !important; }
49
- .tc-grey-100 { color: mat.get-color-from-palette(mat.$grey-palette, 100) !important; }
50
- .tc-blue-grey-100 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 100) !important; }
1163
+ .bgc-red-100 {
1164
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 100) !important;
1165
+ }
1166
+
1167
+ .bgc-pink-100 {
1168
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 100) !important;
1169
+ }
1170
+
1171
+ .bgc-purple-100 {
1172
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 100) !important;
1173
+ }
1174
+
1175
+ .bgc-deep-purple-100 {
1176
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 100) !important;
1177
+ }
1178
+
1179
+ .bgc-indigo-100 {
1180
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 100) !important;
1181
+ }
1182
+
1183
+ .bgc-blue-100 {
1184
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 100) !important;
1185
+ }
1186
+
1187
+ .bgc-light-blue-100 {
1188
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 100) !important;
1189
+ }
1190
+
1191
+ .bgc-cyan-100 {
1192
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 100) !important;
1193
+ }
1194
+
1195
+ .bgc-teal-100 {
1196
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 100) !important;
1197
+ }
1198
+
1199
+ .bgc-green-100 {
1200
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 100) !important;
1201
+ }
1202
+
1203
+ .bgc-light-green-100 {
1204
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 100) !important;
1205
+ }
1206
+
1207
+ .bgc-lime-100 {
1208
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 100) !important;
1209
+ }
1210
+
1211
+ .bgc-yellow-100 {
1212
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 100) !important;
1213
+ }
1214
+
1215
+ .bgc-amber-100 {
1216
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 100) !important;
1217
+ }
1218
+
1219
+ .bgc-orange-100 {
1220
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 100) !important;
1221
+ }
1222
+
1223
+ .bgc-deep-orange-100 {
1224
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 100) !important;
1225
+ }
1226
+
1227
+ .bgc-brown-100 {
1228
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 100) !important;
1229
+ }
1230
+
1231
+ .bgc-grey-100 {
1232
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 100) !important;
1233
+ }
1234
+
1235
+ .bgc-blue-grey-100 {
1236
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 100) !important;
1237
+ }
1238
+
1239
+ // 200
1240
+ .bgc-red-200 {
1241
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 200) !important;
1242
+ }
1243
+
1244
+ .bgc-pink-200 {
1245
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 200) !important;
1246
+ }
1247
+
1248
+ .bgc-purple-200 {
1249
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 200) !important;
1250
+ }
1251
+
1252
+ .bgc-deep-purple-200 {
1253
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 200) !important;
1254
+ }
1255
+
1256
+ .bgc-indigo-200 {
1257
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 200) !important;
1258
+ }
1259
+
1260
+ .bgc-blue-200 {
1261
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 200) !important;
1262
+ }
1263
+
1264
+ .bgc-light-blue-200 {
1265
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 200) !important;
1266
+ }
1267
+
1268
+ .bgc-cyan-200 {
1269
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 200) !important;
1270
+ }
1271
+
1272
+ .bgc-teal-200 {
1273
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 200) !important;
1274
+ }
1275
+
1276
+ .bgc-green-200 {
1277
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 200) !important;
1278
+ }
1279
+
1280
+ .bgc-light-green-200 {
1281
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 200) !important;
1282
+ }
1283
+
1284
+ .bgc-lime-200 {
1285
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 200) !important;
1286
+ }
1287
+
1288
+ .bgc-yellow-200 {
1289
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 200) !important;
1290
+ }
1291
+
1292
+ .bgc-amber-200 {
1293
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 200) !important;
1294
+ }
1295
+
1296
+ .bgc-orange-200 {
1297
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 200) !important;
1298
+ }
1299
+
1300
+ .bgc-deep-orange-200 {
1301
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 200) !important;
1302
+ }
1303
+
1304
+ .bgc-brown-200 {
1305
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 200) !important;
1306
+ }
1307
+
1308
+ .bgc-grey-200 {
1309
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 200) !important;
1310
+ }
1311
+
1312
+ .bgc-blue-grey-200 {
1313
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 200) !important;
1314
+ }
1315
+
1316
+ // 300
1317
+ .bgc-red-300 {
1318
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 300) !important;
1319
+ }
1320
+
1321
+ .bgc-pink-300 {
1322
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 300) !important;
1323
+ }
1324
+
1325
+ .bgc-purple-300 {
1326
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 300) !important;
1327
+ }
1328
+
1329
+ .bgc-deep-purple-300 {
1330
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 300) !important;
1331
+ }
1332
+
1333
+ .bgc-indigo-300 {
1334
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 300) !important;
1335
+ }
1336
+
1337
+ .bgc-blue-300 {
1338
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 300) !important;
1339
+ }
1340
+
1341
+ .bgc-light-blue-300 {
1342
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 300) !important;
1343
+ }
1344
+
1345
+ .bgc-cyan-300 {
1346
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 300) !important;
1347
+ }
1348
+
1349
+ .bgc-teal-300 {
1350
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 300) !important;
1351
+ }
1352
+
1353
+ .bgc-green-300 {
1354
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 300) !important;
1355
+ }
1356
+
1357
+ .bgc-light-green-300 {
1358
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 300) !important;
1359
+ }
1360
+
1361
+ .bgc-lime-300 {
1362
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 300) !important;
1363
+ }
1364
+
1365
+ .bgc-yellow-300 {
1366
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 300) !important;
1367
+ }
1368
+
1369
+ .bgc-amber-300 {
1370
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 300) !important;
1371
+ }
1372
+
1373
+ .bgc-orange-300 {
1374
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 300) !important;
1375
+ }
1376
+
1377
+ .bgc-deep-orange-300 {
1378
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 300) !important;
1379
+ }
1380
+
1381
+ .bgc-brown-300 {
1382
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 300) !important;
1383
+ }
1384
+
1385
+ .bgc-grey-300 {
1386
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 300) !important;
1387
+ }
1388
+
1389
+ .bgc-blue-grey-300 {
1390
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 300) !important;
1391
+ }
1392
+
1393
+ // 400
1394
+ .bgc-red-400 {
1395
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 400) !important;
1396
+ }
1397
+
1398
+ .bgc-pink-400 {
1399
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 400) !important;
1400
+ }
1401
+
1402
+ .bgc-purple-400 {
1403
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 400) !important;
1404
+ }
1405
+
1406
+ .bgc-deep-purple-400 {
1407
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 400) !important;
1408
+ }
1409
+
1410
+ .bgc-indigo-400 {
1411
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 400) !important;
1412
+ }
1413
+
1414
+ .bgc-blue-400 {
1415
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 400) !important;
1416
+ }
1417
+
1418
+ .bgc-light-blue-400 {
1419
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 400) !important;
1420
+ }
1421
+
1422
+ .bgc-cyan-400 {
1423
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 400) !important;
1424
+ }
1425
+
1426
+ .bgc-teal-400 {
1427
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 400) !important;
1428
+ }
1429
+
1430
+ .bgc-green-400 {
1431
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 400) !important;
1432
+ }
1433
+
1434
+ .bgc-light-green-400 {
1435
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 400) !important;
1436
+ }
1437
+
1438
+ .bgc-lime-400 {
1439
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 400) !important;
1440
+ }
1441
+
1442
+ .bgc-yellow-400 {
1443
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 400) !important;
1444
+ }
1445
+
1446
+ .bgc-amber-400 {
1447
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 400) !important;
1448
+ }
1449
+
1450
+ .bgc-orange-400 {
1451
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 400) !important;
1452
+ }
1453
+
1454
+ .bgc-deep-orange-400 {
1455
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 400) !important;
1456
+ }
1457
+
1458
+ .bgc-brown-400 {
1459
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 400) !important;
1460
+ }
1461
+
1462
+ .bgc-grey-400 {
1463
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 400) !important;
1464
+ }
1465
+
1466
+ .bgc-blue-grey-400 {
1467
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 400) !important;
1468
+ }
1469
+
1470
+ // 500
1471
+ .bgc-red-500 {
1472
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 500) !important;
1473
+ }
1474
+
1475
+ .bgc-pink-500 {
1476
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 500) !important;
1477
+ }
1478
+
1479
+ .bgc-purple-500 {
1480
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 500) !important;
1481
+ }
1482
+
1483
+ .bgc-deep-purple-500 {
1484
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 500) !important;
1485
+ }
1486
+
1487
+ .bgc-indigo-500 {
1488
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 500) !important;
1489
+ }
1490
+
1491
+ .bgc-blue-500 {
1492
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
1493
+ }
1494
+
1495
+ .bgc-light-blue-500 {
1496
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 500) !important;
1497
+ }
1498
+
1499
+ .bgc-cyan-500 {
1500
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 500) !important;
1501
+ }
1502
+
1503
+ .bgc-teal-500 {
1504
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 500) !important;
1505
+ }
1506
+
1507
+ .bgc-green-500 {
1508
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
1509
+ }
1510
+
1511
+ .bgc-light-green-500 {
1512
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 500) !important;
1513
+ }
1514
+
1515
+ .bgc-lime-500 {
1516
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 500) !important;
1517
+ }
1518
+
1519
+ .bgc-yellow-500 {
1520
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 500) !important;
1521
+ }
1522
+
1523
+ .bgc-amber-500 {
1524
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 500) !important;
1525
+ }
1526
+
1527
+ .bgc-orange-500 {
1528
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 500) !important;
1529
+ }
1530
+
1531
+ .bgc-deep-orange-500 {
1532
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 500) !important;
1533
+ }
1534
+
1535
+ .bgc-brown-500 {
1536
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 500) !important;
1537
+ }
1538
+
1539
+ .bgc-grey-500 {
1540
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 500) !important;
1541
+ }
1542
+
1543
+ .bgc-blue-grey-500 {
1544
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 500) !important;
1545
+ }
1546
+
1547
+ // 600
1548
+ .bgc-red-600 {
1549
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 600) !important;
1550
+ }
1551
+
1552
+ .bgc-pink-600 {
1553
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 600) !important;
1554
+ }
1555
+
1556
+ .bgc-purple-600 {
1557
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 600) !important;
1558
+ }
1559
+
1560
+ .bgc-deep-purple-600 {
1561
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 600) !important;
1562
+ }
1563
+
1564
+ .bgc-indigo-600 {
1565
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 600) !important;
1566
+ }
1567
+
1568
+ .bgc-blue-600 {
1569
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 600) !important;
1570
+ }
1571
+
1572
+ .bgc-light-blue-600 {
1573
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 600) !important;
1574
+ }
1575
+
1576
+ .bgc-cyan-600 {
1577
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 600) !important;
1578
+ }
1579
+
1580
+ .bgc-teal-600 {
1581
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 600) !important;
1582
+ }
1583
+
1584
+ .bgc-green-600 {
1585
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 600) !important;
1586
+ }
1587
+
1588
+ .bgc-light-green-600 {
1589
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 600) !important;
1590
+ }
1591
+
1592
+ .bgc-lime-600 {
1593
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 600) !important;
1594
+ }
1595
+
1596
+ .bgc-yellow-600 {
1597
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 600) !important;
1598
+ }
1599
+
1600
+ .bgc-amber-600 {
1601
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 600) !important;
1602
+ }
1603
+
1604
+ .bgc-orange-600 {
1605
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 600) !important;
1606
+ }
1607
+
1608
+ .bgc-deep-orange-600 {
1609
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 600) !important;
1610
+ }
1611
+
1612
+ .bgc-brown-600 {
1613
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 600) !important;
1614
+ }
1615
+
1616
+ .bgc-grey-600 {
1617
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 600) !important;
1618
+ }
1619
+
1620
+ .bgc-blue-grey-600 {
1621
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 600) !important;
1622
+ }
1623
+
1624
+ // 700
1625
+ .bgc-red-700 {
1626
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 700) !important;
1627
+ }
1628
+
1629
+ .bgc-pink-700 {
1630
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 700) !important;
1631
+ }
1632
+
1633
+ .bgc-purple-700 {
1634
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 700) !important;
1635
+ }
1636
+
1637
+ .bgc-deep-purple-700 {
1638
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 700) !important;
1639
+ }
1640
+
1641
+ .bgc-indigo-700 {
1642
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 700) !important;
1643
+ }
1644
+
1645
+ .bgc-blue-700 {
1646
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 700) !important;
1647
+ }
1648
+
1649
+ .bgc-light-blue-700 {
1650
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 700) !important;
1651
+ }
1652
+
1653
+ .bgc-cyan-700 {
1654
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 700) !important;
1655
+ }
1656
+
1657
+ .bgc-teal-700 {
1658
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 700) !important;
1659
+ }
1660
+
1661
+ .bgc-green-700 {
1662
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 700) !important;
1663
+ }
1664
+
1665
+ .bgc-light-green-700 {
1666
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 700) !important;
1667
+ }
1668
+
1669
+ .bgc-lime-700 {
1670
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 700) !important;
1671
+ }
1672
+
1673
+ .bgc-yellow-700 {
1674
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 700) !important;
1675
+ }
1676
+
1677
+ .bgc-amber-700 {
1678
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 700) !important;
1679
+ }
1680
+
1681
+ .bgc-orange-700 {
1682
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 700) !important;
1683
+ }
1684
+
1685
+ .bgc-deep-orange-700 {
1686
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 700) !important;
1687
+ }
1688
+
1689
+ .bgc-brown-700 {
1690
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 700) !important;
1691
+ }
1692
+
1693
+ .bgc-grey-700 {
1694
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 700) !important;
1695
+ }
1696
+
1697
+ .bgc-blue-grey-700 {
1698
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 700) !important;
1699
+ }
1700
+
1701
+ // 800
1702
+ .bgc-red-800 {
1703
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 800) !important;
1704
+ }
1705
+
1706
+ .bgc-pink-800 {
1707
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 800) !important;
1708
+ }
1709
+
1710
+ .bgc-purple-800 {
1711
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 800) !important;
1712
+ }
1713
+
1714
+ .bgc-deep-purple-800 {
1715
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 800) !important;
1716
+ }
1717
+
1718
+ .bgc-indigo-800 {
1719
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 800) !important;
1720
+ }
1721
+
1722
+ .bgc-blue-800 {
1723
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 800) !important;
1724
+ }
1725
+
1726
+ .bgc-light-blue-800 {
1727
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 800) !important;
1728
+ }
1729
+
1730
+ .bgc-cyan-800 {
1731
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 800) !important;
1732
+ }
1733
+
1734
+ .bgc-teal-800 {
1735
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 800) !important;
1736
+ }
1737
+
1738
+ .bgc-green-800 {
1739
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 800) !important;
1740
+ }
1741
+
1742
+ .bgc-light-green-800 {
1743
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 800) !important;
1744
+ }
1745
+
1746
+ .bgc-lime-800 {
1747
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 800) !important;
1748
+ }
1749
+
1750
+ .bgc-yellow-800 {
1751
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 800) !important;
1752
+ }
1753
+
1754
+ .bgc-amber-800 {
1755
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 800) !important;
1756
+ }
1757
+
1758
+ .bgc-orange-800 {
1759
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 800) !important;
1760
+ }
1761
+
1762
+ .bgc-deep-orange-800 {
1763
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 800) !important;
1764
+ }
1765
+
1766
+ .bgc-brown-800 {
1767
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 800) !important;
1768
+ }
1769
+
1770
+ .bgc-grey-800 {
1771
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 800) !important;
1772
+ }
1773
+
1774
+ .bgc-blue-grey-800 {
1775
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 800) !important;
1776
+ }
1777
+
1778
+ // 900
1779
+ .bgc-red-900 {
1780
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 900) !important;
1781
+ }
1782
+
1783
+ .bgc-pink-900 {
1784
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 900) !important;
1785
+ }
1786
+
1787
+ .bgc-purple-900 {
1788
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 900) !important;
1789
+ }
1790
+
1791
+ .bgc-deep-purple-900 {
1792
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 900) !important;
1793
+ }
1794
+
1795
+ .bgc-indigo-900 {
1796
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 900) !important;
1797
+ }
1798
+
1799
+ .bgc-blue-900 {
1800
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 900) !important;
1801
+ }
1802
+
1803
+ .bgc-light-blue-900 {
1804
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 900) !important;
1805
+ }
1806
+
1807
+ .bgc-cyan-900 {
1808
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 900) !important;
1809
+ }
1810
+
1811
+ .bgc-teal-900 {
1812
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 900) !important;
1813
+ }
1814
+
1815
+ .bgc-green-900 {
1816
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 900) !important;
1817
+ }
1818
+
1819
+ .bgc-light-green-900 {
1820
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 900) !important;
1821
+ }
1822
+
1823
+ .bgc-lime-900 {
1824
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 900) !important;
1825
+ }
1826
+
1827
+ .bgc-yellow-900 {
1828
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 900) !important;
1829
+ }
1830
+
1831
+ .bgc-amber-900 {
1832
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 900) !important;
1833
+ }
1834
+
1835
+ .bgc-orange-900 {
1836
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 900) !important;
1837
+ }
1838
+
1839
+ .bgc-deep-orange-900 {
1840
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 900) !important;
1841
+ }
1842
+
1843
+ .bgc-brown-900 {
1844
+ background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 900) !important;
1845
+ }
1846
+
1847
+ .bgc-grey-900 {
1848
+ background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 900) !important;
1849
+ }
1850
+
1851
+ .bgc-blue-grey-900 {
1852
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 900) !important;
1853
+ }
1854
+
1855
+ // A100
1856
+ .bgc-red-A100 {
1857
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A100) !important;
1858
+ }
1859
+
1860
+ .bgc-pink-A100 {
1861
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A100) !important;
1862
+ }
1863
+
1864
+ .bgc-purple-A100 {
1865
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A100) !important;
1866
+ }
1867
+
1868
+ .bgc-deep-purple-A100 {
1869
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A100) !important;
1870
+ }
1871
+
1872
+ .bgc-indigo-A100 {
1873
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A100) !important;
1874
+ }
1875
+
1876
+ .bgc-blue-A100 {
1877
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A100) !important;
1878
+ }
1879
+
1880
+ .bgc-light-blue-A100 {
1881
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A100) !important;
1882
+ }
1883
+
1884
+ .bgc-cyan-A100 {
1885
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A100) !important;
1886
+ }
1887
+
1888
+ .bgc-teal-A100 {
1889
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A100) !important;
1890
+ }
1891
+
1892
+ .bgc-green-A100 {
1893
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A100) !important;
1894
+ }
1895
+
1896
+ .bgc-light-green-A100 {
1897
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A100) !important;
1898
+ }
1899
+
1900
+ .bgc-lime-A100 {
1901
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A100) !important;
1902
+ }
1903
+
1904
+ .bgc-yellow-A100 {
1905
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A100) !important;
1906
+ }
1907
+
1908
+ .bgc-amber-A100 {
1909
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A100) !important;
1910
+ }
1911
+
1912
+ .bgc-orange-A100 {
1913
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A100) !important;
1914
+ }
1915
+
1916
+ .bgc-deep-orange-A100 {
1917
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A100) !important;
1918
+ }
1919
+
1920
+ // A200
1921
+ .bgc-red-A200 {
1922
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A200) !important;
1923
+ }
1924
+
1925
+ .bgc-pink-A200 {
1926
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A200) !important;
1927
+ }
1928
+
1929
+ .bgc-purple-A200 {
1930
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A200) !important;
1931
+ }
1932
+
1933
+ .bgc-deep-purple-A200 {
1934
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A200) !important;
1935
+ }
1936
+
1937
+ .bgc-indigo-A200 {
1938
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A200) !important;
1939
+ }
1940
+
1941
+ .bgc-blue-A200 {
1942
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A200) !important;
1943
+ }
1944
+
1945
+ .bgc-light-blue-A200 {
1946
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A200) !important;
1947
+ }
1948
+
1949
+ .bgc-cyan-A200 {
1950
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A200) !important;
1951
+ }
1952
+
1953
+ .bgc-teal-A200 {
1954
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A200) !important;
1955
+ }
1956
+
1957
+ .bgc-green-A200 {
1958
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A200) !important;
1959
+ }
1960
+
1961
+ .bgc-light-green-A200 {
1962
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A200) !important;
1963
+ }
1964
+
1965
+ .bgc-lime-A200 {
1966
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A200) !important;
1967
+ }
1968
+
1969
+ .bgc-yellow-A200 {
1970
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A200) !important;
1971
+ }
1972
+
1973
+ .bgc-amber-A200 {
1974
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A200) !important;
1975
+ }
1976
+
1977
+ .bgc-orange-A200 {
1978
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A200) !important;
1979
+ }
1980
+
1981
+ .bgc-deep-orange-A200 {
1982
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A200) !important;
1983
+ }
1984
+
1985
+ // A400
1986
+ .bgc-red-A400 {
1987
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A400) !important;
1988
+ }
1989
+
1990
+ .bgc-pink-A400 {
1991
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A400) !important;
1992
+ }
1993
+
1994
+ .bgc-purple-A400 {
1995
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A400) !important;
1996
+ }
1997
+
1998
+ .bgc-deep-purple-A400 {
1999
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A400) !important;
2000
+ }
2001
+
2002
+ .bgc-indigo-A400 {
2003
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A400) !important;
2004
+ }
2005
+
2006
+ .bgc-blue-A400 {
2007
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A400) !important;
2008
+ }
2009
+
2010
+ .bgc-light-blue-A400 {
2011
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A400) !important;
2012
+ }
2013
+
2014
+ .bgc-cyan-A400 {
2015
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A400) !important;
2016
+ }
2017
+
2018
+ .bgc-teal-A400 {
2019
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A400) !important;
2020
+ }
2021
+
2022
+ .bgc-green-A400 {
2023
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A400) !important;
2024
+ }
2025
+
2026
+ .bgc-light-green-A400 {
2027
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A400) !important;
2028
+ }
2029
+
2030
+ .bgc-lime-A400 {
2031
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A400) !important;
2032
+ }
2033
+
2034
+ .bgc-yellow-A400 {
2035
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A400) !important;
2036
+ }
2037
+
2038
+ .bgc-amber-A400 {
2039
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A400) !important;
2040
+ }
2041
+
2042
+ .bgc-orange-A400 {
2043
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A400) !important;
2044
+ }
2045
+
2046
+ .bgc-deep-orange-A400 {
2047
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A400) !important;
2048
+ }
2049
+
2050
+ // A700
2051
+ .bgc-red-A700 {
2052
+ background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, A700) !important;
2053
+ }
2054
+
2055
+ .bgc-pink-A700 {
2056
+ background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A700) !important;
2057
+ }
2058
+
2059
+ .bgc-purple-A700 {
2060
+ background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A700) !important;
2061
+ }
2062
+
2063
+ .bgc-deep-purple-A700 {
2064
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A700) !important;
2065
+ }
2066
+
2067
+ .bgc-indigo-A700 {
2068
+ background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A700) !important;
2069
+ }
2070
+
2071
+ .bgc-blue-A700 {
2072
+ background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A700) !important;
2073
+ }
2074
+
2075
+ .bgc-light-blue-A700 {
2076
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A700) !important;
2077
+ }
2078
+
2079
+ .bgc-cyan-A700 {
2080
+ background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A700) !important;
2081
+ }
2082
+
2083
+ .bgc-teal-A700 {
2084
+ background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A700) !important;
2085
+ }
2086
+
2087
+ .bgc-green-A700 {
2088
+ background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, A700) !important;
2089
+ }
2090
+
2091
+ .bgc-light-green-A700 {
2092
+ background-color: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A700) !important;
2093
+ }
2094
+
2095
+ .bgc-lime-A700 {
2096
+ background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A700) !important;
2097
+ }
2098
+
2099
+ .bgc-yellow-A700 {
2100
+ background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A700) !important;
2101
+ }
2102
+
2103
+ .bgc-amber-A700 {
2104
+ background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A700) !important;
2105
+ }
2106
+
2107
+ .bgc-orange-A700 {
2108
+ background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A700) !important;
2109
+ }
2110
+
2111
+ .bgc-deep-orange-A700 {
2112
+ background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A700) !important;
2113
+ }
2114
+
2115
+ // Black
2116
+ .bgc-black {
2117
+ background-color: rgba(black, 87) !important;
2118
+ }
2119
+
2120
+ .bgc-black-1 {
2121
+ background-color: rgba(black, 54) !important;
2122
+ }
2123
+
2124
+ .bgc-black-2 {
2125
+ background-color: rgba(black, 38) !important;
2126
+ }
2127
+
2128
+ .bgc-black-3 {
2129
+ background-color: rgba(black, 0.12) !important;
2130
+ }
2131
+
2132
+ .bgc-black-4 {
2133
+ background-color: black !important;
2134
+ }
2135
+
2136
+ // White
2137
+ .bgc-white {
2138
+ background-color: rgba(white, 0.7) !important;
2139
+ }
51
2140
 
52
- // 200
53
- .tc-red-200 { color: mat.get-color-from-palette(mat.$red-palette, 200) !important; }
54
- .tc-pink-200 { color: mat.get-color-from-palette(mat.$pink-palette, 200) !important; }
55
- .tc-purple-200 { color: mat.get-color-from-palette(mat.$purple-palette, 200) !important; }
56
- .tc-deep-purple-200 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 200) !important; }
57
- .tc-indigo-200 { color: mat.get-color-from-palette(mat.$indigo-palette, 200) !important; }
58
- .tc-blue-200 { color: mat.get-color-from-palette(mat.$blue-palette, 200) !important; }
59
- .tc-light-blue-200 { color: mat.get-color-from-palette(mat.$light-blue-palette, 200) !important; }
60
- .tc-cyan-200 { color: mat.get-color-from-palette(mat.$cyan-palette, 200) !important; }
61
- .tc-teal-200 { color: mat.get-color-from-palette(mat.$teal-palette, 200) !important; }
62
- .tc-green-200 { color: mat.get-color-from-palette(mat.$green-palette, 200) !important; }
63
- .tc-light-green-200 { color: mat.get-color-from-palette(mat.$light-green-palette, 200) !important; }
64
- .tc-lime-200 { color: mat.get-color-from-palette(mat.$lime-palette, 200) !important; }
65
- .tc-yellow-200 { color: mat.get-color-from-palette(mat.$yellow-palette, 200) !important; }
66
- .tc-amber-200 { color: mat.get-color-from-palette(mat.$amber-palette, 200) !important; }
67
- .tc-orange-200 { color: mat.get-color-from-palette(mat.$orange-palette, 200) !important; }
68
- .tc-deep-orange-200 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 200) !important; }
69
- .tc-brown-200 { color: mat.get-color-from-palette(mat.$brown-palette, 200) !important; }
70
- .tc-grey-200 { color: mat.get-color-from-palette(mat.$grey-palette, 200) !important; }
71
- .tc-blue-grey-200 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 200) !important; }
2141
+ .bgc-white-1 {
2142
+ background-color: rgba(white, 0.3) !important;
2143
+ }
72
2144
 
73
- // 300
74
- .tc-red-300 { color: mat.get-color-from-palette(mat.$red-palette, 300) !important; }
75
- .tc-pink-300 { color: mat.get-color-from-palette(mat.$pink-palette, 300) !important; }
76
- .tc-purple-300 { color: mat.get-color-from-palette(mat.$purple-palette, 300) !important; }
77
- .tc-deep-purple-300 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 300) !important; }
78
- .tc-indigo-300 { color: mat.get-color-from-palette(mat.$indigo-palette, 300) !important; }
79
- .tc-blue-300 { color: mat.get-color-from-palette(mat.$blue-palette, 300) !important; }
80
- .tc-light-blue-300 { color: mat.get-color-from-palette(mat.$light-blue-palette, 300) !important; }
81
- .tc-cyan-300 { color: mat.get-color-from-palette(mat.$cyan-palette, 300) !important; }
82
- .tc-teal-300 { color: mat.get-color-from-palette(mat.$teal-palette, 300) !important; }
83
- .tc-green-300 { color: mat.get-color-from-palette(mat.$green-palette, 300) !important; }
84
- .tc-light-green-300 { color: mat.get-color-from-palette(mat.$light-green-palette, 300) !important; }
85
- .tc-lime-300 { color: mat.get-color-from-palette(mat.$lime-palette, 300) !important; }
86
- .tc-yellow-300 { color: mat.get-color-from-palette(mat.$yellow-palette, 300) !important; }
87
- .tc-amber-300 { color: mat.get-color-from-palette(mat.$amber-palette, 300) !important; }
88
- .tc-orange-300 { color: mat.get-color-from-palette(mat.$orange-palette, 300) !important; }
89
- .tc-deep-orange-300 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 300) !important; }
90
- .tc-brown-300 { color: mat.get-color-from-palette(mat.$brown-palette, 300) !important; }
91
- .tc-grey-300 { color: mat.get-color-from-palette(mat.$grey-palette, 300) !important; }
92
- .tc-blue-grey-300 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 300) !important; }
2145
+ .bgc-white-2 {
2146
+ background-color: rgba(white, 0.3) !important;
2147
+ }
93
2148
 
94
- // 400
95
- .tc-red-400 { color: mat.get-color-from-palette(mat.$red-palette, 400) !important; }
96
- .tc-pink-400 { color: mat.get-color-from-palette(mat.$pink-palette, 400) !important; }
97
- .tc-purple-400 { color: mat.get-color-from-palette(mat.$purple-palette, 400) !important; }
98
- .tc-deep-purple-400 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 400) !important; }
99
- .tc-indigo-400 { color: mat.get-color-from-palette(mat.$indigo-palette, 400) !important; }
100
- .tc-blue-400 { color: mat.get-color-from-palette(mat.$blue-palette, 400) !important; }
101
- .tc-light-blue-400 { color: mat.get-color-from-palette(mat.$light-blue-palette, 400) !important; }
102
- .tc-cyan-400 { color: mat.get-color-from-palette(mat.$cyan-palette, 400) !important; }
103
- .tc-teal-400 { color: mat.get-color-from-palette(mat.$teal-palette, 400) !important; }
104
- .tc-green-400 { color: mat.get-color-from-palette(mat.$green-palette, 400) !important; }
105
- .tc-light-green-400 { color: mat.get-color-from-palette(mat.$light-green-palette, 400) !important; }
106
- .tc-lime-400 { color: mat.get-color-from-palette(mat.$lime-palette, 400) !important; }
107
- .tc-yellow-400 { color: mat.get-color-from-palette(mat.$yellow-palette, 400) !important; }
108
- .tc-amber-400 { color: mat.get-color-from-palette(mat.$amber-palette, 400) !important; }
109
- .tc-orange-400 { color: mat.get-color-from-palette(mat.$orange-palette, 400) !important; }
110
- .tc-deep-orange-400 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 400) !important; }
111
- .tc-brown-400 { color: mat.get-color-from-palette(mat.$brown-palette, 400) !important; }
112
- .tc-grey-400 { color: mat.get-color-from-palette(mat.$grey-palette, 400) !important; }
113
- .tc-blue-grey-400 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 400) !important; }
2149
+ .bgc-white-3 {
2150
+ background-color: rgba(white, 0.12) !important;
2151
+ }
114
2152
 
115
- // 500
116
- .tc-red-500 { color: mat.get-color-from-palette(mat.$red-palette, 500) !important; }
117
- .tc-pink-500 { color: mat.get-color-from-palette(mat.$pink-palette, 500) !important; }
118
- .tc-purple-500 { color: mat.get-color-from-palette(mat.$purple-palette, 500) !important; }
119
- .tc-deep-purple-500 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 500) !important; }
120
- .tc-indigo-500 { color: mat.get-color-from-palette(mat.$indigo-palette, 500) !important; }
121
- .tc-blue-500 { color: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
122
- .tc-light-blue-500 { color: mat.get-color-from-palette(mat.$light-blue-palette, 500) !important; }
123
- .tc-cyan-500 { color: mat.get-color-from-palette(mat.$cyan-palette, 500) !important; }
124
- .tc-teal-500 { color: mat.get-color-from-palette(mat.$teal-palette, 500) !important; }
125
- .tc-green-500 { color: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
126
- .tc-light-green-500 { color: mat.get-color-from-palette(mat.$light-green-palette, 500) !important; }
127
- .tc-lime-500 { color: mat.get-color-from-palette(mat.$lime-palette, 500) !important; }
128
- .tc-yellow-500 { color: mat.get-color-from-palette(mat.$yellow-palette, 500) !important; }
129
- .tc-amber-500 { color: mat.get-color-from-palette(mat.$amber-palette, 500) !important; }
130
- .tc-orange-500 { color: mat.get-color-from-palette(mat.$orange-palette, 500) !important; }
131
- .tc-deep-orange-500 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 500) !important; }
132
- .tc-brown-500 { color: mat.get-color-from-palette(mat.$brown-palette, 500) !important; }
133
- .tc-grey-500 { color: mat.get-color-from-palette(mat.$grey-palette, 500) !important; }
134
- .tc-blue-grey-500 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 500) !important; }
2153
+ .bgc-white-4 {
2154
+ background-color: white !important;
2155
+ }
135
2156
 
136
- // 600
137
- .tc-red-600 { color: mat.get-color-from-palette(mat.$red-palette, 600) !important; }
138
- .tc-pink-600 { color: mat.get-color-from-palette(mat.$pink-palette, 600) !important; }
139
- .tc-purple-600 { color: mat.get-color-from-palette(mat.$purple-palette, 600) !important; }
140
- .tc-deep-purple-600 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 600) !important; }
141
- .tc-indigo-600 { color: mat.get-color-from-palette(mat.$indigo-palette, 600) !important; }
142
- .tc-blue-600 { color: mat.get-color-from-palette(mat.$blue-palette, 600) !important; }
143
- .tc-light-blue-600 { color: mat.get-color-from-palette(mat.$light-blue-palette, 600) !important; }
144
- .tc-cyan-600 { color: mat.get-color-from-palette(mat.$cyan-palette, 600) !important; }
145
- .tc-teal-600 { color: mat.get-color-from-palette(mat.$teal-palette, 600) !important; }
146
- .tc-green-600 { color: mat.get-color-from-palette(mat.$green-palette, 600) !important; }
147
- .tc-light-green-600 { color: mat.get-color-from-palette(mat.$light-green-palette, 600) !important; }
148
- .tc-lime-600 { color: mat.get-color-from-palette(mat.$lime-palette, 600) !important; }
149
- .tc-yellow-600 { color: mat.get-color-from-palette(mat.$yellow-palette, 600) !important; }
150
- .tc-amber-600 { color: mat.get-color-from-palette(mat.$amber-palette, 600) !important; }
151
- .tc-orange-600 { color: mat.get-color-from-palette(mat.$orange-palette, 600) !important; }
152
- .tc-deep-orange-600 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 600) !important; }
153
- .tc-brown-600 { color: mat.get-color-from-palette(mat.$brown-palette, 600) !important; }
154
- .tc-grey-600 { color: mat.get-color-from-palette(mat.$grey-palette, 600) !important; }
155
- .tc-blue-grey-600 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 600) !important; }
156
2157
 
157
- // 700
158
- .tc-red-700 { color: mat.get-color-from-palette(mat.$red-palette, 700) !important; }
159
- .tc-pink-700 { color: mat.get-color-from-palette(mat.$pink-palette, 700) !important; }
160
- .tc-purple-700 { color: mat.get-color-from-palette(mat.$purple-palette, 700) !important; }
161
- .tc-deep-purple-700 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 700) !important; }
162
- .tc-indigo-700 { color: mat.get-color-from-palette(mat.$indigo-palette, 700) !important; }
163
- .tc-blue-700 { color: mat.get-color-from-palette(mat.$blue-palette, 700) !important; }
164
- .tc-light-blue-700 { color: mat.get-color-from-palette(mat.$light-blue-palette, 700) !important; }
165
- .tc-cyan-700 { color: mat.get-color-from-palette(mat.$cyan-palette, 700) !important; }
166
- .tc-teal-700 { color: mat.get-color-from-palette(mat.$teal-palette, 700) !important; }
167
- .tc-green-700 { color: mat.get-color-from-palette(mat.$green-palette, 700) !important; }
168
- .tc-light-green-700 { color: mat.get-color-from-palette(mat.$light-green-palette, 700) !important; }
169
- .tc-lime-700 { color: mat.get-color-from-palette(mat.$lime-palette, 700) !important; }
170
- .tc-yellow-700 { color: mat.get-color-from-palette(mat.$yellow-palette, 700) !important; }
171
- .tc-amber-700 { color: mat.get-color-from-palette(mat.$amber-palette, 700) !important; }
172
- .tc-orange-700 { color: mat.get-color-from-palette(mat.$orange-palette, 700) !important; }
173
- .tc-deep-orange-700 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 700) !important; }
174
- .tc-brown-700 { color: mat.get-color-from-palette(mat.$brown-palette, 700) !important; }
175
- .tc-grey-700 { color: mat.get-color-from-palette(mat.$grey-palette, 700) !important; }
176
- .tc-blue-grey-700 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 700) !important; }
2158
+ // Fill color
177
2159
 
178
- // 800
179
- .tc-red-800 { color: mat.get-color-from-palette(mat.$red-palette, 800) !important; }
180
- .tc-pink-800 { color: mat.get-color-from-palette(mat.$pink-palette, 800) !important; }
181
- .tc-purple-800 { color: mat.get-color-from-palette(mat.$purple-palette, 800) !important; }
182
- .tc-deep-purple-800 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 800) !important; }
183
- .tc-indigo-800 { color: mat.get-color-from-palette(mat.$indigo-palette, 800) !important; }
184
- .tc-blue-800 { color: mat.get-color-from-palette(mat.$blue-palette, 800) !important; }
185
- .tc-light-blue-800 { color: mat.get-color-from-palette(mat.$light-blue-palette, 800) !important; }
186
- .tc-cyan-800 { color: mat.get-color-from-palette(mat.$cyan-palette, 800) !important; }
187
- .tc-teal-800 { color: mat.get-color-from-palette(mat.$teal-palette, 800) !important; }
188
- .tc-green-800 { color: mat.get-color-from-palette(mat.$green-palette, 800) !important; }
189
- .tc-light-green-800 { color: mat.get-color-from-palette(mat.$light-green-palette, 800) !important; }
190
- .tc-lime-800 { color: mat.get-color-from-palette(mat.$lime-palette, 800) !important; }
191
- .tc-yellow-800 { color: mat.get-color-from-palette(mat.$yellow-palette, 800) !important; }
192
- .tc-amber-800 { color: mat.get-color-from-palette(mat.$amber-palette, 800) !important; }
193
- .tc-orange-800 { color: mat.get-color-from-palette(mat.$orange-palette, 800) !important; }
194
- .tc-deep-orange-800 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 800) !important; }
195
- .tc-brown-800 { color: mat.get-color-from-palette(mat.$brown-palette, 800) !important; }
196
- .tc-grey-800 { color: mat.get-color-from-palette(mat.$grey-palette, 800) !important; }
197
- .tc-blue-grey-800 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 800) !important; }
2160
+ // 50
2161
+ .fill-red-50 {
2162
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 50) !important;
2163
+ }
198
2164
 
199
- // 900
200
- .tc-red-900 { color: mat.get-color-from-palette(mat.$red-palette, 900) !important; }
201
- .tc-pink-900 { color: mat.get-color-from-palette(mat.$pink-palette, 900) !important; }
202
- .tc-purple-900 { color: mat.get-color-from-palette(mat.$purple-palette, 900) !important; }
203
- .tc-deep-purple-900 { color: mat.get-color-from-palette(mat.$deep-purple-palette, 900) !important; }
204
- .tc-indigo-900 { color: mat.get-color-from-palette(mat.$indigo-palette, 900) !important; }
205
- .tc-blue-900 { color: mat.get-color-from-palette(mat.$blue-palette, 900) !important; }
206
- .tc-light-blue-900 { color: mat.get-color-from-palette(mat.$light-blue-palette, 900) !important; }
207
- .tc-cyan-900 { color: mat.get-color-from-palette(mat.$cyan-palette, 900) !important; }
208
- .tc-teal-900 { color: mat.get-color-from-palette(mat.$teal-palette, 900) !important; }
209
- .tc-green-900 { color: mat.get-color-from-palette(mat.$green-palette, 900) !important; }
210
- .tc-light-green-900 { color: mat.get-color-from-palette(mat.$light-green-palette, 900) !important; }
211
- .tc-lime-900 { color: mat.get-color-from-palette(mat.$lime-palette, 900) !important; }
212
- .tc-yellow-900 { color: mat.get-color-from-palette(mat.$yellow-palette, 900) !important; }
213
- .tc-amber-900 { color: mat.get-color-from-palette(mat.$amber-palette, 900) !important; }
214
- .tc-orange-900 { color: mat.get-color-from-palette(mat.$orange-palette, 900) !important; }
215
- .tc-deep-orange-900 { color: mat.get-color-from-palette(mat.$deep-orange-palette, 900) !important; }
216
- .tc-brown-900 { color: mat.get-color-from-palette(mat.$brown-palette, 900) !important; }
217
- .tc-grey-900 { color: mat.get-color-from-palette(mat.$grey-palette, 900) !important; }
218
- .tc-blue-grey-900 { color: mat.get-color-from-palette(mat.$blue-grey-palette, 900) !important; }
2165
+ .fill-pink-50 {
2166
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 50) !important;
2167
+ }
219
2168
 
220
- // A100
221
- .tc-red-A100 { color: mat.get-color-from-palette(mat.$red-palette, A100) !important; }
222
- .tc-pink-A100 { color: mat.get-color-from-palette(mat.$pink-palette, A100) !important; }
223
- .tc-purple-A100 { color: mat.get-color-from-palette(mat.$purple-palette, A100) !important; }
224
- .tc-deep-purple-A100 { color: mat.get-color-from-palette(mat.$deep-purple-palette, A100) !important; }
225
- .tc-indigo-A100 { color: mat.get-color-from-palette(mat.$indigo-palette, A100) !important; }
226
- .tc-blue-A100 { color: mat.get-color-from-palette(mat.$blue-palette, A100) !important; }
227
- .tc-light-blue-A100 { color: mat.get-color-from-palette(mat.$light-blue-palette, A100) !important; }
228
- .tc-cyan-A100 { color: mat.get-color-from-palette(mat.$cyan-palette, A100) !important; }
229
- .tc-teal-A100 { color: mat.get-color-from-palette(mat.$teal-palette, A100) !important; }
230
- .tc-green-A100 { color: mat.get-color-from-palette(mat.$green-palette, A100) !important; }
231
- .tc-light-green-A100 { color: mat.get-color-from-palette(mat.$light-green-palette, A100) !important; }
232
- .tc-lime-A100 { color: mat.get-color-from-palette(mat.$lime-palette, A100) !important; }
233
- .tc-yellow-A100 { color: mat.get-color-from-palette(mat.$yellow-palette, A100) !important; }
234
- .tc-amber-A100 { color: mat.get-color-from-palette(mat.$amber-palette, A100) !important; }
235
- .tc-orange-A100 { color: mat.get-color-from-palette(mat.$orange-palette, A100) !important; }
236
- .tc-deep-orange-A100 { color: mat.get-color-from-palette(mat.$deep-orange-palette, A100) !important; }
2169
+ .fill-purple-50 {
2170
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 50) !important;
2171
+ }
237
2172
 
238
- // A200
239
- .tc-red-A200 { color: mat.get-color-from-palette(mat.$red-palette, A200) !important; }
240
- .tc-pink-A200 { color: mat.get-color-from-palette(mat.$pink-palette, A200) !important; }
241
- .tc-purple-A200 { color: mat.get-color-from-palette(mat.$purple-palette, A200) !important; }
242
- .tc-deep-purple-A200 { color: mat.get-color-from-palette(mat.$deep-purple-palette, A200) !important; }
243
- .tc-indigo-A200 { color: mat.get-color-from-palette(mat.$indigo-palette, A200) !important; }
244
- .tc-blue-A200 { color: mat.get-color-from-palette(mat.$blue-palette, A200) !important; }
245
- .tc-light-blue-A200 { color: mat.get-color-from-palette(mat.$light-blue-palette, A200) !important; }
246
- .tc-cyan-A200 { color: mat.get-color-from-palette(mat.$cyan-palette, A200) !important; }
247
- .tc-teal-A200 { color: mat.get-color-from-palette(mat.$teal-palette, A200) !important; }
248
- .tc-green-A200 { color: mat.get-color-from-palette(mat.$green-palette, A200) !important; }
249
- .tc-light-green-A200 { color: mat.get-color-from-palette(mat.$light-green-palette, A200) !important; }
250
- .tc-lime-A200 { color: mat.get-color-from-palette(mat.$lime-palette, A200) !important; }
251
- .tc-yellow-A200 { color: mat.get-color-from-palette(mat.$yellow-palette, A200) !important; }
252
- .tc-amber-A200 { color: mat.get-color-from-palette(mat.$amber-palette, A200) !important; }
253
- .tc-orange-A200 { color: mat.get-color-from-palette(mat.$orange-palette, A200) !important; }
254
- .tc-deep-orange-A200 { color: mat.get-color-from-palette(mat.$deep-orange-palette, A200) !important; }
2173
+ .fill-deep-purple-50 {
2174
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 50) !important;
2175
+ }
255
2176
 
256
- // A400
257
- .tc-red-A400 { color: mat.get-color-from-palette(mat.$red-palette, A400) !important; }
258
- .tc-pink-A400 { color: mat.get-color-from-palette(mat.$pink-palette, A400) !important; }
259
- .tc-purple-A400 { color: mat.get-color-from-palette(mat.$purple-palette, A400) !important; }
260
- .tc-deep-purple-A400 { color: mat.get-color-from-palette(mat.$deep-purple-palette, A400) !important; }
261
- .tc-indigo-A400 { color: mat.get-color-from-palette(mat.$indigo-palette, A400) !important; }
262
- .tc-blue-A400 { color: mat.get-color-from-palette(mat.$blue-palette, A400) !important; }
263
- .tc-light-blue-A400 { color: mat.get-color-from-palette(mat.$light-blue-palette, A400) !important; }
264
- .tc-cyan-A400 { color: mat.get-color-from-palette(mat.$cyan-palette, A400) !important; }
265
- .tc-teal-A400 { color: mat.get-color-from-palette(mat.$teal-palette, A400) !important; }
266
- .tc-green-A400 { color: mat.get-color-from-palette(mat.$green-palette, A400) !important; }
267
- .tc-light-green-A400 { color: mat.get-color-from-palette(mat.$light-green-palette, A400) !important; }
268
- .tc-lime-A400 { color: mat.get-color-from-palette(mat.$lime-palette, A400) !important; }
269
- .tc-yellow-A400 { color: mat.get-color-from-palette(mat.$yellow-palette, A400) !important; }
270
- .tc-amber-A400 { color: mat.get-color-from-palette(mat.$amber-palette, A400) !important; }
271
- .tc-orange-A400 { color: mat.get-color-from-palette(mat.$orange-palette, A400) !important; }
272
- .tc-deep-orange-A400 { color: mat.get-color-from-palette(mat.$deep-orange-palette, A400) !important; }
2177
+ .fill-indigo-50 {
2178
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 50) !important;
2179
+ }
273
2180
 
274
- // A700
275
- .tc-red-A700 { color: mat.get-color-from-palette(mat.$red-palette, A700) !important; }
276
- .tc-pink-A700 { color: mat.get-color-from-palette(mat.$pink-palette, A700) !important; }
277
- .tc-purple-A700 { color: mat.get-color-from-palette(mat.$purple-palette, A700) !important; }
278
- .tc-deep-purple-A700 { color: mat.get-color-from-palette(mat.$deep-purple-palette, A700) !important; }
279
- .tc-indigo-A700 { color: mat.get-color-from-palette(mat.$indigo-palette, A700) !important; }
280
- .tc-blue-A700 { color: mat.get-color-from-palette(mat.$blue-palette, A700) !important; }
281
- .tc-light-blue-A700 { color: mat.get-color-from-palette(mat.$light-blue-palette, A700) !important; }
282
- .tc-cyan-A700 { color: mat.get-color-from-palette(mat.$cyan-palette, A700) !important; }
283
- .tc-teal-A700 { color: mat.get-color-from-palette(mat.$teal-palette, A700) !important; }
284
- .tc-green-A700 { color: mat.get-color-from-palette(mat.$green-palette, A700) !important; }
285
- .tc-light-green-A700 { color: mat.get-color-from-palette(mat.$light-green-palette, A700) !important; }
286
- .tc-lime-A700 { color: mat.get-color-from-palette(mat.$lime-palette, A700) !important; }
287
- .tc-yellow-A700 { color: mat.get-color-from-palette(mat.$yellow-palette, A700) !important; }
288
- .tc-amber-A700 { color: mat.get-color-from-palette(mat.$amber-palette, A700) !important; }
289
- .tc-orange-A700 { color: mat.get-color-from-palette(mat.$orange-palette, A700) !important; }
290
- .tc-deep-orange-A700 { color: mat.get-color-from-palette(mat.$deep-orange-palette, A700) !important; }
2181
+ .fill-blue-50 {
2182
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 50) !important;
2183
+ }
291
2184
 
292
- // Black
293
- .tc-black { color: rgba(black, 87) !important; }
294
- .tc-black-1 { color: rgba(black, 54) !important; }
295
- .tc-black-2 { color: rgba(black, 38) !important; }
296
- .tc-black-3 { color: rgba(black, 0.12) !important; }
297
- .tc-black-4 { color: black !important; }
2185
+ .fill-light-blue-50 {
2186
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 50) !important;
2187
+ }
298
2188
 
299
- // White
300
- .tc-white { color: rgba(white, 0.7) !important; }
301
- .tc-white-1 { color: rgba(white, 0.3) !important; }
302
- .tc-white-2 { color: rgba(white, 0.3) !important; }
303
- .tc-white-3 { color: rgba(white, 0.12) !important; }
304
- .tc-white-4 { color: white !important; }
2189
+ .fill-cyan-50 {
2190
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 50) !important;
2191
+ }
305
2192
 
2193
+ .fill-teal-50 {
2194
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 50) !important;
2195
+ }
306
2196
 
307
- // Background color
2197
+ .fill-green-50 {
2198
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 50) !important;
2199
+ }
308
2200
 
309
- // 50
310
- .bgc-red-50 { background-color: mat.get-color-from-palette(mat.$red-palette, 50) !important; }
311
- .bgc-pink-50 { background-color: mat.get-color-from-palette(mat.$pink-palette, 50) !important; }
312
- .bgc-purple-50 { background-color: mat.get-color-from-palette(mat.$purple-palette, 50) !important; }
313
- .bgc-deep-purple-50 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 50) !important; }
314
- .bgc-indigo-50 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 50) !important; }
315
- .bgc-blue-50 { background-color: mat.get-color-from-palette(mat.$blue-palette, 50) !important; }
316
- .bgc-light-blue-50 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 50) !important; }
317
- .bgc-cyan-50 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 50) !important; }
318
- .bgc-teal-50 { background-color: mat.get-color-from-palette(mat.$teal-palette, 50) !important; }
319
- .bgc-green-50 { background-color: mat.get-color-from-palette(mat.$green-palette, 50) !important; }
320
- .bgc-light-green-50 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 50) !important; }
321
- .bgc-lime-50 { background-color: mat.get-color-from-palette(mat.$lime-palette, 50) !important; }
322
- .bgc-yellow-50 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 50) !important; }
323
- .bgc-amber-50 { background-color: mat.get-color-from-palette(mat.$amber-palette, 50) !important; }
324
- .bgc-orange-50 { background-color: mat.get-color-from-palette(mat.$orange-palette, 50) !important; }
325
- .bgc-deep-orange-50 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 50) !important; }
326
- .bgc-brown-50 { background-color: mat.get-color-from-palette(mat.$brown-palette, 50) !important; }
327
- .bgc-grey-50 { background-color: mat.get-color-from-palette(mat.$grey-palette, 50) !important; }
328
- .bgc-blue-grey-50 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 50) !important; }
2201
+ .fill-light-green-50 {
2202
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 50) !important;
2203
+ }
2204
+
2205
+ .fill-lime-50 {
2206
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 50) !important;
2207
+ }
2208
+
2209
+ .fill-yellow-50 {
2210
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 50) !important;
2211
+ }
2212
+
2213
+ .fill-amber-50 {
2214
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 50) !important;
2215
+ }
2216
+
2217
+ .fill-orange-50 {
2218
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 50) !important;
2219
+ }
2220
+
2221
+ .fill-deep-orange-50 {
2222
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 50) !important;
2223
+ }
2224
+
2225
+ .fill-brown-50 {
2226
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 50) !important;
2227
+ }
2228
+
2229
+ .fill-grey-50 {
2230
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 50) !important;
2231
+ }
2232
+
2233
+ .fill-blue-grey-50 {
2234
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 50) !important;
2235
+ }
329
2236
 
330
2237
  // 100
331
- .bgc-red-100 { background-color: mat.get-color-from-palette(mat.$red-palette, 100) !important; }
332
- .bgc-pink-100 { background-color: mat.get-color-from-palette(mat.$pink-palette, 100) !important; }
333
- .bgc-purple-100 { background-color: mat.get-color-from-palette(mat.$purple-palette, 100) !important; }
334
- .bgc-deep-purple-100 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 100) !important; }
335
- .bgc-indigo-100 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 100) !important; }
336
- .bgc-blue-100 { background-color: mat.get-color-from-palette(mat.$blue-palette, 100) !important; }
337
- .bgc-light-blue-100 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 100) !important; }
338
- .bgc-cyan-100 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 100) !important; }
339
- .bgc-teal-100 { background-color: mat.get-color-from-palette(mat.$teal-palette, 100) !important; }
340
- .bgc-green-100 { background-color: mat.get-color-from-palette(mat.$green-palette, 100) !important; }
341
- .bgc-light-green-100 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 100) !important; }
342
- .bgc-lime-100 { background-color: mat.get-color-from-palette(mat.$lime-palette, 100) !important; }
343
- .bgc-yellow-100 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 100) !important; }
344
- .bgc-amber-100 { background-color: mat.get-color-from-palette(mat.$amber-palette, 100) !important; }
345
- .bgc-orange-100 { background-color: mat.get-color-from-palette(mat.$orange-palette, 100) !important; }
346
- .bgc-deep-orange-100 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 100) !important; }
347
- .bgc-brown-100 { background-color: mat.get-color-from-palette(mat.$brown-palette, 100) !important; }
348
- .bgc-grey-100 { background-color: mat.get-color-from-palette(mat.$grey-palette, 100) !important; }
349
- .bgc-blue-grey-100 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 100) !important; }
2238
+ .fill-red-100 {
2239
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 100) !important;
2240
+ }
350
2241
 
351
- // 200
352
- .bgc-red-200 { background-color: mat.get-color-from-palette(mat.$red-palette, 200) !important; }
353
- .bgc-pink-200 { background-color: mat.get-color-from-palette(mat.$pink-palette, 200) !important; }
354
- .bgc-purple-200 { background-color: mat.get-color-from-palette(mat.$purple-palette, 200) !important; }
355
- .bgc-deep-purple-200 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 200) !important; }
356
- .bgc-indigo-200 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 200) !important; }
357
- .bgc-blue-200 { background-color: mat.get-color-from-palette(mat.$blue-palette, 200) !important; }
358
- .bgc-light-blue-200 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 200) !important; }
359
- .bgc-cyan-200 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 200) !important; }
360
- .bgc-teal-200 { background-color: mat.get-color-from-palette(mat.$teal-palette, 200) !important; }
361
- .bgc-green-200 { background-color: mat.get-color-from-palette(mat.$green-palette, 200) !important; }
362
- .bgc-light-green-200 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 200) !important; }
363
- .bgc-lime-200 { background-color: mat.get-color-from-palette(mat.$lime-palette, 200) !important; }
364
- .bgc-yellow-200 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 200) !important; }
365
- .bgc-amber-200 { background-color: mat.get-color-from-palette(mat.$amber-palette, 200) !important; }
366
- .bgc-orange-200 { background-color: mat.get-color-from-palette(mat.$orange-palette, 200) !important; }
367
- .bgc-deep-orange-200 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 200) !important; }
368
- .bgc-brown-200 { background-color: mat.get-color-from-palette(mat.$brown-palette, 200) !important; }
369
- .bgc-grey-200 { background-color: mat.get-color-from-palette(mat.$grey-palette, 200) !important; }
370
- .bgc-blue-grey-200 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 200) !important; }
2242
+ .fill-pink-100 {
2243
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 100) !important;
2244
+ }
371
2245
 
372
- // 300
373
- .bgc-red-300 { background-color: mat.get-color-from-palette(mat.$red-palette, 300) !important; }
374
- .bgc-pink-300 { background-color: mat.get-color-from-palette(mat.$pink-palette, 300) !important; }
375
- .bgc-purple-300 { background-color: mat.get-color-from-palette(mat.$purple-palette, 300) !important; }
376
- .bgc-deep-purple-300 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 300) !important; }
377
- .bgc-indigo-300 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 300) !important; }
378
- .bgc-blue-300 { background-color: mat.get-color-from-palette(mat.$blue-palette, 300) !important; }
379
- .bgc-light-blue-300 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 300) !important; }
380
- .bgc-cyan-300 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 300) !important; }
381
- .bgc-teal-300 { background-color: mat.get-color-from-palette(mat.$teal-palette, 300) !important; }
382
- .bgc-green-300 { background-color: mat.get-color-from-palette(mat.$green-palette, 300) !important; }
383
- .bgc-light-green-300 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 300) !important; }
384
- .bgc-lime-300 { background-color: mat.get-color-from-palette(mat.$lime-palette, 300) !important; }
385
- .bgc-yellow-300 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 300) !important; }
386
- .bgc-amber-300 { background-color: mat.get-color-from-palette(mat.$amber-palette, 300) !important; }
387
- .bgc-orange-300 { background-color: mat.get-color-from-palette(mat.$orange-palette, 300) !important; }
388
- .bgc-deep-orange-300 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 300) !important; }
389
- .bgc-brown-300 { background-color: mat.get-color-from-palette(mat.$brown-palette, 300) !important; }
390
- .bgc-grey-300 { background-color: mat.get-color-from-palette(mat.$grey-palette, 300) !important; }
391
- .bgc-blue-grey-300 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 300) !important; }
2246
+ .fill-purple-100 {
2247
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 100) !important;
2248
+ }
392
2249
 
393
- // 400
394
- .bgc-red-400 { background-color: mat.get-color-from-palette(mat.$red-palette, 400) !important; }
395
- .bgc-pink-400 { background-color: mat.get-color-from-palette(mat.$pink-palette, 400) !important; }
396
- .bgc-purple-400 { background-color: mat.get-color-from-palette(mat.$purple-palette, 400) !important; }
397
- .bgc-deep-purple-400 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 400) !important; }
398
- .bgc-indigo-400 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 400) !important; }
399
- .bgc-blue-400 { background-color: mat.get-color-from-palette(mat.$blue-palette, 400) !important; }
400
- .bgc-light-blue-400 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 400) !important; }
401
- .bgc-cyan-400 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 400) !important; }
402
- .bgc-teal-400 { background-color: mat.get-color-from-palette(mat.$teal-palette, 400) !important; }
403
- .bgc-green-400 { background-color: mat.get-color-from-palette(mat.$green-palette, 400) !important; }
404
- .bgc-light-green-400 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 400) !important; }
405
- .bgc-lime-400 { background-color: mat.get-color-from-palette(mat.$lime-palette, 400) !important; }
406
- .bgc-yellow-400 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 400) !important; }
407
- .bgc-amber-400 { background-color: mat.get-color-from-palette(mat.$amber-palette, 400) !important; }
408
- .bgc-orange-400 { background-color: mat.get-color-from-palette(mat.$orange-palette, 400) !important; }
409
- .bgc-deep-orange-400 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 400) !important; }
410
- .bgc-brown-400 { background-color: mat.get-color-from-palette(mat.$brown-palette, 400) !important; }
411
- .bgc-grey-400 { background-color: mat.get-color-from-palette(mat.$grey-palette, 400) !important; }
412
- .bgc-blue-grey-400 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 400) !important; }
2250
+ .fill-deep-purple-100 {
2251
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 100) !important;
2252
+ }
413
2253
 
414
- // 500
415
- .bgc-red-500 { background-color: mat.get-color-from-palette(mat.$red-palette, 500) !important; }
416
- .bgc-pink-500 { background-color: mat.get-color-from-palette(mat.$pink-palette, 500) !important; }
417
- .bgc-purple-500 { background-color: mat.get-color-from-palette(mat.$purple-palette, 500) !important; }
418
- .bgc-deep-purple-500 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 500) !important; }
419
- .bgc-indigo-500 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 500) !important; }
420
- .bgc-blue-500 { background-color: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
421
- .bgc-light-blue-500 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 500) !important; }
422
- .bgc-cyan-500 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 500) !important; }
423
- .bgc-teal-500 { background-color: mat.get-color-from-palette(mat.$teal-palette, 500) !important; }
424
- .bgc-green-500 { background-color: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
425
- .bgc-light-green-500 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 500) !important; }
426
- .bgc-lime-500 { background-color: mat.get-color-from-palette(mat.$lime-palette, 500) !important; }
427
- .bgc-yellow-500 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 500) !important; }
428
- .bgc-amber-500 { background-color: mat.get-color-from-palette(mat.$amber-palette, 500) !important; }
429
- .bgc-orange-500 { background-color: mat.get-color-from-palette(mat.$orange-palette, 500) !important; }
430
- .bgc-deep-orange-500 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 500) !important; }
431
- .bgc-brown-500 { background-color: mat.get-color-from-palette(mat.$brown-palette, 500) !important; }
432
- .bgc-grey-500 { background-color: mat.get-color-from-palette(mat.$grey-palette, 500) !important; }
433
- .bgc-blue-grey-500 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 500) !important; }
2254
+ .fill-indigo-100 {
2255
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 100) !important;
2256
+ }
434
2257
 
435
- // 600
436
- .bgc-red-600 { background-color: mat.get-color-from-palette(mat.$red-palette, 600) !important; }
437
- .bgc-pink-600 { background-color: mat.get-color-from-palette(mat.$pink-palette, 600) !important; }
438
- .bgc-purple-600 { background-color: mat.get-color-from-palette(mat.$purple-palette, 600) !important; }
439
- .bgc-deep-purple-600 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 600) !important; }
440
- .bgc-indigo-600 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 600) !important; }
441
- .bgc-blue-600 { background-color: mat.get-color-from-palette(mat.$blue-palette, 600) !important; }
442
- .bgc-light-blue-600 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 600) !important; }
443
- .bgc-cyan-600 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 600) !important; }
444
- .bgc-teal-600 { background-color: mat.get-color-from-palette(mat.$teal-palette, 600) !important; }
445
- .bgc-green-600 { background-color: mat.get-color-from-palette(mat.$green-palette, 600) !important; }
446
- .bgc-light-green-600 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 600) !important; }
447
- .bgc-lime-600 { background-color: mat.get-color-from-palette(mat.$lime-palette, 600) !important; }
448
- .bgc-yellow-600 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 600) !important; }
449
- .bgc-amber-600 { background-color: mat.get-color-from-palette(mat.$amber-palette, 600) !important; }
450
- .bgc-orange-600 { background-color: mat.get-color-from-palette(mat.$orange-palette, 600) !important; }
451
- .bgc-deep-orange-600 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 600) !important; }
452
- .bgc-brown-600 { background-color: mat.get-color-from-palette(mat.$brown-palette, 600) !important; }
453
- .bgc-grey-600 { background-color: mat.get-color-from-palette(mat.$grey-palette, 600) !important; }
454
- .bgc-blue-grey-600 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 600) !important; }
2258
+ .fill-blue-100 {
2259
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 100) !important;
2260
+ }
455
2261
 
456
- // 700
457
- .bgc-red-700 { background-color: mat.get-color-from-palette(mat.$red-palette, 700) !important; }
458
- .bgc-pink-700 { background-color: mat.get-color-from-palette(mat.$pink-palette, 700) !important; }
459
- .bgc-purple-700 { background-color: mat.get-color-from-palette(mat.$purple-palette, 700) !important; }
460
- .bgc-deep-purple-700 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 700) !important; }
461
- .bgc-indigo-700 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 700) !important; }
462
- .bgc-blue-700 { background-color: mat.get-color-from-palette(mat.$blue-palette, 700) !important; }
463
- .bgc-light-blue-700 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 700) !important; }
464
- .bgc-cyan-700 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 700) !important; }
465
- .bgc-teal-700 { background-color: mat.get-color-from-palette(mat.$teal-palette, 700) !important; }
466
- .bgc-green-700 { background-color: mat.get-color-from-palette(mat.$green-palette, 700) !important; }
467
- .bgc-light-green-700 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 700) !important; }
468
- .bgc-lime-700 { background-color: mat.get-color-from-palette(mat.$lime-palette, 700) !important; }
469
- .bgc-yellow-700 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 700) !important; }
470
- .bgc-amber-700 { background-color: mat.get-color-from-palette(mat.$amber-palette, 700) !important; }
471
- .bgc-orange-700 { background-color: mat.get-color-from-palette(mat.$orange-palette, 700) !important; }
472
- .bgc-deep-orange-700 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 700) !important; }
473
- .bgc-brown-700 { background-color: mat.get-color-from-palette(mat.$brown-palette, 700) !important; }
474
- .bgc-grey-700 { background-color: mat.get-color-from-palette(mat.$grey-palette, 700) !important; }
475
- .bgc-blue-grey-700 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 700) !important; }
2262
+ .fill-light-blue-100 {
2263
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 100) !important;
2264
+ }
476
2265
 
477
- // 800
478
- .bgc-red-800 { background-color: mat.get-color-from-palette(mat.$red-palette, 800) !important; }
479
- .bgc-pink-800 { background-color: mat.get-color-from-palette(mat.$pink-palette, 800) !important; }
480
- .bgc-purple-800 { background-color: mat.get-color-from-palette(mat.$purple-palette, 800) !important; }
481
- .bgc-deep-purple-800 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 800) !important; }
482
- .bgc-indigo-800 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 800) !important; }
483
- .bgc-blue-800 { background-color: mat.get-color-from-palette(mat.$blue-palette, 800) !important; }
484
- .bgc-light-blue-800 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 800) !important; }
485
- .bgc-cyan-800 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 800) !important; }
486
- .bgc-teal-800 { background-color: mat.get-color-from-palette(mat.$teal-palette, 800) !important; }
487
- .bgc-green-800 { background-color: mat.get-color-from-palette(mat.$green-palette, 800) !important; }
488
- .bgc-light-green-800 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 800) !important; }
489
- .bgc-lime-800 { background-color: mat.get-color-from-palette(mat.$lime-palette, 800) !important; }
490
- .bgc-yellow-800 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 800) !important; }
491
- .bgc-amber-800 { background-color: mat.get-color-from-palette(mat.$amber-palette, 800) !important; }
492
- .bgc-orange-800 { background-color: mat.get-color-from-palette(mat.$orange-palette, 800) !important; }
493
- .bgc-deep-orange-800 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 800) !important; }
494
- .bgc-brown-800 { background-color: mat.get-color-from-palette(mat.$brown-palette, 800) !important; }
495
- .bgc-grey-800 { background-color: mat.get-color-from-palette(mat.$grey-palette, 800) !important; }
496
- .bgc-blue-grey-800 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 800) !important; }
2266
+ .fill-cyan-100 {
2267
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 100) !important;
2268
+ }
497
2269
 
498
- // 900
499
- .bgc-red-900 { background-color: mat.get-color-from-palette(mat.$red-palette, 900) !important; }
500
- .bgc-pink-900 { background-color: mat.get-color-from-palette(mat.$pink-palette, 900) !important; }
501
- .bgc-purple-900 { background-color: mat.get-color-from-palette(mat.$purple-palette, 900) !important; }
502
- .bgc-deep-purple-900 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, 900) !important; }
503
- .bgc-indigo-900 { background-color: mat.get-color-from-palette(mat.$indigo-palette, 900) !important; }
504
- .bgc-blue-900 { background-color: mat.get-color-from-palette(mat.$blue-palette, 900) !important; }
505
- .bgc-light-blue-900 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, 900) !important; }
506
- .bgc-cyan-900 { background-color: mat.get-color-from-palette(mat.$cyan-palette, 900) !important; }
507
- .bgc-teal-900 { background-color: mat.get-color-from-palette(mat.$teal-palette, 900) !important; }
508
- .bgc-green-900 { background-color: mat.get-color-from-palette(mat.$green-palette, 900) !important; }
509
- .bgc-light-green-900 { background-color: mat.get-color-from-palette(mat.$light-green-palette, 900) !important; }
510
- .bgc-lime-900 { background-color: mat.get-color-from-palette(mat.$lime-palette, 900) !important; }
511
- .bgc-yellow-900 { background-color: mat.get-color-from-palette(mat.$yellow-palette, 900) !important; }
512
- .bgc-amber-900 { background-color: mat.get-color-from-palette(mat.$amber-palette, 900) !important; }
513
- .bgc-orange-900 { background-color: mat.get-color-from-palette(mat.$orange-palette, 900) !important; }
514
- .bgc-deep-orange-900 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, 900) !important; }
515
- .bgc-brown-900 { background-color: mat.get-color-from-palette(mat.$brown-palette, 900) !important; }
516
- .bgc-grey-900 { background-color: mat.get-color-from-palette(mat.$grey-palette, 900) !important; }
517
- .bgc-blue-grey-900 { background-color: mat.get-color-from-palette(mat.$blue-grey-palette, 900) !important; }
2270
+ .fill-teal-100 {
2271
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 100) !important;
2272
+ }
518
2273
 
519
- // A100
520
- .bgc-red-A100 { background-color: mat.get-color-from-palette(mat.$red-palette, A100) !important; }
521
- .bgc-pink-A100 { background-color: mat.get-color-from-palette(mat.$pink-palette, A100) !important; }
522
- .bgc-purple-A100 { background-color: mat.get-color-from-palette(mat.$purple-palette, A100) !important; }
523
- .bgc-deep-purple-A100 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, A100) !important; }
524
- .bgc-indigo-A100 { background-color: mat.get-color-from-palette(mat.$indigo-palette, A100) !important; }
525
- .bgc-blue-A100 { background-color: mat.get-color-from-palette(mat.$blue-palette, A100) !important; }
526
- .bgc-light-blue-A100 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, A100) !important; }
527
- .bgc-cyan-A100 { background-color: mat.get-color-from-palette(mat.$cyan-palette, A100) !important; }
528
- .bgc-teal-A100 { background-color: mat.get-color-from-palette(mat.$teal-palette, A100) !important; }
529
- .bgc-green-A100 { background-color: mat.get-color-from-palette(mat.$green-palette, A100) !important; }
530
- .bgc-light-green-A100 { background-color: mat.get-color-from-palette(mat.$light-green-palette, A100) !important; }
531
- .bgc-lime-A100 { background-color: mat.get-color-from-palette(mat.$lime-palette, A100) !important; }
532
- .bgc-yellow-A100 { background-color: mat.get-color-from-palette(mat.$yellow-palette, A100) !important; }
533
- .bgc-amber-A100 { background-color: mat.get-color-from-palette(mat.$amber-palette, A100) !important; }
534
- .bgc-orange-A100 { background-color: mat.get-color-from-palette(mat.$orange-palette, A100) !important; }
535
- .bgc-deep-orange-A100 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, A100) !important; }
2274
+ .fill-green-100 {
2275
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 100) !important;
2276
+ }
536
2277
 
537
- // A200
538
- .bgc-red-A200 { background-color: mat.get-color-from-palette(mat.$red-palette, A200) !important; }
539
- .bgc-pink-A200 { background-color: mat.get-color-from-palette(mat.$pink-palette, A200) !important; }
540
- .bgc-purple-A200 { background-color: mat.get-color-from-palette(mat.$purple-palette, A200) !important; }
541
- .bgc-deep-purple-A200 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, A200) !important; }
542
- .bgc-indigo-A200 { background-color: mat.get-color-from-palette(mat.$indigo-palette, A200) !important; }
543
- .bgc-blue-A200 { background-color: mat.get-color-from-palette(mat.$blue-palette, A200) !important; }
544
- .bgc-light-blue-A200 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, A200) !important; }
545
- .bgc-cyan-A200 { background-color: mat.get-color-from-palette(mat.$cyan-palette, A200) !important; }
546
- .bgc-teal-A200 { background-color: mat.get-color-from-palette(mat.$teal-palette, A200) !important; }
547
- .bgc-green-A200 { background-color: mat.get-color-from-palette(mat.$green-palette, A200) !important; }
548
- .bgc-light-green-A200 { background-color: mat.get-color-from-palette(mat.$light-green-palette, A200) !important; }
549
- .bgc-lime-A200 { background-color: mat.get-color-from-palette(mat.$lime-palette, A200) !important; }
550
- .bgc-yellow-A200 { background-color: mat.get-color-from-palette(mat.$yellow-palette, A200) !important; }
551
- .bgc-amber-A200 { background-color: mat.get-color-from-palette(mat.$amber-palette, A200) !important; }
552
- .bgc-orange-A200 { background-color: mat.get-color-from-palette(mat.$orange-palette, A200) !important; }
553
- .bgc-deep-orange-A200 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, A200) !important; }
2278
+ .fill-light-green-100 {
2279
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 100) !important;
2280
+ }
554
2281
 
555
- // A400
556
- .bgc-red-A400 { background-color: mat.get-color-from-palette(mat.$red-palette, A400) !important; }
557
- .bgc-pink-A400 { background-color: mat.get-color-from-palette(mat.$pink-palette, A400) !important; }
558
- .bgc-purple-A400 { background-color: mat.get-color-from-palette(mat.$purple-palette, A400) !important; }
559
- .bgc-deep-purple-A400 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, A400) !important; }
560
- .bgc-indigo-A400 { background-color: mat.get-color-from-palette(mat.$indigo-palette, A400) !important; }
561
- .bgc-blue-A400 { background-color: mat.get-color-from-palette(mat.$blue-palette, A400) !important; }
562
- .bgc-light-blue-A400 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, A400) !important; }
563
- .bgc-cyan-A400 { background-color: mat.get-color-from-palette(mat.$cyan-palette, A400) !important; }
564
- .bgc-teal-A400 { background-color: mat.get-color-from-palette(mat.$teal-palette, A400) !important; }
565
- .bgc-green-A400 { background-color: mat.get-color-from-palette(mat.$green-palette, A400) !important; }
566
- .bgc-light-green-A400 { background-color: mat.get-color-from-palette(mat.$light-green-palette, A400) !important; }
567
- .bgc-lime-A400 { background-color: mat.get-color-from-palette(mat.$lime-palette, A400) !important; }
568
- .bgc-yellow-A400 { background-color: mat.get-color-from-palette(mat.$yellow-palette, A400) !important; }
569
- .bgc-amber-A400 { background-color: mat.get-color-from-palette(mat.$amber-palette, A400) !important; }
570
- .bgc-orange-A400 { background-color: mat.get-color-from-palette(mat.$orange-palette, A400) !important; }
571
- .bgc-deep-orange-A400 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, A400) !important; }
2282
+ .fill-lime-100 {
2283
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 100) !important;
2284
+ }
572
2285
 
573
- // A700
574
- .bgc-red-A700 { background-color: mat.get-color-from-palette(mat.$red-palette, A700) !important; }
575
- .bgc-pink-A700 { background-color: mat.get-color-from-palette(mat.$pink-palette, A700) !important; }
576
- .bgc-purple-A700 { background-color: mat.get-color-from-palette(mat.$purple-palette, A700) !important; }
577
- .bgc-deep-purple-A700 { background-color: mat.get-color-from-palette(mat.$deep-purple-palette, A700) !important; }
578
- .bgc-indigo-A700 { background-color: mat.get-color-from-palette(mat.$indigo-palette, A700) !important; }
579
- .bgc-blue-A700 { background-color: mat.get-color-from-palette(mat.$blue-palette, A700) !important; }
580
- .bgc-light-blue-A700 { background-color: mat.get-color-from-palette(mat.$light-blue-palette, A700) !important; }
581
- .bgc-cyan-A700 { background-color: mat.get-color-from-palette(mat.$cyan-palette, A700) !important; }
582
- .bgc-teal-A700 { background-color: mat.get-color-from-palette(mat.$teal-palette, A700) !important; }
583
- .bgc-green-A700 { background-color: mat.get-color-from-palette(mat.$green-palette, A700) !important; }
584
- .bgc-light-green-A700 { background-color: mat.get-color-from-palette(mat.$light-green-palette, A700) !important; }
585
- .bgc-lime-A700 { background-color: mat.get-color-from-palette(mat.$lime-palette, A700) !important; }
586
- .bgc-yellow-A700 { background-color: mat.get-color-from-palette(mat.$yellow-palette, A700) !important; }
587
- .bgc-amber-A700 { background-color: mat.get-color-from-palette(mat.$amber-palette, A700) !important; }
588
- .bgc-orange-A700 { background-color: mat.get-color-from-palette(mat.$orange-palette, A700) !important; }
589
- .bgc-deep-orange-A700 { background-color: mat.get-color-from-palette(mat.$deep-orange-palette, A700) !important; }
2286
+ .fill-yellow-100 {
2287
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 100) !important;
2288
+ }
590
2289
 
591
- // Black
592
- .bgc-black { background-color: rgba(black, 87) !important; }
593
- .bgc-black-1 { background-color: rgba(black, 54) !important; }
594
- .bgc-black-2 { background-color: rgba(black, 38) !important; }
595
- .bgc-black-3 { background-color: rgba(black, 0.12) !important; }
596
- .bgc-black-4 { background-color: black !important; }
2290
+ .fill-amber-100 {
2291
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 100) !important;
2292
+ }
597
2293
 
598
- // White
599
- .bgc-white { background-color: rgba(white, 0.7) !important; }
600
- .bgc-white-1 { background-color: rgba(white, 0.3) !important; }
601
- .bgc-white-2 { background-color: rgba(white, 0.3) !important; }
602
- .bgc-white-3 { background-color: rgba(white, 0.12) !important; }
603
- .bgc-white-4 { background-color: white !important; }
2294
+ .fill-orange-100 {
2295
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 100) !important;
2296
+ }
604
2297
 
2298
+ .fill-deep-orange-100 {
2299
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 100) !important;
2300
+ }
605
2301
 
606
- // Fill color
2302
+ .fill-brown-100 {
2303
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 100) !important;
2304
+ }
607
2305
 
608
- // 50
609
- .fill-red-50 { fill: mat.get-color-from-palette(mat.$red-palette, 50) !important; }
610
- .fill-pink-50 { fill: mat.get-color-from-palette(mat.$pink-palette, 50) !important; }
611
- .fill-purple-50 { fill: mat.get-color-from-palette(mat.$purple-palette, 50) !important; }
612
- .fill-deep-purple-50 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 50) !important; }
613
- .fill-indigo-50 { fill: mat.get-color-from-palette(mat.$indigo-palette, 50) !important; }
614
- .fill-blue-50 { fill: mat.get-color-from-palette(mat.$blue-palette, 50) !important; }
615
- .fill-light-blue-50 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 50) !important; }
616
- .fill-cyan-50 { fill: mat.get-color-from-palette(mat.$cyan-palette, 50) !important; }
617
- .fill-teal-50 { fill: mat.get-color-from-palette(mat.$teal-palette, 50) !important; }
618
- .fill-green-50 { fill: mat.get-color-from-palette(mat.$green-palette, 50) !important; }
619
- .fill-light-green-50 { fill: mat.get-color-from-palette(mat.$light-green-palette, 50) !important; }
620
- .fill-lime-50 { fill: mat.get-color-from-palette(mat.$lime-palette, 50) !important; }
621
- .fill-yellow-50 { fill: mat.get-color-from-palette(mat.$yellow-palette, 50) !important; }
622
- .fill-amber-50 { fill: mat.get-color-from-palette(mat.$amber-palette, 50) !important; }
623
- .fill-orange-50 { fill: mat.get-color-from-palette(mat.$orange-palette, 50) !important; }
624
- .fill-deep-orange-50 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 50) !important; }
625
- .fill-brown-50 { fill: mat.get-color-from-palette(mat.$brown-palette, 50) !important; }
626
- .fill-grey-50 { fill: mat.get-color-from-palette(mat.$grey-palette, 50) !important; }
627
- .fill-blue-grey-50 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 50) !important; }
2306
+ .fill-grey-100 {
2307
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 100) !important;
2308
+ }
628
2309
 
629
- // 100
630
- .fill-red-100 { fill: mat.get-color-from-palette(mat.$red-palette, 100) !important; }
631
- .fill-pink-100 { fill: mat.get-color-from-palette(mat.$pink-palette, 100) !important; }
632
- .fill-purple-100 { fill: mat.get-color-from-palette(mat.$purple-palette, 100) !important; }
633
- .fill-deep-purple-100 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 100) !important; }
634
- .fill-indigo-100 { fill: mat.get-color-from-palette(mat.$indigo-palette, 100) !important; }
635
- .fill-blue-100 { fill: mat.get-color-from-palette(mat.$blue-palette, 100) !important; }
636
- .fill-light-blue-100 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 100) !important; }
637
- .fill-cyan-100 { fill: mat.get-color-from-palette(mat.$cyan-palette, 100) !important; }
638
- .fill-teal-100 { fill: mat.get-color-from-palette(mat.$teal-palette, 100) !important; }
639
- .fill-green-100 { fill: mat.get-color-from-palette(mat.$green-palette, 100) !important; }
640
- .fill-light-green-100 { fill: mat.get-color-from-palette(mat.$light-green-palette, 100) !important; }
641
- .fill-lime-100 { fill: mat.get-color-from-palette(mat.$lime-palette, 100) !important; }
642
- .fill-yellow-100 { fill: mat.get-color-from-palette(mat.$yellow-palette, 100) !important; }
643
- .fill-amber-100 { fill: mat.get-color-from-palette(mat.$amber-palette, 100) !important; }
644
- .fill-orange-100 { fill: mat.get-color-from-palette(mat.$orange-palette, 100) !important; }
645
- .fill-deep-orange-100 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 100) !important; }
646
- .fill-brown-100 { fill: mat.get-color-from-palette(mat.$brown-palette, 100) !important; }
647
- .fill-grey-100 { fill: mat.get-color-from-palette(mat.$grey-palette, 100) !important; }
648
- .fill-blue-grey-100 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 100) !important; }
2310
+ .fill-blue-grey-100 {
2311
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 100) !important;
2312
+ }
649
2313
 
650
2314
  // 200
651
- .fill-red-200 { fill: mat.get-color-from-palette(mat.$red-palette, 200) !important; }
652
- .fill-pink-200 { fill: mat.get-color-from-palette(mat.$pink-palette, 200) !important; }
653
- .fill-purple-200 { fill: mat.get-color-from-palette(mat.$purple-palette, 200) !important; }
654
- .fill-deep-purple-200 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 200) !important; }
655
- .fill-indigo-200 { fill: mat.get-color-from-palette(mat.$indigo-palette, 200) !important; }
656
- .fill-blue-200 { fill: mat.get-color-from-palette(mat.$blue-palette, 200) !important; }
657
- .fill-light-blue-200 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 200) !important; }
658
- .fill-cyan-200 { fill: mat.get-color-from-palette(mat.$cyan-palette, 200) !important; }
659
- .fill-teal-200 { fill: mat.get-color-from-palette(mat.$teal-palette, 200) !important; }
660
- .fill-green-200 { fill: mat.get-color-from-palette(mat.$green-palette, 200) !important; }
661
- .fill-light-green-200 { fill: mat.get-color-from-palette(mat.$light-green-palette, 200) !important; }
662
- .fill-lime-200 { fill: mat.get-color-from-palette(mat.$lime-palette, 200) !important; }
663
- .fill-yellow-200 { fill: mat.get-color-from-palette(mat.$yellow-palette, 200) !important; }
664
- .fill-amber-200 { fill: mat.get-color-from-palette(mat.$amber-palette, 200) !important; }
665
- .fill-orange-200 { fill: mat.get-color-from-palette(mat.$orange-palette, 200) !important; }
666
- .fill-deep-orange-200 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 200) !important; }
667
- .fill-brown-200 { fill: mat.get-color-from-palette(mat.$brown-palette, 200) !important; }
668
- .fill-grey-200 { fill: mat.get-color-from-palette(mat.$grey-palette, 200) !important; }
669
- .fill-blue-grey-200 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 200) !important; }
2315
+ .fill-red-200 {
2316
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 200) !important;
2317
+ }
2318
+
2319
+ .fill-pink-200 {
2320
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 200) !important;
2321
+ }
2322
+
2323
+ .fill-purple-200 {
2324
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 200) !important;
2325
+ }
2326
+
2327
+ .fill-deep-purple-200 {
2328
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 200) !important;
2329
+ }
2330
+
2331
+ .fill-indigo-200 {
2332
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 200) !important;
2333
+ }
2334
+
2335
+ .fill-blue-200 {
2336
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 200) !important;
2337
+ }
2338
+
2339
+ .fill-light-blue-200 {
2340
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 200) !important;
2341
+ }
2342
+
2343
+ .fill-cyan-200 {
2344
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 200) !important;
2345
+ }
2346
+
2347
+ .fill-teal-200 {
2348
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 200) !important;
2349
+ }
2350
+
2351
+ .fill-green-200 {
2352
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 200) !important;
2353
+ }
2354
+
2355
+ .fill-light-green-200 {
2356
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 200) !important;
2357
+ }
2358
+
2359
+ .fill-lime-200 {
2360
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 200) !important;
2361
+ }
2362
+
2363
+ .fill-yellow-200 {
2364
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 200) !important;
2365
+ }
2366
+
2367
+ .fill-amber-200 {
2368
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 200) !important;
2369
+ }
2370
+
2371
+ .fill-orange-200 {
2372
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 200) !important;
2373
+ }
2374
+
2375
+ .fill-deep-orange-200 {
2376
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 200) !important;
2377
+ }
2378
+
2379
+ .fill-brown-200 {
2380
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 200) !important;
2381
+ }
2382
+
2383
+ .fill-grey-200 {
2384
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 200) !important;
2385
+ }
2386
+
2387
+ .fill-blue-grey-200 {
2388
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 200) !important;
2389
+ }
670
2390
 
671
2391
  // 300
672
- .fill-red-300 { fill: mat.get-color-from-palette(mat.$red-palette, 300) !important; }
673
- .fill-pink-300 { fill: mat.get-color-from-palette(mat.$pink-palette, 300) !important; }
674
- .fill-purple-300 { fill: mat.get-color-from-palette(mat.$purple-palette, 300) !important; }
675
- .fill-deep-purple-300 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 300) !important; }
676
- .fill-indigo-300 { fill: mat.get-color-from-palette(mat.$indigo-palette, 300) !important; }
677
- .fill-blue-300 { fill: mat.get-color-from-palette(mat.$blue-palette, 300) !important; }
678
- .fill-light-blue-300 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 300) !important; }
679
- .fill-cyan-300 { fill: mat.get-color-from-palette(mat.$cyan-palette, 300) !important; }
680
- .fill-teal-300 { fill: mat.get-color-from-palette(mat.$teal-palette, 300) !important; }
681
- .fill-green-300 { fill: mat.get-color-from-palette(mat.$green-palette, 300) !important; }
682
- .fill-light-green-300 { fill: mat.get-color-from-palette(mat.$light-green-palette, 300) !important; }
683
- .fill-lime-300 { fill: mat.get-color-from-palette(mat.$lime-palette, 300) !important; }
684
- .fill-yellow-300 { fill: mat.get-color-from-palette(mat.$yellow-palette, 300) !important; }
685
- .fill-amber-300 { fill: mat.get-color-from-palette(mat.$amber-palette, 300) !important; }
686
- .fill-orange-300 { fill: mat.get-color-from-palette(mat.$orange-palette, 300) !important; }
687
- .fill-deep-orange-300 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 300) !important; }
688
- .fill-brown-300 { fill: mat.get-color-from-palette(mat.$brown-palette, 300) !important; }
689
- .fill-grey-300 { fill: mat.get-color-from-palette(mat.$grey-palette, 300) !important; }
690
- .fill-blue-grey-300 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 300) !important; }
2392
+ .fill-red-300 {
2393
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 300) !important;
2394
+ }
2395
+
2396
+ .fill-pink-300 {
2397
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 300) !important;
2398
+ }
2399
+
2400
+ .fill-purple-300 {
2401
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 300) !important;
2402
+ }
2403
+
2404
+ .fill-deep-purple-300 {
2405
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 300) !important;
2406
+ }
2407
+
2408
+ .fill-indigo-300 {
2409
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 300) !important;
2410
+ }
2411
+
2412
+ .fill-blue-300 {
2413
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 300) !important;
2414
+ }
2415
+
2416
+ .fill-light-blue-300 {
2417
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 300) !important;
2418
+ }
2419
+
2420
+ .fill-cyan-300 {
2421
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 300) !important;
2422
+ }
2423
+
2424
+ .fill-teal-300 {
2425
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 300) !important;
2426
+ }
2427
+
2428
+ .fill-green-300 {
2429
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 300) !important;
2430
+ }
2431
+
2432
+ .fill-light-green-300 {
2433
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 300) !important;
2434
+ }
2435
+
2436
+ .fill-lime-300 {
2437
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 300) !important;
2438
+ }
2439
+
2440
+ .fill-yellow-300 {
2441
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 300) !important;
2442
+ }
2443
+
2444
+ .fill-amber-300 {
2445
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 300) !important;
2446
+ }
2447
+
2448
+ .fill-orange-300 {
2449
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 300) !important;
2450
+ }
2451
+
2452
+ .fill-deep-orange-300 {
2453
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 300) !important;
2454
+ }
2455
+
2456
+ .fill-brown-300 {
2457
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 300) !important;
2458
+ }
2459
+
2460
+ .fill-grey-300 {
2461
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 300) !important;
2462
+ }
2463
+
2464
+ .fill-blue-grey-300 {
2465
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 300) !important;
2466
+ }
691
2467
 
692
2468
  // 400
693
- .fill-red-400 { fill: mat.get-color-from-palette(mat.$red-palette, 400) !important; }
694
- .fill-pink-400 { fill: mat.get-color-from-palette(mat.$pink-palette, 400) !important; }
695
- .fill-purple-400 { fill: mat.get-color-from-palette(mat.$purple-palette, 400) !important; }
696
- .fill-deep-purple-400 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 400) !important; }
697
- .fill-indigo-400 { fill: mat.get-color-from-palette(mat.$indigo-palette, 400) !important; }
698
- .fill-blue-400 { fill: mat.get-color-from-palette(mat.$blue-palette, 400) !important; }
699
- .fill-light-blue-400 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 400) !important; }
700
- .fill-cyan-400 { fill: mat.get-color-from-palette(mat.$cyan-palette, 400) !important; }
701
- .fill-teal-400 { fill: mat.get-color-from-palette(mat.$teal-palette, 400) !important; }
702
- .fill-green-400 { fill: mat.get-color-from-palette(mat.$green-palette, 400) !important; }
703
- .fill-light-green-400 { fill: mat.get-color-from-palette(mat.$light-green-palette, 400) !important; }
704
- .fill-lime-400 { fill: mat.get-color-from-palette(mat.$lime-palette, 400) !important; }
705
- .fill-yellow-400 { fill: mat.get-color-from-palette(mat.$yellow-palette, 400) !important; }
706
- .fill-amber-400 { fill: mat.get-color-from-palette(mat.$amber-palette, 400) !important; }
707
- .fill-orange-400 { fill: mat.get-color-from-palette(mat.$orange-palette, 400) !important; }
708
- .fill-deep-orange-400 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 400) !important; }
709
- .fill-brown-400 { fill: mat.get-color-from-palette(mat.$brown-palette, 400) !important; }
710
- .fill-grey-400 { fill: mat.get-color-from-palette(mat.$grey-palette, 400) !important; }
711
- .fill-blue-grey-400 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 400) !important; }
2469
+ .fill-red-400 {
2470
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 400) !important;
2471
+ }
2472
+
2473
+ .fill-pink-400 {
2474
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 400) !important;
2475
+ }
2476
+
2477
+ .fill-purple-400 {
2478
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 400) !important;
2479
+ }
2480
+
2481
+ .fill-deep-purple-400 {
2482
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 400) !important;
2483
+ }
2484
+
2485
+ .fill-indigo-400 {
2486
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 400) !important;
2487
+ }
2488
+
2489
+ .fill-blue-400 {
2490
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 400) !important;
2491
+ }
2492
+
2493
+ .fill-light-blue-400 {
2494
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 400) !important;
2495
+ }
2496
+
2497
+ .fill-cyan-400 {
2498
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 400) !important;
2499
+ }
2500
+
2501
+ .fill-teal-400 {
2502
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 400) !important;
2503
+ }
2504
+
2505
+ .fill-green-400 {
2506
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 400) !important;
2507
+ }
2508
+
2509
+ .fill-light-green-400 {
2510
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 400) !important;
2511
+ }
2512
+
2513
+ .fill-lime-400 {
2514
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 400) !important;
2515
+ }
2516
+
2517
+ .fill-yellow-400 {
2518
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 400) !important;
2519
+ }
2520
+
2521
+ .fill-amber-400 {
2522
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 400) !important;
2523
+ }
2524
+
2525
+ .fill-orange-400 {
2526
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 400) !important;
2527
+ }
2528
+
2529
+ .fill-deep-orange-400 {
2530
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 400) !important;
2531
+ }
2532
+
2533
+ .fill-brown-400 {
2534
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 400) !important;
2535
+ }
2536
+
2537
+ .fill-grey-400 {
2538
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 400) !important;
2539
+ }
2540
+
2541
+ .fill-blue-grey-400 {
2542
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 400) !important;
2543
+ }
712
2544
 
713
2545
  // 500
714
- .fill-red-500 { fill: mat.get-color-from-palette(mat.$red-palette, 500) !important; }
715
- .fill-pink-500 { fill: mat.get-color-from-palette(mat.$pink-palette, 500) !important; }
716
- .fill-purple-500 { fill: mat.get-color-from-palette(mat.$purple-palette, 500) !important; }
717
- .fill-deep-purple-500 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 500) !important; }
718
- .fill-indigo-500 { fill: mat.get-color-from-palette(mat.$indigo-palette, 500) !important; }
719
- .fill-blue-500 { fill: mat.get-color-from-palette(mat.$blue-palette, 500) !important; }
720
- .fill-light-blue-500 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 500) !important; }
721
- .fill-cyan-500 { fill: mat.get-color-from-palette(mat.$cyan-palette, 500) !important; }
722
- .fill-teal-500 { fill: mat.get-color-from-palette(mat.$teal-palette, 500) !important; }
723
- .fill-green-500 { fill: mat.get-color-from-palette(mat.$green-palette, 500) !important; }
724
- .fill-light-green-500 { fill: mat.get-color-from-palette(mat.$light-green-palette, 500) !important; }
725
- .fill-lime-500 { fill: mat.get-color-from-palette(mat.$lime-palette, 500) !important; }
726
- .fill-yellow-500 { fill: mat.get-color-from-palette(mat.$yellow-palette, 500) !important; }
727
- .fill-amber-500 { fill: mat.get-color-from-palette(mat.$amber-palette, 500) !important; }
728
- .fill-orange-500 { fill: mat.get-color-from-palette(mat.$orange-palette, 500) !important; }
729
- .fill-deep-orange-500 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 500) !important; }
730
- .fill-brown-500 { fill: mat.get-color-from-palette(mat.$brown-palette, 500) !important; }
731
- .fill-grey-500 { fill: mat.get-color-from-palette(mat.$grey-palette, 500) !important; }
732
- .fill-blue-grey-500 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 500) !important; }
2546
+ .fill-red-500 {
2547
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 500) !important;
2548
+ }
2549
+
2550
+ .fill-pink-500 {
2551
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 500) !important;
2552
+ }
2553
+
2554
+ .fill-purple-500 {
2555
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 500) !important;
2556
+ }
2557
+
2558
+ .fill-deep-purple-500 {
2559
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 500) !important;
2560
+ }
2561
+
2562
+ .fill-indigo-500 {
2563
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 500) !important;
2564
+ }
2565
+
2566
+ .fill-blue-500 {
2567
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
2568
+ }
2569
+
2570
+ .fill-light-blue-500 {
2571
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 500) !important;
2572
+ }
2573
+
2574
+ .fill-cyan-500 {
2575
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 500) !important;
2576
+ }
2577
+
2578
+ .fill-teal-500 {
2579
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 500) !important;
2580
+ }
2581
+
2582
+ .fill-green-500 {
2583
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
2584
+ }
2585
+
2586
+ .fill-light-green-500 {
2587
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 500) !important;
2588
+ }
2589
+
2590
+ .fill-lime-500 {
2591
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 500) !important;
2592
+ }
2593
+
2594
+ .fill-yellow-500 {
2595
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 500) !important;
2596
+ }
2597
+
2598
+ .fill-amber-500 {
2599
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 500) !important;
2600
+ }
2601
+
2602
+ .fill-orange-500 {
2603
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 500) !important;
2604
+ }
2605
+
2606
+ .fill-deep-orange-500 {
2607
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 500) !important;
2608
+ }
2609
+
2610
+ .fill-brown-500 {
2611
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 500) !important;
2612
+ }
2613
+
2614
+ .fill-grey-500 {
2615
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 500) !important;
2616
+ }
2617
+
2618
+ .fill-blue-grey-500 {
2619
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 500) !important;
2620
+ }
733
2621
 
734
2622
  // 600
735
- .fill-red-600 { fill: mat.get-color-from-palette(mat.$red-palette, 600) !important; }
736
- .fill-pink-600 { fill: mat.get-color-from-palette(mat.$pink-palette, 600) !important; }
737
- .fill-purple-600 { fill: mat.get-color-from-palette(mat.$purple-palette, 600) !important; }
738
- .fill-deep-purple-600 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 600) !important; }
739
- .fill-indigo-600 { fill: mat.get-color-from-palette(mat.$indigo-palette, 600) !important; }
740
- .fill-blue-600 { fill: mat.get-color-from-palette(mat.$blue-palette, 600) !important; }
741
- .fill-light-blue-600 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 600) !important; }
742
- .fill-cyan-600 { fill: mat.get-color-from-palette(mat.$cyan-palette, 600) !important; }
743
- .fill-teal-600 { fill: mat.get-color-from-palette(mat.$teal-palette, 600) !important; }
744
- .fill-green-600 { fill: mat.get-color-from-palette(mat.$green-palette, 600) !important; }
745
- .fill-light-green-600 { fill: mat.get-color-from-palette(mat.$light-green-palette, 600) !important; }
746
- .fill-lime-600 { fill: mat.get-color-from-palette(mat.$lime-palette, 600) !important; }
747
- .fill-yellow-600 { fill: mat.get-color-from-palette(mat.$yellow-palette, 600) !important; }
748
- .fill-amber-600 { fill: mat.get-color-from-palette(mat.$amber-palette, 600) !important; }
749
- .fill-orange-600 { fill: mat.get-color-from-palette(mat.$orange-palette, 600) !important; }
750
- .fill-deep-orange-600 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 600) !important; }
751
- .fill-brown-600 { fill: mat.get-color-from-palette(mat.$brown-palette, 600) !important; }
752
- .fill-grey-600 { fill: mat.get-color-from-palette(mat.$grey-palette, 600) !important; }
753
- .fill-blue-grey-600 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 600) !important; }
2623
+ .fill-red-600 {
2624
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 600) !important;
2625
+ }
2626
+
2627
+ .fill-pink-600 {
2628
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 600) !important;
2629
+ }
2630
+
2631
+ .fill-purple-600 {
2632
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 600) !important;
2633
+ }
2634
+
2635
+ .fill-deep-purple-600 {
2636
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 600) !important;
2637
+ }
2638
+
2639
+ .fill-indigo-600 {
2640
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 600) !important;
2641
+ }
2642
+
2643
+ .fill-blue-600 {
2644
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 600) !important;
2645
+ }
2646
+
2647
+ .fill-light-blue-600 {
2648
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 600) !important;
2649
+ }
2650
+
2651
+ .fill-cyan-600 {
2652
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 600) !important;
2653
+ }
2654
+
2655
+ .fill-teal-600 {
2656
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 600) !important;
2657
+ }
2658
+
2659
+ .fill-green-600 {
2660
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 600) !important;
2661
+ }
2662
+
2663
+ .fill-light-green-600 {
2664
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 600) !important;
2665
+ }
2666
+
2667
+ .fill-lime-600 {
2668
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 600) !important;
2669
+ }
2670
+
2671
+ .fill-yellow-600 {
2672
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 600) !important;
2673
+ }
2674
+
2675
+ .fill-amber-600 {
2676
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 600) !important;
2677
+ }
2678
+
2679
+ .fill-orange-600 {
2680
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 600) !important;
2681
+ }
2682
+
2683
+ .fill-deep-orange-600 {
2684
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 600) !important;
2685
+ }
2686
+
2687
+ .fill-brown-600 {
2688
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 600) !important;
2689
+ }
2690
+
2691
+ .fill-grey-600 {
2692
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 600) !important;
2693
+ }
2694
+
2695
+ .fill-blue-grey-600 {
2696
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 600) !important;
2697
+ }
754
2698
 
755
2699
  // 700
756
- .fill-red-700 { fill: mat.get-color-from-palette(mat.$red-palette, 700) !important; }
757
- .fill-pink-700 { fill: mat.get-color-from-palette(mat.$pink-palette, 700) !important; }
758
- .fill-purple-700 { fill: mat.get-color-from-palette(mat.$purple-palette, 700) !important; }
759
- .fill-deep-purple-700 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 700) !important; }
760
- .fill-indigo-700 { fill: mat.get-color-from-palette(mat.$indigo-palette, 700) !important; }
761
- .fill-blue-700 { fill: mat.get-color-from-palette(mat.$blue-palette, 700) !important; }
762
- .fill-light-blue-700 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 700) !important; }
763
- .fill-cyan-700 { fill: mat.get-color-from-palette(mat.$cyan-palette, 700) !important; }
764
- .fill-teal-700 { fill: mat.get-color-from-palette(mat.$teal-palette, 700) !important; }
765
- .fill-green-700 { fill: mat.get-color-from-palette(mat.$green-palette, 700) !important; }
766
- .fill-light-green-700 { fill: mat.get-color-from-palette(mat.$light-green-palette, 700) !important; }
767
- .fill-lime-700 { fill: mat.get-color-from-palette(mat.$lime-palette, 700) !important; }
768
- .fill-yellow-700 { fill: mat.get-color-from-palette(mat.$yellow-palette, 700) !important; }
769
- .fill-amber-700 { fill: mat.get-color-from-palette(mat.$amber-palette, 700) !important; }
770
- .fill-orange-700 { fill: mat.get-color-from-palette(mat.$orange-palette, 700) !important; }
771
- .fill-deep-orange-700 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 700) !important; }
772
- .fill-brown-700 { fill: mat.get-color-from-palette(mat.$brown-palette, 700) !important; }
773
- .fill-grey-700 { fill: mat.get-color-from-palette(mat.$grey-palette, 700) !important; }
774
- .fill-blue-grey-700 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 700) !important; }
2700
+ .fill-red-700 {
2701
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 700) !important;
2702
+ }
2703
+
2704
+ .fill-pink-700 {
2705
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 700) !important;
2706
+ }
2707
+
2708
+ .fill-purple-700 {
2709
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 700) !important;
2710
+ }
2711
+
2712
+ .fill-deep-purple-700 {
2713
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 700) !important;
2714
+ }
2715
+
2716
+ .fill-indigo-700 {
2717
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 700) !important;
2718
+ }
2719
+
2720
+ .fill-blue-700 {
2721
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 700) !important;
2722
+ }
2723
+
2724
+ .fill-light-blue-700 {
2725
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 700) !important;
2726
+ }
2727
+
2728
+ .fill-cyan-700 {
2729
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 700) !important;
2730
+ }
2731
+
2732
+ .fill-teal-700 {
2733
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 700) !important;
2734
+ }
2735
+
2736
+ .fill-green-700 {
2737
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 700) !important;
2738
+ }
2739
+
2740
+ .fill-light-green-700 {
2741
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 700) !important;
2742
+ }
2743
+
2744
+ .fill-lime-700 {
2745
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 700) !important;
2746
+ }
2747
+
2748
+ .fill-yellow-700 {
2749
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 700) !important;
2750
+ }
2751
+
2752
+ .fill-amber-700 {
2753
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 700) !important;
2754
+ }
2755
+
2756
+ .fill-orange-700 {
2757
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 700) !important;
2758
+ }
2759
+
2760
+ .fill-deep-orange-700 {
2761
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 700) !important;
2762
+ }
2763
+
2764
+ .fill-brown-700 {
2765
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 700) !important;
2766
+ }
2767
+
2768
+ .fill-grey-700 {
2769
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 700) !important;
2770
+ }
2771
+
2772
+ .fill-blue-grey-700 {
2773
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 700) !important;
2774
+ }
775
2775
 
776
2776
  // 800
777
- .fill-red-800 { fill: mat.get-color-from-palette(mat.$red-palette, 800) !important; }
778
- .fill-pink-800 { fill: mat.get-color-from-palette(mat.$pink-palette, 800) !important; }
779
- .fill-purple-800 { fill: mat.get-color-from-palette(mat.$purple-palette, 800) !important; }
780
- .fill-deep-purple-800 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 800) !important; }
781
- .fill-indigo-800 { fill: mat.get-color-from-palette(mat.$indigo-palette, 800) !important; }
782
- .fill-blue-800 { fill: mat.get-color-from-palette(mat.$blue-palette, 800) !important; }
783
- .fill-light-blue-800 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 800) !important; }
784
- .fill-cyan-800 { fill: mat.get-color-from-palette(mat.$cyan-palette, 800) !important; }
785
- .fill-teal-800 { fill: mat.get-color-from-palette(mat.$teal-palette, 800) !important; }
786
- .fill-green-800 { fill: mat.get-color-from-palette(mat.$green-palette, 800) !important; }
787
- .fill-light-green-800 { fill: mat.get-color-from-palette(mat.$light-green-palette, 800) !important; }
788
- .fill-lime-800 { fill: mat.get-color-from-palette(mat.$lime-palette, 800) !important; }
789
- .fill-yellow-800 { fill: mat.get-color-from-palette(mat.$yellow-palette, 800) !important; }
790
- .fill-amber-800 { fill: mat.get-color-from-palette(mat.$amber-palette, 800) !important; }
791
- .fill-orange-800 { fill: mat.get-color-from-palette(mat.$orange-palette, 800) !important; }
792
- .fill-deep-orange-800 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 800) !important; }
793
- .fill-brown-800 { fill: mat.get-color-from-palette(mat.$brown-palette, 800) !important; }
794
- .fill-grey-800 { fill: mat.get-color-from-palette(mat.$grey-palette, 800) !important; }
795
- .fill-blue-grey-800 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 800) !important; }
2777
+ .fill-red-800 {
2778
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 800) !important;
2779
+ }
2780
+
2781
+ .fill-pink-800 {
2782
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 800) !important;
2783
+ }
2784
+
2785
+ .fill-purple-800 {
2786
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 800) !important;
2787
+ }
2788
+
2789
+ .fill-deep-purple-800 {
2790
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 800) !important;
2791
+ }
2792
+
2793
+ .fill-indigo-800 {
2794
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 800) !important;
2795
+ }
2796
+
2797
+ .fill-blue-800 {
2798
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 800) !important;
2799
+ }
2800
+
2801
+ .fill-light-blue-800 {
2802
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 800) !important;
2803
+ }
2804
+
2805
+ .fill-cyan-800 {
2806
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 800) !important;
2807
+ }
2808
+
2809
+ .fill-teal-800 {
2810
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 800) !important;
2811
+ }
2812
+
2813
+ .fill-green-800 {
2814
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 800) !important;
2815
+ }
2816
+
2817
+ .fill-light-green-800 {
2818
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 800) !important;
2819
+ }
2820
+
2821
+ .fill-lime-800 {
2822
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 800) !important;
2823
+ }
2824
+
2825
+ .fill-yellow-800 {
2826
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 800) !important;
2827
+ }
2828
+
2829
+ .fill-amber-800 {
2830
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 800) !important;
2831
+ }
2832
+
2833
+ .fill-orange-800 {
2834
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 800) !important;
2835
+ }
2836
+
2837
+ .fill-deep-orange-800 {
2838
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 800) !important;
2839
+ }
2840
+
2841
+ .fill-brown-800 {
2842
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 800) !important;
2843
+ }
2844
+
2845
+ .fill-grey-800 {
2846
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 800) !important;
2847
+ }
2848
+
2849
+ .fill-blue-grey-800 {
2850
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 800) !important;
2851
+ }
796
2852
 
797
2853
  // 900
798
- .fill-red-900 { fill: mat.get-color-from-palette(mat.$red-palette, 900) !important; }
799
- .fill-pink-900 { fill: mat.get-color-from-palette(mat.$pink-palette, 900) !important; }
800
- .fill-purple-900 { fill: mat.get-color-from-palette(mat.$purple-palette, 900) !important; }
801
- .fill-deep-purple-900 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, 900) !important; }
802
- .fill-indigo-900 { fill: mat.get-color-from-palette(mat.$indigo-palette, 900) !important; }
803
- .fill-blue-900 { fill: mat.get-color-from-palette(mat.$blue-palette, 900) !important; }
804
- .fill-light-blue-900 { fill: mat.get-color-from-palette(mat.$light-blue-palette, 900) !important; }
805
- .fill-cyan-900 { fill: mat.get-color-from-palette(mat.$cyan-palette, 900) !important; }
806
- .fill-teal-900 { fill: mat.get-color-from-palette(mat.$teal-palette, 900) !important; }
807
- .fill-green-900 { fill: mat.get-color-from-palette(mat.$green-palette, 900) !important; }
808
- .fill-light-green-900 { fill: mat.get-color-from-palette(mat.$light-green-palette, 900) !important; }
809
- .fill-lime-900 { fill: mat.get-color-from-palette(mat.$lime-palette, 900) !important; }
810
- .fill-yellow-900 { fill: mat.get-color-from-palette(mat.$yellow-palette, 900) !important; }
811
- .fill-amber-900 { fill: mat.get-color-from-palette(mat.$amber-palette, 900) !important; }
812
- .fill-orange-900 { fill: mat.get-color-from-palette(mat.$orange-palette, 900) !important; }
813
- .fill-deep-orange-900 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, 900) !important; }
814
- .fill-brown-900 { fill: mat.get-color-from-palette(mat.$brown-palette, 900) !important; }
815
- .fill-grey-900 { fill: mat.get-color-from-palette(mat.$grey-palette, 900) !important; }
816
- .fill-blue-grey-900 { fill: mat.get-color-from-palette(mat.$blue-grey-palette, 900) !important; }
2854
+ .fill-red-900 {
2855
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 900) !important;
2856
+ }
2857
+
2858
+ .fill-pink-900 {
2859
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 900) !important;
2860
+ }
2861
+
2862
+ .fill-purple-900 {
2863
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 900) !important;
2864
+ }
2865
+
2866
+ .fill-deep-purple-900 {
2867
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 900) !important;
2868
+ }
2869
+
2870
+ .fill-indigo-900 {
2871
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 900) !important;
2872
+ }
2873
+
2874
+ .fill-blue-900 {
2875
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 900) !important;
2876
+ }
2877
+
2878
+ .fill-light-blue-900 {
2879
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, 900) !important;
2880
+ }
2881
+
2882
+ .fill-cyan-900 {
2883
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 900) !important;
2884
+ }
2885
+
2886
+ .fill-teal-900 {
2887
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 900) !important;
2888
+ }
2889
+
2890
+ .fill-green-900 {
2891
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 900) !important;
2892
+ }
2893
+
2894
+ .fill-light-green-900 {
2895
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, 900) !important;
2896
+ }
2897
+
2898
+ .fill-lime-900 {
2899
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 900) !important;
2900
+ }
2901
+
2902
+ .fill-yellow-900 {
2903
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 900) !important;
2904
+ }
2905
+
2906
+ .fill-amber-900 {
2907
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 900) !important;
2908
+ }
2909
+
2910
+ .fill-orange-900 {
2911
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 900) !important;
2912
+ }
2913
+
2914
+ .fill-deep-orange-900 {
2915
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 900) !important;
2916
+ }
2917
+
2918
+ .fill-brown-900 {
2919
+ fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 900) !important;
2920
+ }
2921
+
2922
+ .fill-grey-900 {
2923
+ fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 900) !important;
2924
+ }
2925
+
2926
+ .fill-blue-grey-900 {
2927
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 900) !important;
2928
+ }
817
2929
 
818
2930
  // A100
819
- .fill-red-A100 { fill: mat.get-color-from-palette(mat.$red-palette, A100) !important; }
820
- .fill-pink-A100 { fill: mat.get-color-from-palette(mat.$pink-palette, A100) !important; }
821
- .fill-purple-A100 { fill: mat.get-color-from-palette(mat.$purple-palette, A100) !important; }
822
- .fill-deep-purple-A100 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, A100) !important; }
823
- .fill-indigo-A100 { fill: mat.get-color-from-palette(mat.$indigo-palette, A100) !important; }
824
- .fill-blue-A100 { fill: mat.get-color-from-palette(mat.$blue-palette, A100) !important; }
825
- .fill-light-blue-A100 { fill: mat.get-color-from-palette(mat.$light-blue-palette, A100) !important; }
826
- .fill-cyan-A100 { fill: mat.get-color-from-palette(mat.$cyan-palette, A100) !important; }
827
- .fill-teal-A100 { fill: mat.get-color-from-palette(mat.$teal-palette, A100) !important; }
828
- .fill-green-A100 { fill: mat.get-color-from-palette(mat.$green-palette, A100) !important; }
829
- .fill-light-green-A100 { fill: mat.get-color-from-palette(mat.$light-green-palette, A100) !important; }
830
- .fill-lime-A100 { fill: mat.get-color-from-palette(mat.$lime-palette, A100) !important; }
831
- .fill-yellow-A100 { fill: mat.get-color-from-palette(mat.$yellow-palette, A100) !important; }
832
- .fill-amber-A100 { fill: mat.get-color-from-palette(mat.$amber-palette, A100) !important; }
833
- .fill-orange-A100 { fill: mat.get-color-from-palette(mat.$orange-palette, A100) !important; }
834
- .fill-deep-orange-A100 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, A100) !important; }
2931
+ .fill-red-A100 {
2932
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, A100) !important;
2933
+ }
2934
+
2935
+ .fill-pink-A100 {
2936
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A100) !important;
2937
+ }
2938
+
2939
+ .fill-purple-A100 {
2940
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A100) !important;
2941
+ }
2942
+
2943
+ .fill-deep-purple-A100 {
2944
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A100) !important;
2945
+ }
2946
+
2947
+ .fill-indigo-A100 {
2948
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A100) !important;
2949
+ }
2950
+
2951
+ .fill-blue-A100 {
2952
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A100) !important;
2953
+ }
2954
+
2955
+ .fill-light-blue-A100 {
2956
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A100) !important;
2957
+ }
2958
+
2959
+ .fill-cyan-A100 {
2960
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A100) !important;
2961
+ }
2962
+
2963
+ .fill-teal-A100 {
2964
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A100) !important;
2965
+ }
2966
+
2967
+ .fill-green-A100 {
2968
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, A100) !important;
2969
+ }
2970
+
2971
+ .fill-light-green-A100 {
2972
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A100) !important;
2973
+ }
2974
+
2975
+ .fill-lime-A100 {
2976
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A100) !important;
2977
+ }
2978
+
2979
+ .fill-yellow-A100 {
2980
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A100) !important;
2981
+ }
2982
+
2983
+ .fill-amber-A100 {
2984
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A100) !important;
2985
+ }
2986
+
2987
+ .fill-orange-A100 {
2988
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A100) !important;
2989
+ }
2990
+
2991
+ .fill-deep-orange-A100 {
2992
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A100) !important;
2993
+ }
835
2994
 
836
2995
  // A200
837
- .fill-red-A200 { fill: mat.get-color-from-palette(mat.$red-palette, A200) !important; }
838
- .fill-pink-A200 { fill: mat.get-color-from-palette(mat.$pink-palette, A200) !important; }
839
- .fill-purple-A200 { fill: mat.get-color-from-palette(mat.$purple-palette, A200) !important; }
840
- .fill-deep-purple-A200 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, A200) !important; }
841
- .fill-indigo-A200 { fill: mat.get-color-from-palette(mat.$indigo-palette, A200) !important; }
842
- .fill-blue-A200 { fill: mat.get-color-from-palette(mat.$blue-palette, A200) !important; }
843
- .fill-light-blue-A200 { fill: mat.get-color-from-palette(mat.$light-blue-palette, A200) !important; }
844
- .fill-cyan-A200 { fill: mat.get-color-from-palette(mat.$cyan-palette, A200) !important; }
845
- .fill-teal-A200 { fill: mat.get-color-from-palette(mat.$teal-palette, A200) !important; }
846
- .fill-green-A200 { fill: mat.get-color-from-palette(mat.$green-palette, A200) !important; }
847
- .fill-light-green-A200 { fill: mat.get-color-from-palette(mat.$light-green-palette, A200) !important; }
848
- .fill-lime-A200 { fill: mat.get-color-from-palette(mat.$lime-palette, A200) !important; }
849
- .fill-yellow-A200 { fill: mat.get-color-from-palette(mat.$yellow-palette, A200) !important; }
850
- .fill-amber-A200 { fill: mat.get-color-from-palette(mat.$amber-palette, A200) !important; }
851
- .fill-orange-A200 { fill: mat.get-color-from-palette(mat.$orange-palette, A200) !important; }
852
- .fill-deep-orange-A200 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, A200) !important; }
2996
+ .fill-red-A200 {
2997
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, A200) !important;
2998
+ }
2999
+
3000
+ .fill-pink-A200 {
3001
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A200) !important;
3002
+ }
3003
+
3004
+ .fill-purple-A200 {
3005
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A200) !important;
3006
+ }
3007
+
3008
+ .fill-deep-purple-A200 {
3009
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A200) !important;
3010
+ }
3011
+
3012
+ .fill-indigo-A200 {
3013
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A200) !important;
3014
+ }
3015
+
3016
+ .fill-blue-A200 {
3017
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A200) !important;
3018
+ }
3019
+
3020
+ .fill-light-blue-A200 {
3021
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A200) !important;
3022
+ }
3023
+
3024
+ .fill-cyan-A200 {
3025
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A200) !important;
3026
+ }
3027
+
3028
+ .fill-teal-A200 {
3029
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A200) !important;
3030
+ }
3031
+
3032
+ .fill-green-A200 {
3033
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, A200) !important;
3034
+ }
3035
+
3036
+ .fill-light-green-A200 {
3037
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A200) !important;
3038
+ }
3039
+
3040
+ .fill-lime-A200 {
3041
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A200) !important;
3042
+ }
3043
+
3044
+ .fill-yellow-A200 {
3045
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A200) !important;
3046
+ }
3047
+
3048
+ .fill-amber-A200 {
3049
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A200) !important;
3050
+ }
3051
+
3052
+ .fill-orange-A200 {
3053
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A200) !important;
3054
+ }
3055
+
3056
+ .fill-deep-orange-A200 {
3057
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A200) !important;
3058
+ }
853
3059
 
854
3060
  // A400
855
- .fill-red-A400 { fill: mat.get-color-from-palette(mat.$red-palette, A400) !important; }
856
- .fill-pink-A400 { fill: mat.get-color-from-palette(mat.$pink-palette, A400) !important; }
857
- .fill-purple-A400 { fill: mat.get-color-from-palette(mat.$purple-palette, A400) !important; }
858
- .fill-deep-purple-A400 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, A400) !important; }
859
- .fill-indigo-A400 { fill: mat.get-color-from-palette(mat.$indigo-palette, A400) !important; }
860
- .fill-blue-A400 { fill: mat.get-color-from-palette(mat.$blue-palette, A400) !important; }
861
- .fill-light-blue-A400 { fill: mat.get-color-from-palette(mat.$light-blue-palette, A400) !important; }
862
- .fill-cyan-A400 { fill: mat.get-color-from-palette(mat.$cyan-palette, A400) !important; }
863
- .fill-teal-A400 { fill: mat.get-color-from-palette(mat.$teal-palette, A400) !important; }
864
- .fill-green-A400 { fill: mat.get-color-from-palette(mat.$green-palette, A400) !important; }
865
- .fill-light-green-A400 { fill: mat.get-color-from-palette(mat.$light-green-palette, A400) !important; }
866
- .fill-lime-A400 { fill: mat.get-color-from-palette(mat.$lime-palette, A400) !important; }
867
- .fill-yellow-A400 { fill: mat.get-color-from-palette(mat.$yellow-palette, A400) !important; }
868
- .fill-amber-A400 { fill: mat.get-color-from-palette(mat.$amber-palette, A400) !important; }
869
- .fill-orange-A400 { fill: mat.get-color-from-palette(mat.$orange-palette, A400) !important; }
870
- .fill-deep-orange-A400 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, A400) !important; }
3061
+ .fill-red-A400 {
3062
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, A400) !important;
3063
+ }
3064
+
3065
+ .fill-pink-A400 {
3066
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A400) !important;
3067
+ }
3068
+
3069
+ .fill-purple-A400 {
3070
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A400) !important;
3071
+ }
3072
+
3073
+ .fill-deep-purple-A400 {
3074
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A400) !important;
3075
+ }
3076
+
3077
+ .fill-indigo-A400 {
3078
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A400) !important;
3079
+ }
3080
+
3081
+ .fill-blue-A400 {
3082
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A400) !important;
3083
+ }
3084
+
3085
+ .fill-light-blue-A400 {
3086
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A400) !important;
3087
+ }
3088
+
3089
+ .fill-cyan-A400 {
3090
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A400) !important;
3091
+ }
3092
+
3093
+ .fill-teal-A400 {
3094
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A400) !important;
3095
+ }
3096
+
3097
+ .fill-green-A400 {
3098
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, A400) !important;
3099
+ }
3100
+
3101
+ .fill-light-green-A400 {
3102
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A400) !important;
3103
+ }
3104
+
3105
+ .fill-lime-A400 {
3106
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A400) !important;
3107
+ }
3108
+
3109
+ .fill-yellow-A400 {
3110
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A400) !important;
3111
+ }
3112
+
3113
+ .fill-amber-A400 {
3114
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A400) !important;
3115
+ }
3116
+
3117
+ .fill-orange-A400 {
3118
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A400) !important;
3119
+ }
3120
+
3121
+ .fill-deep-orange-A400 {
3122
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A400) !important;
3123
+ }
871
3124
 
872
3125
  // A700
873
- .fill-red-A700 { fill: mat.get-color-from-palette(mat.$red-palette, A700) !important; }
874
- .fill-pink-A700 { fill: mat.get-color-from-palette(mat.$pink-palette, A700) !important; }
875
- .fill-purple-A700 { fill: mat.get-color-from-palette(mat.$purple-palette, A700) !important; }
876
- .fill-deep-purple-A700 { fill: mat.get-color-from-palette(mat.$deep-purple-palette, A700) !important; }
877
- .fill-indigo-A700 { fill: mat.get-color-from-palette(mat.$indigo-palette, A700) !important; }
878
- .fill-blue-A700 { fill: mat.get-color-from-palette(mat.$blue-palette, A700) !important; }
879
- .fill-light-blue-A700 { fill: mat.get-color-from-palette(mat.$light-blue-palette, A700) !important; }
880
- .fill-cyan-A700 { fill: mat.get-color-from-palette(mat.$cyan-palette, A700) !important; }
881
- .fill-teal-A700 { fill: mat.get-color-from-palette(mat.$teal-palette, A700) !important; }
882
- .fill-green-A700 { fill: mat.get-color-from-palette(mat.$green-palette, A700) !important; }
883
- .fill-light-green-A700 { fill: mat.get-color-from-palette(mat.$light-green-palette, A700) !important; }
884
- .fill-lime-A700 { fill: mat.get-color-from-palette(mat.$lime-palette, A700) !important; }
885
- .fill-yellow-A700 { fill: mat.get-color-from-palette(mat.$yellow-palette, A700) !important; }
886
- .fill-amber-A700 { fill: mat.get-color-from-palette(mat.$amber-palette, A700) !important; }
887
- .fill-orange-A700 { fill: mat.get-color-from-palette(mat.$orange-palette, A700) !important; }
888
- .fill-deep-orange-A700 { fill: mat.get-color-from-palette(mat.$deep-orange-palette, A700) !important; }
3126
+ .fill-red-A700 {
3127
+ fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, A700) !important;
3128
+ }
3129
+
3130
+ .fill-pink-A700 {
3131
+ fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, A700) !important;
3132
+ }
3133
+
3134
+ .fill-purple-A700 {
3135
+ fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, A700) !important;
3136
+ }
3137
+
3138
+ .fill-deep-purple-A700 {
3139
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, A700) !important;
3140
+ }
3141
+
3142
+ .fill-indigo-A700 {
3143
+ fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, A700) !important;
3144
+ }
3145
+
3146
+ .fill-blue-A700 {
3147
+ fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, A700) !important;
3148
+ }
3149
+
3150
+ .fill-light-blue-A700 {
3151
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-blue-palette, A700) !important;
3152
+ }
3153
+
3154
+ .fill-cyan-A700 {
3155
+ fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, A700) !important;
3156
+ }
3157
+
3158
+ .fill-teal-A700 {
3159
+ fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, A700) !important;
3160
+ }
3161
+
3162
+ .fill-green-A700 {
3163
+ fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, A700) !important;
3164
+ }
3165
+
3166
+ .fill-light-green-A700 {
3167
+ fill: mat.m2-get-color-from-palette(mat.$m2-light-green-palette, A700) !important;
3168
+ }
3169
+
3170
+ .fill-lime-A700 {
3171
+ fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, A700) !important;
3172
+ }
3173
+
3174
+ .fill-yellow-A700 {
3175
+ fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, A700) !important;
3176
+ }
3177
+
3178
+ .fill-amber-A700 {
3179
+ fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, A700) !important;
3180
+ }
3181
+
3182
+ .fill-orange-A700 {
3183
+ fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, A700) !important;
3184
+ }
3185
+
3186
+ .fill-deep-orange-A700 {
3187
+ fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, A700) !important;
3188
+ }
889
3189
 
890
3190
  // Black
891
- .fill-black { fill: rgba(black, 87) !important; }
892
- .fill-black-1 { fill: rgba(black, 54) !important; }
893
- .fill-black-2 { fill: rgba(black, 38) !important; }
894
- .fill-black-3 { fill: rgba(black, 0.12) !important; }
895
- .fill-black-4 { fill: black !important; }
3191
+ .fill-black {
3192
+ fill: rgba(black, 87) !important;
3193
+ }
3194
+
3195
+ .fill-black-1 {
3196
+ fill: rgba(black, 54) !important;
3197
+ }
3198
+
3199
+ .fill-black-2 {
3200
+ fill: rgba(black, 38) !important;
3201
+ }
3202
+
3203
+ .fill-black-3 {
3204
+ fill: rgba(black, 0.12) !important;
3205
+ }
3206
+
3207
+ .fill-black-4 {
3208
+ fill: black !important;
3209
+ }
896
3210
 
897
3211
  // White
898
- .fill-white { fill: rgba(white, 0.7) !important; }
899
- .fill-white-1 { fill: rgba(white, 0.3) !important; }
900
- .fill-white-2 { fill: rgba(white, 0.3) !important; }
901
- .fill-white-3 { fill: rgba(white, 0.12) !important; }
902
- .fill-white-4 { fill: white !important; }
3212
+ .fill-white {
3213
+ fill: rgba(white, 0.7) !important;
3214
+ }
3215
+
3216
+ .fill-white-1 {
3217
+ fill: rgba(white, 0.3) !important;
3218
+ }
3219
+
3220
+ .fill-white-2 {
3221
+ fill: rgba(white, 0.3) !important;
3222
+ }
3223
+
3224
+ .fill-white-3 {
3225
+ fill: rgba(white, 0.12) !important;
3226
+ }
3227
+
3228
+ .fill-white-4 {
3229
+ fill: white !important;
3230
+ }
903
3231
 
904
3232
  }